No documentation available. More...
Methods defined here: | |
def | __init__ |
def | __reduce__ |
Data and other attributes defined here: | |
int | __instance_size__ = 32 |
Data descriptors inherited from Boost.Python.instance: | |
def | __dict__ |
def | __weakref__ |
Data and other attributes inherited from Boost.Python.instance: | |
def | __new__ |
No documentation available.
Destination
Boost.Python.instance
builtin.object
def Output.Destination.__init__ | ( | arg1 | ) |
C++ signature : void __init__(_object*) C++ signature : void __init__(_object* [,OutputDestinationType::Type=Output.DestinationType.SCREEN [,OutputCompressionType::Type=Output.CompressionType.NONE [,OutputEndLineType::Type=Output.EndLineType.WINDOWS]]]) C++ signature : void __init__(_object*,std::string [,OutputCompressionType::Type=Output.CompressionType.NONE [,OutputEndLineType::Type=Output.EndLineType.WINDOWS]])
def Output.Destination.__dict__ | ( | args | ) |
def Output.Destination.__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 Output.Destination.__reduce__ | ( | args | ) |
__reduce__ = <unnamed Boost.Python function>(args)
def Output.Destination.__weakref__ | ( | args | ) |
|
staticprivate |