MCPcopy Index your code
hub / github.com/RustPython/RustPython / handle

Method handle

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

Source from the content-addressed store, hash-verified

1304 class UserDataHandler:
1305 called = 0
1306 def handle(self, operation, key, data, src, dst):
1307 dst.setUserData(key, data + 1, self)
1308 src.setUserData(key, None, None)
1309 self.called = 1
1310
1311 def testUserData(self):
1312 dom = Document()

Callers

nothing calls this directly

Calls 1

setUserDataMethod · 0.80

Tested by

no test coverage detected