Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ push
Method
push
_pydevd_bundle/pydevd_code_to_source.py:21–23 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
19
self._contents = []
20
21
def
push(self, obj):
22
# print('push', obj)
23
self._contents.append(obj)
24
25
def
pop(self):
26
return
self._contents.pop(-1)
Callers
5
_handle
Method · 0.45
_handle
Method · 0.45
_handle
Method · 0.45
_handle
Method · 0.45
_handle
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected