Home | Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | uuid
saga::uuid type
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
__instance_size__ = 32
|
Properties | |
string returns the string representation of this instance |
|
Inherited from |
Method Details |
__cmp__( (uuid)arg1, (uuid)arg2) -> bool : compares two saga::uuid instances C++ signature : bool __cmp__(saga::uuid,saga::uuid) |
__init__( (object)arg1) -> None : C++ signature : void __init__(_object*) __init__( (object)arg1, (str)arg2) -> None : C++ signature : void __init__(_object*,char const*)
|
helper for pickle
|
__str__( (uuid)arg1) -> str : returns the string representation of this instance C++ signature : std::string __str__(saga::uuid {lvalue})
|
Property Details |
stringreturns the string representation of this instance
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Oct 13 23:44:31 2011 | http://epydoc.sourceforge.net |