summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.co.uk>2019-09-09 11:55:09 +0100
committerJames Ennis <james.ennis@codethink.co.uk>2019-09-12 16:29:12 +0100
commit11e9934df6ec8dcdf2abde074e27450f51522bfd (patch)
treec5df363056a63e3b2e62d8cc9b36c2e9ac671e29
parenteeb0f3c89a89e76f86523404b4a22fc3ab8020f5 (diff)
downloadbuildstream-11e9934df6ec8dcdf2abde074e27450f51522bfd.tar.gz
_stream.py: Include all args in doc comment of source_checkout()
-rw-r--r--src/buildstream/_stream.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/buildstream/_stream.py b/src/buildstream/_stream.py
index 346d63da3..aed21e1fd 100644
--- a/src/buildstream/_stream.py
+++ b/src/buildstream/_stream.py
@@ -739,8 +739,11 @@ class Stream():
# Args:
# target (str): The target element whose sources to checkout
# location (str): Location to checkout the sources to
+ # force (bool): Whether to overwrite existing directories/tarfiles
# deps (str): The dependencies to checkout
- # except_targets (list): List of targets to except from staging
+ # except_targets ([str]): List of targets to except from staging
+ # tar (bool): Whether to write a tarfile holding the checkout contents
+ # include_build_scripts (bool): Whether to include build scripts in the checkout
#
def source_checkout(self, target, *,
location=None,