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

Method __init__

tests/patterns/_impl.py:310–312  ·  view source on GitHub ↗
(self, pattern, obj)

Source from the content-addressed store, hash-verified

308 """Matches any object that is equal to the specified object."""
309
310 def __init__(self, pattern, obj):
311 super().__init__(pattern)
312 self.obj = obj
313
314 def __repr__(self):
315 return repr(self.obj)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected