magic#

Add docs here.

Module documentation#

Magic lock file mechanism.

This is a simple lock-file mechanism that was introduced for debugging purposes, in order to be able to trigger a reload of the program by simply creating a .reload file in the top-level easely folder.

easely.magic.read_magic_file() bool[source]#

Read the magic file and remove it if it exists.

Returns:

bool: True if the magic file was found and removed, False otherwise.