Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ poll
Method
poll
Lib/test/test_webbrowser.py:27–28 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
25
class
PopenMock(mock.MagicMock):
26
27
def
poll(self):
28
return
0
29
30
def
wait(self, seconds=None):
31
return
0
Callers
15
callback
Method · 0.45
close
Method · 0.45
_cleanup_process
Method · 0.45
_cleanup_completed_profilers
Method · 0.45
_check_process_died
Function · 0.45
_handle_run
Function · 0.45
_handle_live_run
Function · 0.45
test_fromfd
Method · 0.45
test_control_and_wait
Method · 0.45
test_unregister_closed
Method · 0.45
kill_proc_timer_thread
Method · 0.45
test_poll1
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected