Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dtypevarobject.c.h307 paramspec_new_impl(PyTypeObject *type, PyObject *name, PyObject *bound,
398 …return_value = paramspec_new_impl(type, name, bound, default_value, covariant, contravariant, infe… in paramspec_new()
/external/python/cpython3/Objects/
Dtypevarobject.c1047 paramspec_new_impl(PyTypeObject *type, PyObject *name, PyObject *bound, in paramspec_new_impl() function