MCPcopy Index your code
hub / github.com/RustPython/RustPython / __repr__

Method __repr__

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

Source from the content-addressed store, hash-verified

1999 return self.logger.name
2000
2001 def __repr__(self):
2002 logger = self.logger
2003 level = getLevelName(logger.getEffectiveLevel())
2004 return '<%s %s (%s)>' % (self.__class__.__name__, logger.name, level)
2005
2006 __class_getitem__ = classmethod(GenericAlias)
2007

Callers

nothing calls this directly

Calls 2

getLevelNameFunction · 0.85
getEffectiveLevelMethod · 0.45

Tested by

no test coverage detected