MCPcopy 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

endElementNSMethod · 0.95
endElementMethod · 0.95
endDocumentMethod · 0.95
_getMethod · 0.45
_pollMethod · 0.45
_do_waitpidMethod · 0.45
dfsFunction · 0.45
_stop_servingMethod · 0.45
_connect_sockMethod · 0.45
create_serverMethod · 0.45
walkMethod · 0.45
_copy_fromMethod · 0.45

Calls

no outgoing calls

Tested by 4

next_testFunction · 0.36
reportMethod · 0.36
readlineMethod · 0.36