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

Class Handler

Lib/test/test_minidom.py:968–974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

966 """.strip())
967
968 class Handler:
969 def handle(self, operation, key, data, src, dst):
970 self.operation = operation
971 self.key = key
972 self.data = data
973 self.src = src
974 self.dst = dst
975
976 handler = Handler()
977 doctype = document.doctype

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…