brahmap.base.filter_warnings¶
Configures the global Python warning filter behavior for the framework.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
wfilter
|
Literal['ignore', 'always']
|
The action to take when a warning is triggered. Use "ignore" to suppress warnings, or "always" to always print the warnings |
required |