Home
last modified time | relevance | path

Searched refs:func_typeparams (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Objects/
Dfuncobject.c127 op->func_typeparams = NULL; in _PyFunction_FromConstructor()
205 op->func_typeparams = NULL; in PyFunction_NewWithQualName()
798 if (op->func_typeparams == NULL) { in func_get_type_params()
802 assert(PyTuple_Check(op->func_typeparams)); in func_get_type_params()
803 return Py_NewRef(op->func_typeparams); in func_get_type_params()
816 Py_XSETREF(op->func_typeparams, Py_NewRef(value)); in func_set_type_params()
827 Py_XSETREF(f->func_typeparams, Py_NewRef(type_params)); in _Py_set_function_type_params()
975 Py_CLEAR(op->func_typeparams); in func_clear()
1031 Py_VISIT(f->func_typeparams); in func_traverse()
/external/python/cpython3/Include/cpython/
Dfuncobject.h44 PyObject *func_typeparams; /* Tuple of active type variables or NULL */ member
/external/python/cpython3/Doc/data/
Dpython3.13.abi14098 …<var-decl name='func_typeparams' type-id='type-id-4' visibility='default' filepath='./Include/cpyt…