MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _log_debug

Method _log_debug

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

Source from the content-addressed store, hash-verified

2407 self.logger.info("%s " + msg, *((self._log_desc,) + args))
2408
2409 def _log_debug(self, msg: str, *args: Any) -> None:
2410 self.logger.debug("%s " + msg, *((self._log_desc,) + args))
2411
2412 def __repr__(self) -> str:
2413 return "<Mapper at 0x%x; %s>" % (id(self), self.class_.__name__)

Callers 1

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected