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

Function function

tests_python/test_smart_step_into_bytecode.py:79–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 from _pydevd_bundle.pydevd_bytecode_utils import Variant
78
79 def function():
80
81 def some(arg):
82 pass
83
84 def call(arg):
85 pass
86
87 yield sys._getframe()
88 call(some(1))
89
90 generator = iter(function())
91 frame = next(generator)

Calls 8

someFunction · 0.85
call3Function · 0.85
dFunction · 0.85
another_functionFunction · 0.85
callFunction · 0.70
FooClass · 0.70
bFunction · 0.70
call2Function · 0.50

Tested by

no test coverage detected