Searched refs:SupportsInt (Results 1 – 2 of 2) sorted by relevance
36 from typing import Any, NoReturn, ClassVar, SupportsInt
32 def from_param(cls, obj: SupportsInt) -> int: argument