(self, inst: HasTraits)
| 1281 | self.trait_names = names |
| 1282 | |
| 1283 | def instance_init(self, inst: HasTraits) -> None: |
| 1284 | inst._register_validator(self, self.trait_names) |
| 1285 | |
| 1286 | |
| 1287 | class DefaultHandler(EventHandler): |
nothing calls this directly
no test coverage detected