Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ poll
Method
poll
Lib/test/test_webbrowser.py:25–26 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
23
class
PopenMock(mock.MagicMock):
24
25
def
poll(self):
26
return
0
27
28
def
wait(self, seconds=None):
29
return
0
Callers
15
callback
Method · 0.45
close
Method · 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
test_poll_unit_tests
Method · 0.45
test_poll2
Method · 0.45
test_poll3
Method · 0.45
test_poll_c_limits
Method · 0.45
test_threaded_poll
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected