Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __repr__
Method
__repr__
Lib/logging/__init__.py:1110–1112 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1108
del exc
1109
1110
def
__repr__(self):
1111
level = getLevelName(self.level)
1112
return
'<%s (%s)>'
% (self.__class__.__name__, level)
1113
1114
class
StreamHandler(Handler):
1115
""
"
Callers
nothing calls this directly
Calls
1
getLevelName
Function · 0.85
Tested by
no test coverage detected