summaryrefslogtreecommitdiff
path: root/python/project.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/project.py')
-rw-r--r--python/project.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/project.py b/python/project.py
index ba7cf2d3..fc274ac2 100644
--- a/python/project.py
+++ b/python/project.py
@@ -550,6 +550,7 @@ class Project:
`get_metadata` retrieves a metadata value associated with the given key stored in the current Project.
This method behaves like `dict.get()`:
+
- If the key exists, its metadata value is returned.
- If the key does not exist and `default` is not provided, `None` is returned.
- If the key does not exist and `default` is provided, `default` is returned.