Lines Matching full:split
72 split = a.split('=')
73 if len(split) != 2:
75 edit_modnames.append(split)
458 packagename = os.path.split(os.path.normpath(pathname))[1]
463 dirname, basepkgname = os.path.split(os.path.normpath(basepkgname))
593 self.modname = os.path.splitext(os.path.split(self.pathname)[1])[0]
704 modshortname = string.split(self.basemodule.__name__, '.')[-1]
957 path, file = os.path.split(path)