From 9664293566835578211572938174462967719297 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Mon, 6 Nov 2023 21:22:51 -0500 Subject: Type Containers: API Docs --- python/typelibrary.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/typelibrary.py') 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)) -- cgit v1.3.1