Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __iter__
Method
__iter__
Lib/selectors.py:80–81 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
78
return
key
79
80
def
__iter__(self):
81
return
iter(self._selector._fd_to_key)
82
83
84
class
BaseSelector(metaclass=ABCMeta):
Callers
nothing calls this directly
Calls
1
iter
Function · 0.85
Tested by
no test coverage detected