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/platform.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'python/platform.py') diff --git a/python/platform.py b/python/platform.py index 2c4a26f6..74fd8248 100644 --- a/python/platform.py +++ b/python/platform.py @@ -362,6 +362,10 @@ class Platform(metaclass=_PlatformMetaClass): @property def type_container(self) -> 'typecontainer.TypeContainer': + """ + Type Container for all registered types in the Platform. + :return: Platform types Type Container + """ return typecontainer.TypeContainer(core.BNGetPlatformTypeContainer(self.handle)) def get_type_by_name(self, name): -- cgit v1.3.1