:right-sidebar: True ModuleFlags =================================================================== .. currentmodule:: gi.repository.GModule .. class:: ModuleFlags :no-contents-entry: Flags passed to :func:`~gi.repository.GModule.Module.open`. Note that these flags are not supported on all platforms. Fields ------ .. rst-class:: interim-class .. class:: ModuleFlags :no-index: .. attribute:: LAZY Specifies that symbols are only resolved when needed. The default action is to bind all symbols when the module is loaded. .. attribute:: LOCAL Specifies that symbols in the module should not be added to the global name space. The default action on most platforms is to place symbols in the module in the global name space, which may cause conflicts with existing symbols. .. attribute:: MASK Mask for all flags.