IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Public Member Functions | Public Attributes | List of all members
copyAttributes Class Reference
Inheritance diagram for copyAttributes:
Inheritance graph
[legend]
Collaboration diagram for copyAttributes:
Collaboration graph
[legend]

Public Member Functions

def __call__ (self, target)
 
def __init__ (self, source)
 

Public Attributes

 source
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  source 
)
@brief  Class constructor.

Args:
    source: The source class instance.

Member Function Documentation

◆ __call__()

def __call__ (   self,
  target 
)
@brief  Copy attributes from a source class to a target class.
See https://stackoverflow.com/a/12014625/5269146.

Args:
    target: The target class instance.

Returns:
    target: The updated target class instance.

Member Data Documentation

◆ source

source

The documentation for this class was generated from the following file: