MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / fields

Method fields

tools/python-3.11.9-amd64/Lib/uuid.py:296–298  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

294
295 @property
296 def fields(self):
297 return (self.time_low, self.time_mid, self.time_hi_version,
298 self.clock_seq_hi_variant, self.clock_seq_low, self.node)
299
300 @property
301 def time_low(self):

Callers 4

_pprint_dataclassMethod · 0.80
_get_attr_fieldsFunction · 0.80
dumpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected