diff options
author | Skip Montanaro <skip@pobox.com> | 2005-01-05 07:03:53 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2005-01-05 07:03:53 (GMT) |
commit | 4f49e7d0e7bf3e9bd908bd987e91d168adeadcb0 (patch) | |
tree | 42370aded4a65c8ff69c249667625a6fe84fb5c9 | |
parent | bb0c9dc852fc078f543240e7fd751c90467fcb3a (diff) | |
download | cpython-4f49e7d0e7bf3e9bd908bd987e91d168adeadcb0.zip cpython-4f49e7d0e7bf3e9bd908bd987e91d168adeadcb0.tar.gz cpython-4f49e7d0e7bf3e9bd908bd987e91d168adeadcb0.tar.bz2 |
describe reset()
-rw-r--r-- | Doc/lib/libdircache.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libdircache.tex b/Doc/lib/libdircache.tex index a827a83..5884549 100644 --- a/Doc/lib/libdircache.tex +++ b/Doc/lib/libdircache.tex @@ -12,6 +12,10 @@ a slash. The \module{dircache} module defines the following functions: +\begin{funcdesc}{reset}{} +Resets the directory cache. +\end{funcdesc} + \begin{funcdesc}{listdir}{path} Return a directory listing of \var{path}, as gotten from \function{os.listdir()}. Note that unless \var{path} changes, further call |