Lines Matching refs:split
487 is empty then command will be parsed (split on spaces) and args will be1781 #pathlist = p.split (os.pathsep)1782 pathlist = string.split (p, os.pathsep)