Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
os.py File Reference

Go to the source code of this file.

Data Structures

class  _Environ
 
class  _Environ
 

Namespaces

 os
 

Constant Groups

 os
 

Functions

def makedirs
 
def removedirs
 
def renames
 
def execl
 
def execle
 
def execlp
 
def execlpe
 
def execvp
 
def execvpe
 
def unsetenv
 
def getenv
 
def spawnv
 
def spawnve
 
def spawnvp
 
def spawnvpe
 
def spawnl
 
def spawnle
 
def spawnlp
 
def spawnlpe
 
def popen2
 
def popen3
 
def popen4
 

Variables

 _names = sys.builtin_module_names
 
 altsep = None
 
list __all__
 
string name = 'posix'
 
string linesep = '\n'
 
string curdir = '.'
 
string defpath = ':/bin:/usr/bin'
 
 path = posixpath
 
string extsep = '/'
 
dictionary environ = {}
 
 _notfound = None
 
int P_WAIT = 0
 
int P_NOWAIT = 1