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

Method _handle

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

Source from the content-addressed store, hash-verified

190 iter_target = None
191
192 def _handle(self):
193 self.iter_target = self.stack.pop()
194 self.tokens.extend(self.iter_target.tokens)
195 self.stack.push(self)
196
197
198@_register

Callers 1

_handleMethod · 0.45

Calls 2

popMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected