Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dlongobject.c.h6 long_new_impl(PyTypeObject *type, PyObject *x, PyObject *obase);
21 return_value = long_new_impl(type, x, obase); in long_new()
/external/python/cpython3/Objects/
Dlongobject.c4795 long_new_impl(PyTypeObject *type, PyObject *x, PyObject *obase) in long_new_impl() function
4851 tmp = (PyLongObject *)long_new_impl(&PyLong_Type, x, obase); in long_subtype_new()