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

Lines Matching full:boundary

40 mp = re.compile('^content-type:.*multipart/.*boundary="?([^;"\n]*)', re.I|re.S)
51 def __init__(self, file, boundary):
53 self.boundary = boundary
62 if self.boundary:
63 if line == self.boundary + '\n':
66 if line == self.boundary + '--\n':
128 if ifile.boundary and ifile.boundary[:2] == QUOTE:
191 # not a boundary between parts