Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_unregister
Method · 0.45
test_control_and_wait
Method · 0.45
test_unregister_closed
Method · 0.45
test_poll1
Method · 0.45
test_threaded_poll
Method · 0.45
test_unregister
Method · 0.45
test_bound_methods
Method · 0.45
func
Method · 0.45
test_atexit_with_unregistered_function
Method · 0.45
test_eq_unregister_clear
Method · 0.45
__eq__
Method · 0.45
test_eq_unregister
Method · 0.45
Calls
1
pop
Method · 0.45
Tested by
15
test_unregister
Method · 0.36
test_control_and_wait
Method · 0.36
test_unregister_closed
Method · 0.36
test_poll1
Method · 0.36
test_threaded_poll
Method · 0.36
test_unregister
Method · 0.36
test_bound_methods
Method · 0.36
func
Method · 0.36
test_atexit_with_unregistered_function
Method · 0.36
test_eq_unregister_clear
Method · 0.36
__eq__
Method · 0.36
test_eq_unregister
Method · 0.36