コード例 #1
0
 def _raise(self, gots):
     raise HashMismatch(self._allowed, gots)
コード例 #2
0
 def _raise(self, gots):
     # type: (Dict[str, _Hash]) -> NoReturn
     raise HashMismatch(self._allowed, gots)
コード例 #3
0
 def _raise(self, gots: Dict[str, "_Hash"]) -> "NoReturn":
     raise HashMismatch(self._allowed, gots)