linecache — Random access to text lines — Python 3.14.7 documentation

docs.python.org

Tin mới

fnmatch — Unix filename pattern matching

shutil — High-level file operations

Python Module Index

3.14.7 Documentation

The Python Standard Library

File and Directory Access

traceback: Print or retrieve a stack traceback.

The linecache module allows one to get any line from a Python source file, while attempting to optimize internally, using a cache, the common case where many lines are read from a single file. This is used by the traceba

tokenize.detect_encoding()

The linecache module allows one to get any line from a Python source file, while attempting to optimize internally, using a cache, the common case where many lines are read from a single file. This is used by the traceba