Toplevel package#

This is the documentation for the toplevel ignis package.

ignis.is_sphinx_build: bool = True#

Whether Ignis is imported during the Sphinx documentation build.

ignis.is_editable_install: bool = False#

Whether Ignis is installed in editable mode.

ignis.TEMP_DIR = '/tmp/ignis-9mt1f74y'#

The random temporary directory for this Ignis instance.

ignis.CACHE_DIR = '/tmp/ignis-9mt1f74y'#

The cache directory. Equals $XDG_CACHE_HOME/ignis by default, or TEMP_DIR during the Sphinx doc build.

ignis.DATA_DIR = '/tmp/ignis-9mt1f74y'#

The data directory. Equals $XDG_DATA_HOME/ignis by default, or TEMP_DIR during the Sphinx doc build.

ignis.is_girepository_2_0: bool = False#

Whether libgirepository-2.0 is being used (True for PyGObject 3.51.0 and higher). Always equals False during the Sphinx doc build.