Change object_type parameter for object_from_symbol.

This commit is contained in:
Mike Auty
2019-08-14 20:50:42 +01:00
committed by ikelos
parent be27aab8ae
commit 5db6ade2ea
10 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ class ModuleInterface(metaclass = ABCMeta):
@abstractmethod
def object_from_symbol(self,
object_type: str,
symbol_name: str,
native_layer_name: Optional[str] = None,
absolute: bool = False,
**kwargs) -> 'interfaces.objects.ObjectInterface':