Home | History | Annotate | Download | only in python2.7

Lines Matching refs:lastpart

226     lastpart = "--" + boundary + "--"
230 while terminator != lastpart:
253 terminator = lastpart # End outer loop
257 if terminator in (nextpart, lastpart):