MCPcopy Index your code
hub / github.com/python/cpython / get_map

Method get_map

Lib/selectors.py:199–201  ·  view source on GitHub ↗

Return a mapping of file objects to selector keys.

(self)

Source from the content-addressed store, hash-verified

197
198 @abstractmethod
199 def get_map(self):
200 """Return a mapping of file objects to selector keys."""
201 raise NotImplementedError
202
203 def __enter__(self):
204 return self

Callers 2

get_keyMethod · 0.95
_communicateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected