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

Method __init__

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

Source from the content-addressed store, hash-verified

328 """Matches any object that is not equal to the specified object."""
329
330 def __init__(self, pattern, obj):
331 super().__init__(pattern)
332 self.obj = obj
333
334 def __repr__(self):
335 return f"<!={self.obj!r}>"

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected