Home | History | Annotate | Download | only in testserver

Lines Matching refs:file_name

319   def GetMIMETypeFromName(self, file_name):
320 """Returns the mime type for the specified file_name. So far it only looks
323 (shortname, extension) = os.path.splitext(file_name.split("?")[0])