Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
H A Dtupleobject.c.h75 tuple_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in tuple_new() function
/third_party/python/Lib/collections/
H A D__init__.py423 tuple_new = tuple.__new__
429 '_tuple_new': tuple_new,
442 result = tuple_new(cls, iterable)
/third_party/python/Objects/
H A Dtupleobject.c685 tuple.__new__ as tuple_new
902 tuple_new, /* tp_new */

Completed in 5 milliseconds