diff options
Diffstat (limited to 'python/function.py')
| -rw-r--r-- | python/function.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/function.py b/python/function.py index 66a8c0dc..a592efba 100644 --- a/python/function.py +++ b/python/function.py @@ -3659,6 +3659,7 @@ class Function: `get_metadata` retrieves a metadata value associated with the given key stored in the current Function. 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. |
