MCPcopy Index your code
hub / github.com/python/cpython / __repr__

Method __repr__

Lib/logging/__init__.py:1993–1996  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1991 return self.logger.name
1992
1993 def __repr__(self):
1994 logger = self.logger
1995 level = getLevelName(logger.getEffectiveLevel())
1996 return '<%s %s (%s)>' % (self.__class__.__name__, logger.name, level)
1997
1998 __class_getitem__ = classmethod(GenericAlias)
1999

Callers

nothing calls this directly

Calls 2

getLevelNameFunction · 0.85
getEffectiveLevelMethod · 0.45

Tested by

no test coverage detected