Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Functions | |
def | reset |
def | listdir |
def | annotate |
Variables | |
list | __all__ = ["listdir", "opendir", "annotate", "reset"] |
dictionary | cache = {} |
opendir = listdir | |
Read and cache directory listings. The listdir() routine returns a sorted list of the files in a directory, using a cache to avoid reading the directory more often than necessary. The annotate() routine appends slashes to directories.
def dircache.annotate | ( | head, | |
list | |||
) |
Add '/' suffixes to directories.
Definition at line 40 of file dircache.py.
def dircache.listdir | ( | path) |
def dircache.reset | ( | ) |
Reset the cache completely.
Definition at line 13 of file dircache.py.
Definition at line 9 of file dircache.py.
dictionary cache = {} |
Definition at line 11 of file dircache.py.
opendir = listdir |
Definition at line 38 of file dircache.py.