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

Method __repr__

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

Source from the content-addressed store, hash-verified

1265 StreamHandler.emit(self, record)
1266
1267 def __repr__(self):
1268 level = getLevelName(self.level)
1269 return '<%s %s (%s)>' % (self.__class__.__name__, self.baseFilename, level)
1270
1271
1272class _StderrHandler(StreamHandler):

Callers

nothing calls this directly

Calls 1

getLevelNameFunction · 0.85

Tested by

no test coverage detected