Gimp.Module.get_auto_load

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

Returns whether this self in automatically loaded at startup.

Since 3.0

self

A Gimp.Module

Returns