MCPcopy Create free account
hub / github.com/dagger/dagger / Scalar

Class Scalar

sdk/python/src/dagger/client/base.py:13–16  ·  view source on GitHub ↗

Custom scalar.

Source from the content-addressed store, hash-verified

11
12
13class Scalar(str):
14 """Custom scalar."""
15
16 __slots__ = ()
17
18
19class Enum(enum.Enum):

Callers 1

test_generator.pyFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected