Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dlistobject.c.h348 list___reversed___impl(PyListObject *self);
353 return list___reversed___impl(self); in list___reversed__()
/third_party/python/Objects/
Dlistobject.c3301 list___reversed___impl(PyListObject *self) in list___reversed___impl() function