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

File _debugger_case_lamda.py

tests_python/resources/_debugger_case_lamda.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1call = lambda b:b # Break here will hit once at creation time and then at each call.
2call(1)
3call(2)
4

Callers

nothing calls this directly

Calls 1

callFunction · 0.70

Tested by

no test coverage detected