extract_module_members#

API documentation for tradeexecutor.utils.python_module_loader.extract_module_members Python function.

extract_module_members(module)[source]#

Get all variables in a module.

See https://stackoverflow.com/a/5103466/315168

Parameters:

module (module) –

Return type:

dict