MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / pop

Method pop

tools/python-3.11.9-amd64/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_waitMethod · 0.45
remove_child_handlerMethod · 0.45
_do_waitpidMethod · 0.45
add_child_handlerMethod · 0.45
_do_waitpid_allMethod · 0.45
_do_waitpidMethod · 0.45
_do_waitpidMethod · 0.45

Calls

no outgoing calls