Searched refs:tuple_new (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Objects/clinic/ |
D | tupleobject.c.h | 75 tuple_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in tuple_new() function
|
/external/python/cpython2/Objects/ |
D | tupleobject.c | 642 tuple_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in tuple_new() function 665 tmp = tuple_new(&PyTuple_Type, args, kwds); in tuple_subtype_new() 822 tuple_new, /* tp_new */
|
/external/python/cpython3/Lib/collections/ |
D | __init__.py | 420 tuple_new = tuple.__new__ 426 '_tuple_new': tuple_new, 439 result = tuple_new(cls, iterable)
|
/external/python/cpython3/Objects/ |
D | tupleobject.c | 889 tuple_new, /* tp_new */
|