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

Method debug

lib/sqlalchemy/log.py:151–154  ·  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

149 # Boilerplate convenience methods
150 #
151 def debug(self, msg: str, *args: Any, **kwargs: Any) -> None:
152 """Delegate a debug call to the underlying logger."""
153
154 self.log(logging.DEBUG, msg, *args, **kwargs)
155
156 def info(self, msg: str, *args: Any, **kwargs: Any) -> None:
157 """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