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

Method _should_log_debug

lib/sqlalchemy/log.py:101–102  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

99 _echo: _EchoFlagType
100
101 def _should_log_debug(self) -> bool:
102 return self.logger.isEnabledFor(logging.DEBUG)
103
104 def _should_log_info(self) -> bool:
105 return self.logger.isEnabledFor(logging.INFO)

Callers 3

__init__Method · 0.80
checkoutMethod · 0.80
test_levelsMethod · 0.80

Calls 1

isEnabledForMethod · 0.80

Tested by 1

test_levelsMethod · 0.64