Home | History | Annotate | Download | only in scripts

Lines Matching refs:guess_type

535   return mimetypes.guess_type(filename)[0] or 'application/octet-stream'
715 mimetype = mimetypes.guess_type(filename)[0]