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

Function another_function

tests_python/test_smart_step_into_bytecode.py:1010–1013  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1008 def function(call):
1009
1010 def another_function():
1011 yield sys._getframe()
1012
1013 call()
1014
1015 for frame in another_function():
1016 yield frame

Callers 1

functionFunction · 0.85

Calls 1

callFunction · 0.70

Tested by

no test coverage detected