MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / b

Function b

tests_python/test_sys_monitoring.py:237–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235
236 # line 3
237 def b(): # line 4
238 yield from [j for j in a if j % 2 == 0] # line 5
239
240 # line 7
241 for j in b(): # line 8

Callers 2

functionFunction · 0.70
methodFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected