Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ reset_counter
Method
reset_counter
tests/debug/session.py:75–76 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
73
74
@classmethod
75
def
reset_counter(cls):
76
cls._counter = itertools.count(1)
77
78
def
__init__(self, debug_config=None):
79
assert Session.tmpdir is not None
Callers
2
test_wrapper
Function · 0.80
session.py
File · 0.80
Calls
1
count
Method · 0.45
Tested by
1
test_wrapper
Function · 0.64