Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ IntFlag
Class
IntFlag
Lib/enum.py:1663–1666 ·
view source on GitHub ↗
Support for integer-based Flags
Source
from the content-addressed store, hash-verified
1661
1662
1663
class
IntFlag(int, ReprEnum, Flag, boundary=KEEP):
1664
""
"
1665
Support
for
integer-based Flags
1666
""
"
1667
1668
1669
def
_high_bit(value):
Callers
5
test_programatic_function_string
Method · 0.90
test_programatic_function_string_with_start
Method · 0.90
test_programatic_function_string_list
Method · 0.90
test_programatic_function_iterable
Method · 0.90
test_programatic_function_from_dict
Method · 0.90
Calls
no outgoing calls
Tested by
5
test_programatic_function_string
Method · 0.72
test_programatic_function_string_with_start
Method · 0.72
test_programatic_function_string_list
Method · 0.72
test_programatic_function_iterable
Method · 0.72
test_programatic_function_from_dict
Method · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…