Home
last modified time | relevance | path

Searched refs:__typing_prepare_subst__ (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_global_strings.h205 STRUCT_FOR_ID(__typing_prepare_subst__)
H A Dpycore_runtime_init.h828 INIT_ID(__typing_prepare_subst__), \
/third_party/python/Objects/
H A Dgenericaliasobject.c419 if (_PyObject_LookupAttr(param, &_Py_ID(__typing_prepare_subst__), &prepare) < 0) { in _Py_subs_parameters()
/third_party/python/Lib/
H A Dtyping.py1077 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 12 milliseconds