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