From ca2d870a3aac0b2154b06f3ab075ca22bd0a0596 Mon Sep 17 00:00:00 2001 From: Ryan Snyder Date: Fri, 13 Sep 2019 21:08:25 -0400 Subject: typelibrary: more consistent naming, type exports --- python/platform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/platform.py') diff --git a/python/platform.py b/python/platform.py index 2d061172..2091e1d1 100644 --- a/python/platform.py +++ b/python/platform.py @@ -296,7 +296,7 @@ class Platform(with_metaclass(_PlatformMetaClass, object)): core.BNFreeTypeLibraryList(libs, count.value) return result - def type_libraries_by_name(self, name): + def get_type_libraries_by_name(self, name): count = ctypes.c_ulonglong(0) libs = core.BNGetPlatformTypeLibrariesByName(self.handle, name, count) result = [] -- cgit v1.3.1