Beispiel #1
0
 def __init__(self) -> None:
     allocate_handler_id(self)
 def __init__(self) -> None:
     allocate_handler_id(
         self)  # type: ignore[arg-type] # this is a testing mock
Beispiel #3
0
 def __init__(self):
     # type: (Callable) -> None
     allocate_handler_id(self)  # type: ignore # this is a testing mock
Beispiel #4
0
 def __init__(self):
     # type: () -> None
     allocate_handler_id(self)  # type: ignore # this is a testing mock
Beispiel #5
0
 def __init__(self) -> None:
     allocate_handler_id(self)  # type: ignore # this is a testing mock