MCPcopy 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
1663class IntFlag(int, ReprEnum, Flag, boundary=KEEP):
1664 """
1665 Support for integer-based Flags
1666 """
1667
1668
1669def _high_bit(value):

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…