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.h91 tuple___getnewargs___impl(PyTupleObject *self);
96 return tuple___getnewargs___impl(self); in tuple___getnewargs__()
/external/python/cpython3/Objects/
Dtupleobject.c782 tuple___getnewargs___impl(PyTupleObject *self) in tuple___getnewargs___impl() function