Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dstructseq.c176 int removelast = 0; in structseq_repr() local
221 removelast = 1; in structseq_repr()
227 removelast = 0; in structseq_repr()
232 if (removelast) { in structseq_repr()
/external/python/cpython2/Objects/
Dstructseq.c242 int i, removelast = 0; in structseq_repr() local
293 removelast = 1; in structseq_repr()
299 removelast = 0; in structseq_repr()
305 if (removelast) { in structseq_repr()