diff options
author | willmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f> | 2010-06-20 14:57:15 +0000 |
---|---|---|
committer | willmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f> | 2010-06-20 14:57:15 +0000 |
commit | 38ee8158bb71e981da6cd9233c36aa8463a8774b (patch) | |
tree | 20250dd54fe85940ee6238593940e040f44a5055 /docs/interface.rst | |
parent | e1eeb7f174cf3a11a9fd98db52b93576143658e8 (diff) | |
download | pyfilesystem-38ee8158bb71e981da6cd9233c36aa8463a8774b.tar.gz |
Doc updates
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@371 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'docs/interface.rst')
-rw-r--r-- | docs/interface.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/interface.rst b/docs/interface.rst index d8ce157..59f07d7 100644 --- a/docs/interface.rst +++ b/docs/interface.rst @@ -40,6 +40,7 @@ The following methods have default implementations in fs.base.FS and aren't requ * :meth:`~fs.base.FS.movedir` Recursively move a directory to a new location * :meth:`~fs.base.FS.opendir` Opens a directory and returns an FS object that represents it * :meth:`~fs.base.FS.safeopen` Like :meth:`~fs.base.open` but returns a NullFile if the file could not be opened + * :meth:`~fs.base.FS.settimes` Sets the accessed and modified times of a path Utility Methods |