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

Lines Matching defs:disposition

273         line = headers['content-disposition']
337 disposition = None
380 disposition: content-disposition, or None if not specified
456 # Process content-disposition header
458 if 'content-disposition' in self.headers:
459 cdisp, pdict = parse_header(self.headers['content-disposition'])
460 self.disposition = cdisp