Utils¶
This module define usefull decorators to use with data analysis.
- bci_framework.extensions.data_analysis.utils.fake_loop_consumer(*topics, package_size=None) Callable [source]¶
Decorator to iterate methods with new streamming data.
This decorator will call a method with fake data.
- bci_framework.extensions.data_analysis.utils.loop_consumer(*topics, package_size=None) Callable [source]¶
Decorator to iterate methods with new streamming data.
This decorator will call a method on every new data streamming input.
- bci_framework.extensions.data_analysis.utils.subprocess_this(fn: Callable) Callable [source]¶
Decorator to move methods to subprocessing.