| linecache | index /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/linecache.py Module Docs |
Cache lines from files.
This is intended to read lines from modules imported -- hence if a filename
is not found, it will look down the module search path for a file by
that name.
| Modules | ||||||
| ||||||
| Functions | ||
| ||
| Data | ||
| __all__ = ['getline', 'clearcache', 'checkcache'] | ||