MCPcopy Index your code
hub / github.com/RustPython/RustPython / 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
metricsMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
_getMethod · 0.45
_pollMethod · 0.45
_do_waitpidMethod · 0.45
dfsFunction · 0.45
_stop_servingMethod · 0.45
_connect_sockMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_chunkcodingMethod · 0.36
tearDownMethod · 0.36
test_saveallMethod · 0.36
test_is_finalizedMethod · 0.36
feedMethod · 0.36
testMethod · 0.36
get_hashMethod · 0.36
test_sys_xoptionsMethod · 0.36
check_c_stackMethod · 0.36
test_no_leakingMethod · 0.36