No documentation available.
More...
Data and other attributes defined here: |
def | __init__ |
Data and other attributes inherited from Boost.Python.instance: |
def | __new__ |
Detailed Description
No documentation available.
Method resolution order
SignalRepeater
Boost.Python.instance
builtin.object
Constructor & Destructor Documentation
def signal_repeater.SignalRepeater.__init__ |
( |
|
args | ) |
|
Raises an exception
This class cannot be instantiated from Python
__init__ = <built-in function __init__>
Member Function Documentation
def signal_repeater.SignalRepeater.__dict__ |
( |
|
args | ) |
|
def signal_repeater.SignalRepeater.__new__ |
( |
|
args | ) |
|
T.__new__(S, ...) -> a new object with type S, a subtype of T
__new__ = <built-in method __new__ of Boost.Python.class object>
def signal_repeater.SignalRepeater.__reduce__ |
( |
|
args | ) |
|
__reduce__ = <unnamed Boost.Python function>(args)
def signal_repeater.SignalRepeater.__weakref__ |
( |
|
args | ) |
|
def signal_repeater.SignalRepeater.Register |
( |
|
arg1, |
|
|
|
arg2 |
|
) |
| |
- Returns
- Instance of type None
C++ signature :
void Register(signal_repeater {lvalue},boost::python::api::object)
def signal_repeater.SignalRepeater.Unregister |
( |
|
arg1, |
|
|
|
arg2 |
|
) |
| |
- Returns
- Instance of type None
C++ signature :
void Unregister(signal_repeater {lvalue},boost::python::api::object)