diff options
Diffstat (limited to 'python/typelibrary.py')
| -rw-r--r-- | python/typelibrary.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/typelibrary.py b/python/typelibrary.py index 457cbd99..5409946c 100644 --- a/python/typelibrary.py +++ b/python/typelibrary.py @@ -258,6 +258,7 @@ class TypeLibrary: `get_metadata` retrieves a metadata value associated with the given key stored in the current BinaryView. 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. |
