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

Method _handle

_pydevd_bundle/pydevd_code_to_source.py:148–149  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

146
147class _BasePushHandler(_BaseHandler):
148 def _handle(self):
149 self.stack.push(self)
150
151
152class _BaseLoadHandler(_BasePushHandler):

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected