MCPcopy 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_wrapperFunction · 0.80
session.pyFile · 0.80

Calls 1

countMethod · 0.45

Tested by 1

test_wrapperFunction · 0.64