MCPcopy 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
8class Unset:
9 def __bool__(self) -> Literal[False]:
10 return False
11
12
13UNSET: Unset = Unset()

Callers 1

types.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected