Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
30
class
MockedDatachainVersionInfo:
31
version: int
32
created_at: datetime = field(factory=
lambda
: datetime.now(timezone.utc))
33
34
35
def
evolve_recursive(inst, **changes):
Callers
2
test_datachain
Function · 0.85
test_datachain_dataset_pipeline
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_datachain
Function · 0.68
test_datachain_dataset_pipeline
Function · 0.68