Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ getLevelNamesMapping
Function
getLevelNamesMapping
Lib/logging/__init__.py:126–127 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
124
}
125
126
def
getLevelNamesMapping():
127
return
_nameToLevel.copy()
128
129
def
getLevelName(level):
130
""
"
Callers
nothing calls this directly
Calls
1
copy
Method · 0.45
Tested by
no test coverage detected