summaryrefslogtreecommitdiff
path: root/python/typelibrary.py
diff options
context:
space:
mode:
authorJordan Wiens <github@psifertex.com>2026-01-16 18:52:07 -0500
committerJordan Wiens <github@psifertex.com>2026-01-16 18:52:07 -0500
commit480abefcec79532852a198d2c13123c3217f2cea (patch)
tree8900ef90784adeeebcee40d2bcbde77fdbd4016a /python/typelibrary.py
parent6a29fc1d2cd2f33d0e8605edb6d3d30dbc63450c (diff)
fix pydoc formatting for recent metadata API changes
Diffstat (limited to 'python/typelibrary.py')
-rw-r--r--python/typelibrary.py1
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.