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

Lines Matching refs:guess_type

480         mtype = mimetypes.guess_type(url)[0]
553 mtype = mimetypes.guess_type("ftp:" + url)[0]