Home
last modified time | relevance | path

Searched defs:evaluate_bound (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Python/
Dintrinsics.c244 PyObject *evaluate_bound) in make_typevar_with_bound()
/external/python/cpython3/Objects/
Dtypevarobject.c23 PyObject *evaluate_bound; member
375 typevar_alloc(PyObject *name, PyObject *bound, PyObject *evaluate_bound, in typevar_alloc()
1519 _Py_make_typevar(PyObject *name, PyObject *evaluate_bound, PyObject *evaluate_constraints) in _Py_make_typevar()