Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ _power_of_two
Function
_power_of_two
tools/python-3.11.9-amd64/Lib/enum.py:1590–1593 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
1588
return
enumeration
1589
1590
def
_power_of_two(value):
1591
if
value < 1:
1592
return
False
1593
return
value == 2 ** _high_bit(value)
1594
1595
def
global_enum_repr(self):
1596
""
"
Callers
nothing calls this directly
Calls
1
_high_bit
Function · 0.85
Tested by
no test coverage detected