MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / _log_debug

Method _log_debug

lib/sqlalchemy/orm/mapper.py:2483–2484  ·  view source on GitHub ↗
(self, msg: str, *args: Any)

Source from the content-addressed store, hash-verified

2481 self.logger.info("%s " + msg, *((self._log_desc,) + args))
2482
2483 def _log_debug(self, msg: str, *args: Any) -> None:
2484 self.logger.debug("%s " + msg, *((self._log_desc,) + args))
2485
2486 def __repr__(self) -> str:
2487 return "<Mapper at 0x%x; %s>" % (id(self), self.class_.__name__)

Callers 1

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected