(self, instance: Identified, value: _EchoFlagType)
| 280 | return instance._echo |
| 281 | |
| 282 | def __set__(self, instance: Identified, value: _EchoFlagType) -> None: |
| 283 | instance_logger(instance, echoflag=value) |
nothing calls this directly
no test coverage detected