Searched refs:Expr (Results 1 – 2 of 2) sorted by relevance
22 class Expr: class79 Exprable = Union[str, int, Expr]82 def as_expr(thing: Exprable) -> Expr:89 if isinstance(thing, Expr):92 return Expr(thing)126 *args: Union[int, Expr] argument138 *[arg.value() if isinstance(arg, Expr) else arg
420 self.expected_usage = psa_storage.Expr(' | '.join(expected_usage))422 self.expected_usage = psa_storage.Expr(0)446 key_type: psa_storage.Expr, bits: int, argument447 alg: psa_storage.Expr argument