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

Method _handle

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

Source from the content-addressed store, hash-verified

151
152class _BaseLoadHandler(_BasePushHandler):
153 def _handle(self):
154 _BasePushHandler._handle(self)
155 self.tokens = [_Token(self.i_line, self.instruction)]
156
157
158@_register

Callers

nothing calls this directly

Calls 2

_TokenClass · 0.85
_handleMethod · 0.45

Tested by

no test coverage detected