Gimp.Module.query_module

@accepts(Gimp.Module)
@returns(bool)
def query_module(self):
    # Python wrapper for gimp_module_query_module()
  

Queries the module without actually registering any of the types it may implement. After successful query, Gimp.Module.get_info can be used to get further about the module.

self

A Gimp.Module.

Returns