Example #1
0
 def _raise(self, gots):
     raise HashMissing(gots[FAVORITE_HASH].hexdigest())
Example #2
0
 def _raise(self, gots):
     # type: (Dict[str, _Hash]) -> NoReturn
     raise HashMissing(gots[FAVORITE_HASH].hexdigest())
Example #3
0
 def _raise(self, gots: Dict[str, "_Hash"]) -> "NoReturn":
     raise HashMissing(gots[FAVORITE_HASH].hexdigest())