diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2009-11-27 16:25:55 -0500 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2009-11-27 16:28:36 -0500 |
commit | f7b892905c62b94a6e54d115ee2d6d32d66af013 (patch) | |
tree | e98e4d71f62f37a514363fa35fff57390fab934e /docs/paramiko.SFTPClient-class.html | |
parent | e01182b1e91d796245e90e484d46416e52d8fd7d (diff) | |
download | python-paramiko-f7b892905c62b94a6e54d115ee2d6d32d66af013.tar python-paramiko-f7b892905c62b94a6e54d115ee2d6d32d66af013.tar.gz |
Imported Upstream version 1.7.6
Closes: #543784
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" |