Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
class
Notset:
104
def
__repr__(self) -> str:
105
return
"<notset>"
106
107
108
notset = Notset()
Callers
1
monkeypatch.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected