MCPcopy 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
123def getLevelNamesMapping():
124 return _nameToLevel.copy()
125
126def getLevelName(level):
127 """

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…