MCPcopy Index your code
hub / github.com/bpython/bpython / run_find_coroutine

Function run_find_coroutine

bpython/urwid.py:1351–1353  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1349 # This bypasses main_loop.set_alarm_in because we must *not*
1350 # hit the draw_screen call (it's unnecessary and slow).
1351 def run_find_coroutine():
1352 if myrepl.module_gatherer.find_coroutine():
1353 main_loop.event_loop.alarm(0, run_find_coroutine)
1354
1355 run_find_coroutine()
1356

Callers 1

startFunction · 0.85

Calls 1

find_coroutineMethod · 0.80

Tested by

no test coverage detected