summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjortel <devnull@localhost>2010-01-29 22:38:29 +0000
committerjortel <devnull@localhost>2010-01-29 22:38:29 +0000
commitb9edddbbf3a35579cd7fbf6c230abaff52d00124 (patch)
tree390eeff650ed014ad07b371bffdc9904e93b5caa
parentcc3de90994e9f38375712538d578f236b8f17ac9 (diff)
downloadsuds-b9edddbbf3a35579cd7fbf6c230abaff52d00124.tar.gz
update epydocs.
-rw-r--r--suds/reader.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/suds/reader.py b/suds/reader.py
index c1ec748..84e6822 100644
--- a/suds/reader.py
+++ b/suds/reader.py
@@ -75,6 +75,13 @@ class DocumentReader:
return d
def download(self, url):
+ """
+ Download the docuemnt.
+ @param url: A document url.
+ @type url: str.
+ @return: A file pointer to the docuemnt.
+ @rtype: file-like
+ """
store = DocumentStore()
fp = store.open(url)
if fp is None: