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

Lines Matching full:suffix

53     def add_suffix(self, suffix, importFunc):
55 self.fs_imp.add_suffix(suffix, importFunc)
409 # byte-compiled file suffix character
412 # byte-compiled file suffix
532 def add_suffix(self, suffix, importFunc):
534 self.suffixes.append((suffix, importFunc))
567 for suffix, importFunc in self.suffixes:
568 filename = pathname + suffix
579 # SUFFIX-BASED IMPORTERS
699 # importer classes by registering a suffix or a Boolean function, plus a