MCPcopy Index your code
hub / github.com/python/cpython / _call_user_data_handler

Method _call_user_data_handler

Lib/xml/dom/minidom.py:255–259  ·  view source on GitHub ↗
(self, operation, src, dst)

Source from the content-addressed store, hash-verified

253 return old
254
255 def _call_user_data_handler(self, operation, src, dst):
256 if hasattr(self, "_user_data"):
257 for key, (data, handler) in list(self._user_data.items()):
258 if handler is not None:
259 handler.handle(operation, key, data, src, dst)
260
261 # minidom-specific API:
262

Callers 3

cloneNodeMethod · 0.80
cloneNodeMethod · 0.80
_clone_nodeFunction · 0.80

Calls 3

listClass · 0.85
itemsMethod · 0.45
handleMethod · 0.45

Tested by

no test coverage detected