コード例 #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
ファイル: test_helpers.py プロジェクト: shekhirin/zulip
 def __init__(self):
     # type: (Callable) -> None
     allocate_handler_id(self)  # type: ignore # this is a testing mock
コード例 #4
0
ファイル: test_helpers.py プロジェクト: vincentchen/zulip
 def __init__(self):
     # type: () -> None
     allocate_handler_id(self)  # type: ignore # this is a testing mock
コード例 #5
0
ファイル: test_helpers.py プロジェクト: brainwane/zulip
 def __init__(self) -> None:
     allocate_handler_id(self)  # type: ignore # this is a testing mock