Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ __repr__
Method
__repr__
src/_pytest/monkeypatch.py:104–105 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
102
103
class
Notset:
104
def
__repr__(self) -> str:
105
return
"<notset>"
106
107
108
notset = Notset()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected