MCPcopy 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

23class PopenMock(mock.MagicMock):
24
25 def poll(self):
26 return 0
27
28 def wait(self, seconds=None):
29 return 0

Callers 15

callbackMethod · 0.45
closeMethod · 0.45
test_fromfdMethod · 0.45
test_control_and_waitMethod · 0.45
test_poll1Method · 0.45
test_poll_unit_testsMethod · 0.45
test_poll2Method · 0.45
test_poll3Method · 0.45
test_poll_c_limitsMethod · 0.45
test_threaded_pollMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected