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

Function __call__

_pydevd_bundle/pydevd_stackless.py:352–357  ·  view source on GitHub ↗

Called to run a new tasklet: rebind the creation so that we can trace it.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

350 # __call__
351 # =======================================================================================================================
352 def __call__(self, *args, **kwargs):
353 """
354 Called to run a new tasklet: rebind the creation so that we can trace it.
355 """
356
357 return setup(self, *args, **kwargs)
358
359 _original_run = stackless.run
360

Callers

nothing calls this directly

Calls 1

setupFunction · 0.85

Tested by

no test coverage detected