(self)
| 2391 | annotations={"key": "value"})) |
| 2392 | |
| 2393 | def testCustom(self): |
| 2394 | self._testDisposition(type=0x12345, value=CustomValue([1, 2, 3])) |
| 2395 | |
| 2396 | def testEmptyCustom(self): |
| 2397 | self._testDisposition(type=0x12345) |
nothing calls this directly
no test coverage detected