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

Method select

Lib/test/test_asyncio/utils.py:324–325  ·  view source on GitHub ↗
(self, timeout)

Source from the content-addressed store, hash-verified

322 return self.keys.pop(fileobj)
323
324 def select(self, timeout):
325 return []
326
327 def get_map(self):
328 return self.keys

Callers 15

serveMethod · 0.45
test_errnoMethod · 0.45
test_selectMethod · 0.45
test_select_mutatedMethod · 0.45
testSelectMethod · 0.45
testCloseMethod · 0.45
_testCloseMethod · 0.45

Calls

no outgoing calls

Tested by 15

serveMethod · 0.36
test_errnoMethod · 0.36
test_selectMethod · 0.36
test_select_mutatedMethod · 0.36
testSelectMethod · 0.36
testCloseMethod · 0.36
_testCloseMethod · 0.36