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