Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ _handle
Method
_handle
_pydevd_bundle/pydevd_code_to_source.py:210–212 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
208
iter_in = None
209
210
def
_handle(self):
211
self.iter_in = self.stack.pop()
212
self.stack.push(self)
213
214
def
store_in_name(self, store_name):
215
for_token = _Token(self.i_line, None,
"for "
)
Callers
nothing calls this directly
Calls
2
pop
Method · 0.80
push
Method · 0.45
Tested by
no test coverage detected