MCPcopy
hub / github.com/treeverse/dvc / MockedDatachainVersionInfo

Class MockedDatachainVersionInfo

tests/func/test_dataset.py:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29@define
30class MockedDatachainVersionInfo:
31 version: int
32 created_at: datetime = field(factory=lambda: datetime.now(timezone.utc))
33
34
35def evolve_recursive(inst, **changes):

Callers 2

test_datachainFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_datachainFunction · 0.68