Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
def
_update_levels():
40
global _levels
41
_levels = frozenset(level
for
file in _files.values()
for
level in file.levels)
42
43
44
class
LogFile(object):
Callers
3
__init__
Method · 0.85
levels
Method · 0.85
close
Method · 0.85
Calls
1
values
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…