Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ __init__
Method
__init__
tests/patterns/_impl.py:275–277 ·
view source on GitHub ↗
(self, pattern, condition)
Source
from the content-addressed store, hash-verified
273
""
"Matches only if condition is true."
""
274
275
def
__init__(self, pattern, condition):
276
super().__init__(pattern)
277
self.condition = condition
278
279
def
__repr__(self):
280
try
:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected