diff options
Diffstat (limited to 'docs/paramiko.SFTPClient-class.html')
-rw-r--r-- | docs/paramiko.SFTPClient-class.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/paramiko.SFTPClient-class.html b/docs/paramiko.SFTPClient-class.html index 41043ac..9e49cc3 100644 --- a/docs/paramiko.SFTPClient-class.html +++ b/docs/paramiko.SFTPClient-class.html @@ -563,6 +563,7 @@ object --+ <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: <code>__delattr__</code>, + <code>__format__</code>, <code>__getattribute__</code>, <code>__hash__</code>, <code>__new__</code>, @@ -570,7 +571,9 @@ object --+ <code>__reduce_ex__</code>, <code>__repr__</code>, <code>__setattr__</code>, - <code>__str__</code> + <code>__sizeof__</code>, + <code>__str__</code>, + <code>__subclasshook__</code> </p> </td> </tr> @@ -687,7 +690,8 @@ object --+ SFTP doesn't really have the concept of a current working directory, this is emulated by paramiko. Once you use this method to set a working directory, all operations on this SFTPClient object will be relative to - that path.</p> + that path. You can pass in <code>None</code> to stop using a current + working directory.</p> <dl class="fields"> <dt>Parameters:</dt> <dd><ul class="nomargin-top"> @@ -1506,7 +1510,7 @@ object --+ <table border="0" cellpadding="0" cellspacing="0" width="100%%"> <tr> <td align="left" class="footer"> - Generated by Epydoc 3.0.1 on Sun Jul 6 18:30:29 2008 + Generated by Epydoc 3.0.1 on Sun Nov 1 22:14:16 2009 </td> <td align="right" class="footer"> <a target="mainFrame" href="http://epydoc.sourceforge.net" |