Python linecache Functions

EditRocket provides the following information on linecache functions in the Python source code builder.

checkcache([filename]) - Check the cache for validity.

clearcache() - Clear the cache.

getline(filename, lineno[, module_globals]) - Get line lineno from file named filename.