Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dtupleobject.c.h75 tuple_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in tuple_new() function
/third_party/python/Lib/collections/
D__init__.py403 tuple_new = tuple.__new__
409 '_tuple_new': tuple_new,
422 result = tuple_new(cls, iterable)
/third_party/python/Objects/
Dtupleobject.c939 tuple_new, /* tp_new */