Searched defs:NotNoneT (Results 1 – 1 of 1) sorted by relevance
170 NotNoneT = TypeVar("NotNoneT", bound=Any) variable403 def not_none(cls, value: Optional[NotNoneT], name: str = "value") -> NotNoneT: