Searched refs:__typing_prepare_subst__ (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Include/internal/ |
H A D | pycore_global_strings.h | 205 STRUCT_FOR_ID(__typing_prepare_subst__)
|
H A D | pycore_runtime_init.h | 828 INIT_ID(__typing_prepare_subst__), \
|
/third_party/python/Objects/ |
H A D | genericaliasobject.c | 419 if (_PyObject_LookupAttr(param, &_Py_ID(__typing_prepare_subst__), &prepare) < 0) { in _Py_subs_parameters()
|
/third_party/python/Lib/ |
H A D | typing.py | 1077 def __typing_prepare_subst__(self, alias, args): member in TypeVarTuple 1224 def __typing_prepare_subst__(self, alias, args): member in ParamSpec 1423 prepare = getattr(param, '__typing_prepare_subst__', None) 1827 prepare = getattr(param, '__typing_prepare_subst__', None)
|
Completed in 7 milliseconds