Home
last modified time | relevance | path

Searched refs:_random_getnode (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Duuid.py607 def _random_getnode(): function
662 for getter in _GETTERS + [_random_getnode]:
669 assert False, '_random_getnode() returned invalid value: {}'.format(_node)
/third_party/python/Lib/test/
H A Dtest_uuid.py471 # uuid.getnode to fall back on uuid._random_getnode, which will
483 # uuid.getnode fell back on uuid._random_getnode() rather than using
865 node = self.uuid._random_getnode()
872 node2 = self.uuid._random_getnode()

Completed in 3 milliseconds