Home
last modified time | relevance | path

Searched refs:getnode (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/
H A Duuid.py650 def getnode(): function
676 If 'node' is not given, getnode() is used to obtain the hardware
708 node = getnode()
/third_party/python/Lib/test/
H A Dtest_uuid.py324 node1 = self.uuid.getnode()
328 node2 = self.uuid.getnode()
468 # Confirm that uuid.getnode ignores hardware addresses larger than 48
471 # uuid.getnode to fall back on uuid._random_getnode, which will
479 node = self.uuid.getnode()
483 # uuid.getnode fell back on uuid._random_getnode() rather than using
587 mock.patch.object(self.uuid, 'getnode', return_value=93328246233727), \
/third_party/python/Tools/scripts/
H A Dtexi2html.py1893 menunode = self.getnode(item)
1899 def getnode(self, nodename): member in HTMLHelp

Completed in 7 milliseconds