def find_modules(self, src_dir): ''' ?????? ''' for fn in glob.glob1(src_dir, '[!_]*.py'): yield os.path.splitext(fn)[0]