MCPcopy 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_attributesMethod · 0.80
test_no_colorsMethod · 0.80
merge_old_versionFunction · 0.80
_managed_dict_offsetFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_attributesMethod · 0.64
test_no_colorsMethod · 0.64