Searched defs:bytes_le (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Duuid.py63 fields in little-endian order) as an argument named 'bytes_le', or a
71 bytes_le the UUID as a 16-byte string (with time_low, time_mid,
101 def __init__(self, hex=None, bytes=None, bytes_le=None, fields=None,
105 in little-endian order as the 'bytes_le' argument, a tuple of six
117 UUID(bytes_le='\x78\x56\x34\x12\x34\x12\x78\x56' +
122 Exactly one of 'hex', 'bytes', 'bytes_le', 'fields', or 'int' must
125 overriding the given 'hex', 'bytes', 'bytes_le', 'fields', or 'int'.
128 if [hex, bytes, bytes_le, fields, int].count(None) != 4:
129 raise TypeError('need one of hex, bytes, bytes_le, fields, or int')
136 if bytes_le i
215 bytes_le = property(get_bytes_le) variable in class:UUID
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Duuid.py63 fields in little-endian order) as an argument named 'bytes_le', or a
71 bytes_le the UUID as a 16-byte string (with time_low, time_mid,
101 def __init__(self, hex=None, bytes=None, bytes_le=None, fields=None,
105 in little-endian order as the 'bytes_le' argument, a tuple of six
117 UUID(bytes_le='\x78\x56\x34\x12\x34\x12\x78\x56' +
122 Exactly one of 'hex', 'bytes', 'bytes_le', 'fields', or 'int' must
125 overriding the given 'hex', 'bytes', 'bytes_le', 'fields', or 'int'.
128 if [hex, bytes, bytes_le, fields, int].count(None) != 4:
129 raise TypeError('need one of hex, bytes, bytes_le, fields, or int')
136 if bytes_le i
215 bytes_le = property(get_bytes_le) variable in class:UUID
[all...]

Completed in 98 milliseconds