OpenGrok
Cross Reference: listobject.c
xref
: /
external
/
python
/
cpython3
/
Objects
/
listobject.c
Home
|
History
|
Annotate
|
Download
|
only in
Objects
Lines Matching
full:min_length
356
writer.
min_length
= 1 + 1 + (2 + 1) * (Py_SIZE(v) - 1) + 1;