SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
List of all members
Uuid.Uuid Class Reference

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__

Detailed Description

No documentation available.

Method resolution order

Uuid
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

def Uuid.Uuid.__init__ (   arg1)
Returns
Instance of type None
     C++ signature :
         void __init__(_object*)

Member Function Documentation

def Uuid.Uuid.__dict__ (   args)
def Uuid.Uuid.__eq__ (   arg1,
  arg2 
)
Returns
Instance of type object
     C++ signature :
         _object* __eq__(boost::array<char, 16ul> {lvalue},boost::array<char, 16ul>)
def Uuid.Uuid.__getstate__ (   arg1)
Returns
Instance of type tuple
     C++ signature :
         boost::python::tuple __getstate__(boost::array<char, 16ul>)
def Uuid.Uuid.__hash__ (   arg1)
Returns
Instance of type object
     return hash(arg1.bytes)
 
     C++ signature :
         boost::python::api::object __hash__(boost::python::api::object)
def Uuid.Uuid.__ne__ (   arg1,
  arg2 
)
Returns
Instance of type object
     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)
Returns
Instance of type str
     C++ signature :
         std::string __repr__(boost::array<char, 16ul>)
def Uuid.Uuid.__setstate__ (   arg1,
  arg2 
)
Returns
Instance of type None
     C++ signature :
         void __setstate__(boost::array<char, 16ul> {lvalue},boost::python::tuple)
def Uuid.Uuid.__str__ (   arg1)
Returns
Instance of type str
     C++ signature :
         std::string __str__(boost::array<char, 16ul>)
def Uuid.Uuid.__weakref__ (   args)
def Uuid.Uuid.bytes (   args)

Member Data Documentation

int Uuid.Uuid.__instance_size__ = 32
staticprivate
Uuid.Uuid.__safe_for_unpickling__ = True
staticprivate