Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
call =
lambda
b:b
# Break here will hit once at creation time and then at each call.
2
call(1)
3
call(2)
4
Callers
nothing calls this directly
Calls
1
call
Function · 0.70
Tested by
no test coverage detected