Skip to content

Commit a68f4f1

Browse files
author
Adam Venturella
committed
Docstring documentation for transport kwarg
Add transport param to API.__init__ docstring
1 parent 2bd9af2 commit a68f4f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

magento/api.py

+2
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ def store_views(self):
9696
:param full_url: If set to true, then the `url` is expected to
9797
be a complete URL
9898
:param protocol: 'xmlrpc' and 'soap' are valid values
99+
:param transport: optional xmlrpclib.Transport subclass for
100+
use in xmlrpc requests
99101
"""
100102
assert protocol \
101103
in PROTOCOLS, "protocol must be %s" % ' OR '.join(PROTOCOLS)

0 commit comments

Comments
 (0)