MCPcopy Create free account
hub / github.com/pytest-dev/pytest / Notset

Class Notset

src/_pytest/monkeypatch.py:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102
103class Notset:
104 def __repr__(self) -> str:
105 return "<notset>"
106
107
108notset = Notset()

Callers 1

monkeypatch.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected