Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Duuid.py445 def _parse_mac(word): function
498 mac = _parse_mac(word)
/third_party/python/Lib/test/
H A Dtest_uuid.py712 self.assertEqual(self.uuid._parse_mac(mac), expected)
733 self.assertIsNone(self.uuid._parse_mac(mac))

Completed in 3 milliseconds