Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ pop
Method
pop
Lib/xml/dom/pulldom.py:33–36 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
self.pending_events = []
32
33
def
pop(self):
34
result = self.elementStack[-1]
35
del self.elementStack[-1]
36
return
result
37
38
def
setDocumentLocator(self, locator):
39
self._locator = locator
Callers
15
endElementNS
Method · 0.95
endElement
Method · 0.95
endDocument
Method · 0.95
_get
Method · 0.45
_poll
Method · 0.45
_do_waitpid
Method · 0.45
dfs
Function · 0.45
_stop_serving
Method · 0.45
_connect_sock
Method · 0.45
create_server
Method · 0.45
walk
Method · 0.45
_copy_from
Method · 0.45
Calls
no outgoing calls
Tested by
4
next_test
Function · 0.36
report
Method · 0.36
test_copy_with_prompts
Method · 0.36
readline
Method · 0.36