MCPcopy 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

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

Callers 15

callbackMethod · 0.45
closeMethod · 0.45
_cleanup_processMethod · 0.45
_check_process_diedFunction · 0.45
_handle_runFunction · 0.45
_handle_live_runFunction · 0.45
test_fromfdMethod · 0.45
test_control_and_waitMethod · 0.45
test_poll1Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected