Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dlongobject.c.h9 long_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in long_new() function
/external/python/cpython2/Objects/
Dlongobject.c4009 long_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in long_new() function
4074 tmp = (PyLongObject *)long_new(&PyLong_Type, args, kwds); in long_subtype_new()
4355 long_new, /* tp_new */
/external/python/cpython3/Objects/
Dlongobject.c5418 long_new, /* tp_new */