objwatch.wrappers.base_wrapper module¶
- class objwatch.wrappers.base_wrapper.BaseWrapper[source]¶
Bases:
ABCWrapperBaseWrapper implements the ABCWrapper abstract methods to provide basic logging functionality.
- wrap_upd(old_value: Any, current_value: Any) Tuple[str, str][source]¶
Format the update information of a variable.
- _abc_impl = <_abc._abc_data object>¶