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

Method unregister

Lib/test/test_asyncio/utils.py:321–322  ·  view source on GitHub ↗
(self, fileobj)

Source from the content-addressed store, hash-verified

319 return key
320
321 def unregister(self, fileobj):
322 return self.keys.pop(fileobj)
323
324 def select(self, timeout):
325 return []

Callers 15

test_unregisterMethod · 0.45
test_control_and_waitMethod · 0.45
test_poll1Method · 0.45
test_threaded_pollMethod · 0.45
test_unregisterMethod · 0.45
test_bound_methodsMethod · 0.45
funcMethod · 0.45
__eq__Method · 0.45
test_eq_unregisterMethod · 0.45

Calls 1

popMethod · 0.45

Tested by 15

test_unregisterMethod · 0.36
test_control_and_waitMethod · 0.36
test_poll1Method · 0.36
test_threaded_pollMethod · 0.36
test_unregisterMethod · 0.36
test_bound_methodsMethod · 0.36
funcMethod · 0.36
__eq__Method · 0.36
test_eq_unregisterMethod · 0.36