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

Method __init__

tests/patterns/_impl.py:82–83  ·  view source on GitHub ↗
(self, pattern)

Source from the content-addressed store, hash-verified

80 """Matches the inverse of the pattern."""
81
82 def __init__(self, pattern):
83 self.pattern = pattern
84
85 def __repr__(self):
86 return f"~{self.pattern!r}"

Callers 6

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected