We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e87a40 commit 0e80d48Copy full SHA for 0e80d48
1 file changed
ox3apiclient/__init__.py
@@ -213,7 +213,13 @@ def delete(self, url):
213
214
215
def client_from_file(file_path='.ox3rc', env=None):
216
- """"""
+ """Return an instance of ox3apiclient.Client with data from file_path.
217
+
218
+ Keyword arguments:
219
+ file_path -- the file to load. Default is '.ox3rc' form current dir.
220
+ env -- the env section to load. Default will be first env section.
221
222
+ """
223
cp = ConfigParser.RawConfigParser()
224
cp.read(file_path)
225
0 commit comments