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

Lines Matching full:pathname

10 for manipulation of the pathname component of URLs.
46 # Normalize the case of a pathname. Trivial in Posix, string.lower on Mac.
52 """Normalize case of pathname. Has no effect under Posix"""
69 """Join two or more pathname components, inserting '/' as needed.
90 """Split a pathname. Returns tuple "(head, tail)" where "tail" is
101 # pathname component; the root is everything before that.
108 # Split a pathname into a drive specification and the rest of the
112 """Split a pathname into drive and path. On Posix, drive is always
120 """Returns the final component of a pathname"""
128 """Returns the directory component of a pathname"""