IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Public Member Functions | |
def | __call__ (self, target) |
def | __init__ (self, source) |
Public Attributes | |
source | |
def __init__ | ( | self, | |
source | |||
) |
@brief Class constructor. Args: source: The source class instance.
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.
source |