|
Orbits
1
|
Classes | |
| class | posixpath._unicode |
Namespaces | |
| namespace | posixpath |
Functions | |
| def | posixpath.normcase |
| def | posixpath.isabs |
| def | posixpath.join |
| def | posixpath.split |
| def | posixpath.splitext |
| def | posixpath.splitdrive |
| def | posixpath.basename |
| def | posixpath.dirname |
| def | posixpath.islink |
| def | posixpath.lexists |
| def | posixpath.samefile |
| def | posixpath.sameopenfile |
| def | posixpath.samestat |
| def | posixpath.ismount |
| def | posixpath.walk |
| def | posixpath.expanduser |
| def | posixpath.expandvars |
| def | posixpath.normpath |
| def | posixpath.abspath |
| def | posixpath.realpath |
| def | posixpath._joinrealpath |
| def | posixpath.relpath |
Variables | |
| posixpath._unicode = unicode | |
| list | posixpath.__all__ |
| string | posixpath.curdir = '.' |
| string | posixpath.pardir = '..' |
| string | posixpath.extsep = '.' |
| string | posixpath.sep = '/' |
| string | posixpath.pathsep = ':' |
| string | posixpath.defpath = ':/bin:/usr/bin' |
| posixpath.altsep = None | |
| string | posixpath.devnull = '/dev/null' |
| posixpath._varprog = None | |
| tuple | posixpath.supports_unicode_filenames = (sys.platform == 'darwin') |
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.