diff options
Diffstat (limited to 'python/typelibrary.py')
| -rw-r--r-- | python/typelibrary.py | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/python/typelibrary.py b/python/typelibrary.py index eff60781..53f3e8ef 100644 --- a/python/typelibrary.py +++ b/python/typelibrary.py @@ -66,16 +66,6 @@ class TypeLibrary: return core.BNTypeLibraryDecompressToFile(path, output) @staticmethod - def decompress(path: str) -> str: - """ - Decompresses a type library file to a string. - - :param str path: - :rtype: str - """ - return core.BNTypeLibraryDecompressToString(path) - - @staticmethod def load_from_file(path: str) -> Optional['TypeLibrary']: """ Loads a finalized type library instance from file @@ -407,3 +397,4 @@ class TypeLibrary: return result finally: core.BNFreeQualifiedNameAndTypeArray(named_types, count.value) + |
