Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPipe/OpenPipe
/ Unset
Class
Unset
trainer/src/api_client/types.py:8–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
7
8
class
Unset:
9
def
__bool__(self) -> Literal[False]:
10
return
False
11
12
13
UNSET: Unset = Unset()
Callers
1
types.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected