No documentation available. More...
Methods defined here: | |
def | __eq__ |
def | __getstate__ |
def | __hash__ |
def | __init__ |
def | __ne__ |
def | __reduce__ |
def | __repr__ |
def | __setstate__ |
def | __str__ |
Data descriptors defined here: | |
def | bytes |
Data and other attributes defined here: | |
int | __instance_size__ = 32 |
__safe_for_unpickling__ = True |
Data descriptors inherited from Boost.Python.instance: | |
def | __dict__ |
def | __weakref__ |
Data and other attributes inherited from Boost.Python.instance: | |
def | __new__ |
def Uuid.Uuid.__init__ | ( | arg1 | ) |
C++ signature : void __init__(_object*)
def Uuid.Uuid.__dict__ | ( | args | ) |
def Uuid.Uuid.__eq__ | ( | arg1, | |
arg2 | |||
) |
C++ signature : _object* __eq__(boost::array<char, 16ul> {lvalue},boost::array<char, 16ul>)
def Uuid.Uuid.__getstate__ | ( | arg1 | ) |
C++ signature : boost::python::tuple __getstate__(boost::array<char, 16ul>)
def Uuid.Uuid.__hash__ | ( | arg1 | ) |
return hash(arg1.bytes) C++ signature : boost::python::api::object __hash__(boost::python::api::object)
def Uuid.Uuid.__ne__ | ( | arg1, | |
arg2 | |||
) |
C++ signature : _object* __ne__(boost::array<char, 16ul> {lvalue},boost::array<char, 16ul>)
def Uuid.Uuid.__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 Uuid.Uuid.__reduce__ | ( | args | ) |
__reduce__ = <unnamed Boost.Python function>(args)
def Uuid.Uuid.__repr__ | ( | arg1 | ) |
C++ signature : std::string __repr__(boost::array<char, 16ul>)
def Uuid.Uuid.__setstate__ | ( | arg1, | |
arg2 | |||
) |
C++ signature : void __setstate__(boost::array<char, 16ul> {lvalue},boost::python::tuple)
def Uuid.Uuid.__str__ | ( | arg1 | ) |
C++ signature : std::string __str__(boost::array<char, 16ul>)
def Uuid.Uuid.__weakref__ | ( | args | ) |
def Uuid.Uuid.bytes | ( | args | ) |
|
staticprivate |
|
staticprivate |