Method
__init__
(
self, session, obj, command_table, arg_table, name, event_class
)
Source from the content-addressed store, hash-verified
| 526 | EventHandlerClass = ServiceDocumentEventHandler |
| 527 | |
| 528 | def __init__( |
| 529 | self, session, obj, command_table, arg_table, name, event_class |
| 530 | ): |
| 531 | super().__init__(session, obj, command_table, arg_table) |
| 532 | self._name = name |
| 533 | self._event_class = event_class |
| 534 | |
| 535 | @property |
| 536 | def event_class(self): |
Callers
nothing calls this directly
Tested by
no test coverage detected