MCPcopy Index your code
hub / github.com/python/cpython / _is_universal

Function _is_universal

Lib/uuid.py:470–471  ·  view source on GitHub ↗
(mac)

Source from the content-addressed store, hash-verified

468# See https://en.wikipedia.org/wiki/MAC_address#Universal_vs._local_(U/L_bit)
469
470def _is_universal(mac):
471 return not (mac & (1 << 41))
472
473
474def _find_mac_near_keyword(command, args, keywords, get_word_index):

Callers 2

_find_mac_near_keywordFunction · 0.85
_find_mac_under_headingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…