Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __len__
Method
__len__
Lib/enum.py:1586–1587 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1584
yield
from
self._iter_member_(self._value_)
1585
1586
def
__len__(self):
1587
return
self._value_.bit_count()
1588
1589
def
__repr__(self):
1590
cls_name = self.__class__.__name__
Callers
1
_dec_str_to_int_inner
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected