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

Method __init__

tests/patterns/_impl.py:292–295  ·  view source on GitHub ↗
(self, pattern, start, stop)

Source from the content-addressed store, hash-verified

290 """Matches only if the value is within the specified range."""
291
292 def __init__(self, pattern, start, stop):
293 super().__init__(pattern)
294 self.start = start
295 self.stop = stop
296
297 def __repr__(self):
298 try:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected