MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / debug

Method debug

lib/sqlalchemy/log.py:146–149  ·  view source on GitHub ↗

Delegate a debug call to the underlying logger.

(self, msg: str, *args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

144 # Boilerplate convenience methods
145 #
146 def debug(self, msg: str, *args: Any, **kwargs: Any) -> None:
147 """Delegate a debug call to the underlying logger."""
148
149 self.log(logging.DEBUG, msg, *args, **kwargs)
150
151 def info(self, msg: str, *args: Any, **kwargs: Any) -> None:
152 """Delegate an info call to the underlying logger."""

Callers 10

_log_debugMethod · 0.80
_close_connectionMethod · 0.80
checkoutMethod · 0.80
__connectMethod · 0.80
_finalize_fairyFunction · 0.80
_checkoutMethod · 0.80
_resetMethod · 0.80
setMethod · 0.80
setdefaultMethod · 0.80
_log_debugMethod · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected