pool

Module:

This module serves as a data storage shared by other modules.

pool.paths
paths to files which will be generated
pool.pull_settings(settings)

Copies data from settings and stores it. e.g.:

>>> settings.material_params == pool.material_params
 True
pool.root
path from configure to the directory with src, include, etc.

Previous topic

ui

Next topic

builder

This Page