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

Go to the source code of this file.

Namespaces

 linecache
 

Constant Groups

 linecache
 

Functions

def getline
 
def clearcache
 
def getlines
 
def checkcache
 
def updatecache
 

Variables

list __all__ = ["getline","clearcache","checkcache"]
 
dictionary cache = {}
 
tuple fp = open(fullname, 'r')
 print '*** Cannot stat', filename, ':', msg More...
 
tuple lines = fp.readlines()