Skip to content

Commit 39d5539

Browse files
committed
incomplete docstring
1 parent 1597f72 commit 39d5539

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dataikuapi/dssclient.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@ def list_code_envs(self, as_objects=False):
492492
493493
Note: this call requires an API key with admin rights
494494
495+
:param boolean as_objects: if True, each returned item will be a :class:`dataikuapi.dss.future.DSSCodeEnv`
495496
:returns: a list of code envs. Each code env is a dict containing at least "name", "type" and "language"
496497
"""
497498
list = self._perform_json(

0 commit comments

Comments
 (0)