diff options
| author | Glenn Smith <glenn@vector35.com> | 2023-11-06 21:22:51 -0500 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2023-11-06 21:31:10 -0500 |
| commit | 9664293566835578211572938174462967719297 (patch) | |
| tree | 5ce88ae2acb8ffbf5177da95e2332978cbb82910 /python/typelibrary.py | |
| parent | 6436615567547349434351468012512505109552 (diff) | |
Type Containers: API Docs
Diffstat (limited to 'python/typelibrary.py')
| -rw-r--r-- | python/typelibrary.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/typelibrary.py b/python/typelibrary.py index 364a458d..90c4a6d3 100644 --- a/python/typelibrary.py +++ b/python/typelibrary.py @@ -285,9 +285,9 @@ class TypeLibrary: @property def type_container(self) -> 'typecontainer.TypeContainer': """ - `type_container` returns a TypeContainer interface for interacting with the type library. - - :return: TypeContainer interface + Type Container for all TYPES within the Type Library. Objects are not included. + The Type Container's Platform will be the first platform associated with the Type Library. + :return: Type Library Type Container """ return typecontainer.TypeContainer(core.BNGetTypeLibraryTypeContainer(self.handle)) |
