Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Classes | Namespaces | Functions | Variables
posixpath.py File Reference

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')
 

Copyright 2014 Google Inc. All rights reserved.