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

Lines Matching refs:outerboundary

395     def __init__(self, fp=None, headers=None, outerboundary="",
407 outerboundary : terminating multipart boundary
454 self.outerboundary = outerboundary
473 # outerboundary is "" at the outer level, but something non-false
483 elif self.outerboundary or method != 'POST':
665 """Internal: read lines until EOF or outerboundary."""
667 if self.outerboundary:
690 """Internal: read lines until outerboundary."""
691 next = "--" + self.outerboundary
723 if not self.outerboundary or self.done:
725 next = "--" + self.outerboundary