_blockUtils
Full documentation pages are generated for docstring reference only and may contain symbols imported from other modules. Imported symbols are not distinguished from locally defined symbols and will appear in any module that they are imported into. For better information on where symbols should be imported from, review the sourcecode on the github.
FoSpy.blocks._blockUtils
_calc_routine
Decorator for SingleBlock or ListBlock methods that calculate values
from existing attributes.
calc_routine functions can be called at any time, but can also be queued
to run at serialization, as in refreshing relevant calculated values before
saving the file. See SingleBlock.add_calc_routine()