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

Lines Matching refs:split

583             # '\r\n' is always retrieved completely and never split into
1051 arcname = os.path.sep.join(x for x in arcname.split(os.path.sep)
1062 arcname = (x.rstrip('.') for x in arcname.split(os.path.sep))
1368 dir, name = os.path.split(pathname)
1446 archivename = os.path.split(fname)[1]