Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ getLevelNamesMapping
Function
getLevelNamesMapping
Lib/logging/__init__.py:123–124 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
121
}
122
123
def
getLevelNamesMapping():
124
return
_nameToLevel.copy()
125
126
def
getLevelName(level):
127
""
"
Callers
nothing calls this directly
Calls
1
copy
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…