def __init__(self, *args): """ __init__(CSpaceInterface self) -> CSpaceInterface __init__(CSpaceInterface self, CSpaceInterface arg2) -> CSpaceInterface """ this = _motionplanning.new_CSpaceInterface(*args) try: self.this.append(this) except: self.this = this
def __init__(self, *args): """ __init__ (): :class:`~klampt.CSpaceInterface` __init__ (arg2): :class:`~klampt.CSpaceInterface` Args: arg2 (:class:`~klampt.CSpaceInterface`, optional): """ this = _motionplanning.new_CSpaceInterface(*args) try: self.this.append(this) except Exception: self.this = this
def __init__(self, *args): this = _motionplanning.new_CSpaceInterface(*args) try: self.this.append(this) except: self.this = this