MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _log

Method _log

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

Source from the content-addressed store, hash-verified

2404 )
2405
2406 def _log(self, msg: str, *args: Any) -> None:
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))

Callers 7

__init__Method · 0.95
_configure_pksMethod · 0.95
_configure_propertyMethod · 0.95
_should_excludeMethod · 0.95
logMethod · 0.80

Calls 1

infoMethod · 0.45

Tested by

no test coverage detected