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
DiagramBinding
Boost.Python.instance
builtin.object
Constructor & Destructor Documentation
def C_DiagramBuilder.DiagramBinding.__init__ |
( |
|
args | ) |
|
Raises an exception
This class cannot be instantiated from Python
__init__ = <built-in function __init__>
Member Function Documentation
def C_DiagramBuilder.DiagramBinding.__dict__ |
( |
|
args | ) |
|
def C_DiagramBuilder.DiagramBinding.__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 C_DiagramBuilder.DiagramBinding.__reduce__ |
( |
|
args | ) |
|
__reduce__ = <unnamed Boost.Python function>(args)
def C_DiagramBuilder.DiagramBinding.__weakref__ |
( |
|
args | ) |
|
def C_DiagramBuilder.DiagramBinding.call |
( |
|
arg1, |
|
|
|
arg2, |
|
|
|
arg3 |
|
) |
| |
- Returns
- Instance of type None
C++ signature :
void call(diagram::DiagramBinding {lvalue},std::string,boost::python::api::object)