Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ fields
Method
fields
Lib/uuid.py:346–348 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
344
345
@property
346
def
fields(self):
347
return
(self.time_low, self.time_mid, self.time_hi_version,
348
self.clock_seq_hi_variant, self.clock_seq_low, self.node)
349
350
@property
351
def
time_low(self):
Callers
5
test_attributes
Method · 0.80
test_no_colors
Method · 0.80
merge_old_version
Function · 0.80
_managed_dict_offset
Function · 0.80
interp_frame_has_tlbc_index
Function · 0.80
Calls
no outgoing calls
Tested by
2
test_attributes
Method · 0.64
test_no_colors
Method · 0.64