MCPcopy 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_847Method · 0.95
mainFunction · 0.95
run_find_coroutineFunction · 0.80
mainloopMethod · 0.80
setUpMethod · 0.80
setUpMethod · 0.80

Calls

no outgoing calls

Tested by 3

test_issue_847Method · 0.76
setUpMethod · 0.64
setUpMethod · 0.64