diff options
Diffstat (limited to 'python/platform.py')
| -rw-r--r-- | python/platform.py | 4 |
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): |
