Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dtupleobject.c.h107 tuple___getnewargs___impl(PyTupleObject *self);
112 return tuple___getnewargs___impl(self); in tuple___getnewargs__()
/third_party/python/Objects/
Dtupleobject.c877 tuple___getnewargs___impl(PyTupleObject *self) in tuple___getnewargs___impl() function