MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __set__

Method __set__

lib/sqlalchemy/log.py:282–283  ·  view source on GitHub ↗
(self, instance: Identified, value: _EchoFlagType)

Source from the content-addressed store, hash-verified

280 return instance._echo
281
282 def __set__(self, instance: Identified, value: _EchoFlagType) -> None:
283 instance_logger(instance, echoflag=value)

Callers

nothing calls this directly

Calls 1

instance_loggerFunction · 0.85

Tested by

no test coverage detected