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

Method handle

Lib/test/test_minidom.py:1291–1294  ·  view source on GitHub ↗
(self, operation, key, data, src, dst)

Source from the content-addressed store, hash-verified

1289 class UserDataHandler:
1290 called = 0
1291 def handle(self, operation, key, data, src, dst):
1292 dst.setUserData(key, data + 1, self)
1293 src.setUserData(key, None, None)
1294 self.called = 1
1295
1296 def testUserData(self):
1297 dom = Document()

Callers

nothing calls this directly

Calls 1

setUserDataMethod · 0.80

Tested by

no test coverage detected