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