commit | 4f49e7d0e7bf3e9bd908bd987e91d168adeadcb0 | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip@pobox.com> | Wed Jan 05 07:03:53 2005 +0000 |
committer | Skip Montanaro <skip@pobox.com> | Wed Jan 05 07:03:53 2005 +0000 |
tree | 42370aded4a65c8ff69c249667625a6fe84fb5c9 | |
parent | bb0c9dc852fc078f543240e7fd751c90467fcb3a [diff] [blame] |
describe reset()
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 @@ 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