From 4f49e7d0e7bf3e9bd908bd987e91d168adeadcb0 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Wed, 5 Jan 2005 07:03:53 +0000 Subject: describe reset() --- Doc/lib/libdircache.tex | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v0.12