python_module_loader#

tradeexecutor.utils.python_module_loader Python module in Trading Strategy framework.

Module description#

Python module loading helpers.

Functions#

extract_module_members(module)

Get all variables in a module.

import_python_source_file(fname)

Import a Python source file and return the loaded module.