Lines Matching refs:splitext
122 self.name, ext = os.path.splitext(self.name)434 self.name = os.path.splitext(os.path.basename(self.mainprogram))[0]436 self.name = os.path.splitext(os.path.basename(self.executable))[0]745 sub, ext = os.path.splitext(sub)