Public Member Functions | |
def | __cmp__ |
def | __hash__ |
def | __init__ |
def | __int__ |
def | __repr__ |
def | __setattr__ |
def | __str__ |
def | get_bytes |
def | get_clock_seq |
def | get_clock_seq_hi_variant |
def | get_clock_seq_low |
def | get_fields |
def | get_hex |
def | get_node |
def | get_time |
def | get_time_hi_version |
def | get_time_low |
def | get_time_mid |
def | get_urn |
def | get_variant |
def | get_version |
Properties | |
bytes = property(get_bytes) | |
clock_seq = property(get_clock_seq) | |
clock_seq_hi_variant = property(get_clock_seq_hi_variant) | |
clock_seq_low = property(get_clock_seq_low) | |
fields = property(get_fields) | |
hex = property(get_hex) | |
node = property(get_node) | |
time = property(get_time) | |
time_hi_version = property(get_time_hi_version) | |
time_low = property(get_time_low) | |
time_mid = property(get_time_mid) | |
urn = property(get_urn) | |
variant = property(get_variant) | |
version = property(get_version) |
Definition at line 34 of file OpenRTM_aist/uuid.py.
def OpenRTM_aist.uuid.UUID.__init__ | ( | self, | |
hex = None , |
|||
bytes = None , |
|||
fields = None , |
|||
int = None , |
|||
version = None |
|||
) |
Definition at line 36 of file OpenRTM_aist/uuid.py.
def OpenRTM_aist.uuid.UUID.__cmp__ | ( | self, | |
other | |||
) |
Definition at line 106 of file OpenRTM_aist/uuid.py.
def OpenRTM_aist.uuid.UUID.__hash__ | ( | self | ) |
Definition at line 111 of file OpenRTM_aist/uuid.py.
def OpenRTM_aist.uuid.UUID.__int__ | ( | self | ) |
Definition at line 114 of file OpenRTM_aist/uuid.py.
def OpenRTM_aist.uuid.UUID.__repr__ | ( | self | ) |
Definition at line 117 of file OpenRTM_aist/uuid.py.
def OpenRTM_aist.uuid.UUID.__setattr__ | ( | self, | |
name, | |||
value | |||
) |
Definition at line 120 of file OpenRTM_aist/uuid.py.
def OpenRTM_aist.uuid.UUID.__str__ | ( | self | ) |
Definition at line 123 of file OpenRTM_aist/uuid.py.
def OpenRTM_aist.uuid.UUID.get_bytes | ( | self | ) |
Definition at line 128 of file OpenRTM_aist/uuid.py.
def OpenRTM_aist.uuid.UUID.get_clock_seq | ( | self | ) |
Definition at line 173 of file OpenRTM_aist/uuid.py.
def OpenRTM_aist.uuid.UUID.get_clock_seq_hi_variant | ( | self | ) |
Definition at line 157 of file OpenRTM_aist/uuid.py.
def OpenRTM_aist.uuid.UUID.get_clock_seq_low | ( | self | ) |
Definition at line 162 of file OpenRTM_aist/uuid.py.
def OpenRTM_aist.uuid.UUID.get_fields | ( | self | ) |
Definition at line 136 of file OpenRTM_aist/uuid.py.
def OpenRTM_aist.uuid.UUID.get_hex | ( | self | ) |
Definition at line 184 of file OpenRTM_aist/uuid.py.
def OpenRTM_aist.uuid.UUID.get_node | ( | self | ) |
Definition at line 179 of file OpenRTM_aist/uuid.py.
def OpenRTM_aist.uuid.UUID.get_time | ( | self | ) |
Definition at line 167 of file OpenRTM_aist/uuid.py.
def OpenRTM_aist.uuid.UUID.get_time_hi_version | ( | self | ) |
Definition at line 152 of file OpenRTM_aist/uuid.py.
def OpenRTM_aist.uuid.UUID.get_time_low | ( | self | ) |
Definition at line 142 of file OpenRTM_aist/uuid.py.
def OpenRTM_aist.uuid.UUID.get_time_mid | ( | self | ) |
Definition at line 147 of file OpenRTM_aist/uuid.py.
def OpenRTM_aist.uuid.UUID.get_urn | ( | self | ) |
Definition at line 189 of file OpenRTM_aist/uuid.py.
def OpenRTM_aist.uuid.UUID.get_variant | ( | self | ) |
Definition at line 194 of file OpenRTM_aist/uuid.py.
def OpenRTM_aist.uuid.UUID.get_version | ( | self | ) |
Definition at line 206 of file OpenRTM_aist/uuid.py.
OpenRTM_aist::uuid.UUID::bytes = property(get_bytes) [static] |
Definition at line 134 of file OpenRTM_aist/uuid.py.
OpenRTM_aist::uuid.UUID::clock_seq = property(get_clock_seq) [static] |
Definition at line 177 of file OpenRTM_aist/uuid.py.
OpenRTM_aist::uuid.UUID::clock_seq_hi_variant = property(get_clock_seq_hi_variant) [static] |
Definition at line 160 of file OpenRTM_aist/uuid.py.
OpenRTM_aist::uuid.UUID::clock_seq_low = property(get_clock_seq_low) [static] |
Definition at line 165 of file OpenRTM_aist/uuid.py.
OpenRTM_aist::uuid.UUID::fields = property(get_fields) [static] |
Definition at line 140 of file OpenRTM_aist/uuid.py.
OpenRTM_aist::uuid.UUID::hex = property(get_hex) [static] |
Definition at line 187 of file OpenRTM_aist/uuid.py.
OpenRTM_aist::uuid.UUID::node = property(get_node) [static] |
Definition at line 182 of file OpenRTM_aist/uuid.py.
OpenRTM_aist::uuid.UUID::time = property(get_time) [static] |
Definition at line 171 of file OpenRTM_aist/uuid.py.
OpenRTM_aist::uuid.UUID::time_hi_version = property(get_time_hi_version) [static] |
Definition at line 155 of file OpenRTM_aist/uuid.py.
OpenRTM_aist::uuid.UUID::time_low = property(get_time_low) [static] |
Definition at line 145 of file OpenRTM_aist/uuid.py.
OpenRTM_aist::uuid.UUID::time_mid = property(get_time_mid) [static] |
Definition at line 150 of file OpenRTM_aist/uuid.py.
OpenRTM_aist::uuid.UUID::urn = property(get_urn) [static] |
Definition at line 192 of file OpenRTM_aist/uuid.py.
OpenRTM_aist::uuid.UUID::variant = property(get_variant) [static] |
Definition at line 204 of file OpenRTM_aist/uuid.py.
OpenRTM_aist::uuid.UUID::version = property(get_version) [static] |
Definition at line 211 of file OpenRTM_aist/uuid.py.