MCPcopy 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
126def getLevelNamesMapping():
127 return _nameToLevel.copy()
128
129def getLevelName(level):
130 """

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected