Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bpython/bpython
/ find_coroutine
Method
find_coroutine
bpython/importcompletion.py:253–262 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
251
yield
252
253
def
find_coroutine(self) -> bool:
254
if
self.fully_loaded:
255
return
False
256
257
try
:
258
next(self.find_iterator)
259
except
StopIteration:
260
self.fully_loaded = True
261
262
return
True
Callers
6
test_issue_847
Method · 0.95
main
Function · 0.95
run_find_coroutine
Function · 0.80
mainloop
Method · 0.80
setUp
Method · 0.80
setUp
Method · 0.80
Calls
no outgoing calls
Tested by
3
test_issue_847
Method · 0.76
setUp
Method · 0.64
setUp
Method · 0.64