def call_method(*args, **kwargs): from opcua.common import methods return methods.call_method(*args, **kwargs)