Home
last modified time | relevance | path

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

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