python_module_loader#

API documentation for tradeexecutor.utils.python_module_loader Python module in Trading Strategy.

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.