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

Function show_flag_values

Lib/enum.py:127–128  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

125 num ^= b
126
127def show_flag_values(value):
128 return list(_iter_bits_lsb(value))
129
130def bin(num, max_bits=None):
131 """

Callers

nothing calls this directly

Calls 2

listClass · 0.85
_iter_bits_lsbFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…