Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
127
def
show_flag_values(value):
128
return
list(_iter_bits_lsb(value))
129
130
def
bin(num, max_bits=None):
131
""
"
Callers
nothing calls this directly
Calls
2
list
Class · 0.85
_iter_bits_lsb
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…