MCPcopy Create free account
hub / github.com/microsoft/debugpy / _update_levels

Function _update_levels

src/debugpy/common/log.py:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37
38
39def _update_levels():
40 global _levels
41 _levels = frozenset(level for file in _files.values() for level in file.levels)
42
43
44class LogFile(object):

Callers 3

__init__Method · 0.85
levelsMethod · 0.85
closeMethod · 0.85

Calls 1

valuesMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…