diff options
Diffstat (limited to 'python/binaryview.py')
| -rw-r--r-- | python/binaryview.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/binaryview.py b/python/binaryview.py index df534abd..54898478 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -10335,6 +10335,7 @@ to a the type "tagRECT" found in the typelibrary "winX64common" `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. |
