HomeSort by relevance Sort by last modified time
    Searched full:_type_check (Results 1 - 1 of 1) sorted by null

  /external/python/cpython3/Lib/
typing.py 239 self.__forward_value__ = _type_check(
349 def _type_check(arg, msg): function
482 self.__constraints__ = tuple(_type_check(t, msg) for t in constraints)
484 self.__bound__ = _type_check(bound, "Bound must be a type.")
770 parameters = tuple(_type_check(p, msg) for p in parameters)
815 arg = _type_check(arg, "Optional[t] requires a single type.")
    [all...]

Completed in 821 milliseconds