Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypevarobject.c375 typevar_alloc(PyObject *name, PyObject *bound, PyObject *evaluate_bound, in typevar_alloc() function
476 PyObject *tv = (PyObject *)typevar_alloc(name, bound, NULL, in typevar_new_impl()
1521 return (PyObject *)typevar_alloc(name, NULL, evaluate_bound, NULL, evaluate_constraints, in _Py_make_typevar()