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

Function call_me_back

tests_python/resources/_debugger_case_dont_trace.py:1–3  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

1def call_me_back(callback):
2 if callable(callback):
3 callback()

Calls

no outgoing calls

Tested by

no test coverage detected