MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _qual_logger_name_for_cls

Function _qual_logger_name_for_cls

lib/sqlalchemy/log.py:64–68  ·  view source on GitHub ↗
(cls: Type[Identified])

Source from the content-addressed store, hash-verified

62
63
64def _qual_logger_name_for_cls(cls: Type[Identified]) -> str:
65 return (
66 getattr(cls, "_sqla_logger_namespace", None)
67 or cls.__module__ + "." + cls.__name__
68 )
69
70
71def class_logger(cls: Type[_IT]) -> Type[_IT]:

Callers 2

class_loggerFunction · 0.85
instance_loggerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected