Home
last modified time | relevance | path

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

/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()
4356 long_new, /* tp_new */
/external/python/cpython3/Objects/
Dlongobject.c4796 long_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in long_new() function
4856 tmp = (PyLongObject *)long_new(&PyLong_Type, args, kwds); in long_subtype_new()
5462 long_new, /* tp_new */