summaryrefslogtreecommitdiff
path: root/python/platform.py
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2023-11-06 21:22:51 -0500
committerGlenn Smith <glenn@vector35.com>2023-11-06 21:31:10 -0500
commit9664293566835578211572938174462967719297 (patch)
tree5ce88ae2acb8ffbf5177da95e2332978cbb82910 /python/platform.py
parent6436615567547349434351468012512505109552 (diff)
Type Containers: API Docs
Diffstat (limited to 'python/platform.py')
-rw-r--r--python/platform.py4
1 files changed, 4 insertions, 0 deletions
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):