Home
last modified time | relevance | path

Searched refs:long_new (Results 1 – 1 of 1) 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 */