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

Method time

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

Source from the content-addressed store, hash-verified

319
320 @property
321 def time(self):
322 return (((self.time_hi_version & 0x0fff) << 48) |
323 (self.time_mid << 32) | self.time_low)
324
325 @property
326 def clock_seq(self):

Callers 15

_mesgMethod · 0.45
_logMethod · 0.45
__init__Method · 0.45
_init_write_gzMethod · 0.45
_write_gzip_headerMethod · 0.45
htmlFunction · 0.45
textFunction · 0.45
_print_debugMethod · 0.45
cleanMethod · 0.45
_create_tmpMethod · 0.45
_refreshMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected