MCPcopy Index your code
hub / github.com/DeepLabCut/DeepLabCut / SelectionProvenance

Class SelectionProvenance

tools/test_selector.py:119–125  ·  view source on GitHub ↗

Why each selected test/script path was included.

Source from the content-addressed store, hash-verified

117
118
119class SelectionProvenance(BaseModel):
120 """Why each selected test/script path was included."""
121
122 model_config = ConfigDict(extra="forbid")
123
124 pytest: dict[str, list[str]] = Field(default_factory=dict)
125 scripts: dict[str, list[str]] = Field(default_factory=dict)
126
127
128class SelectorResult(BaseModel):

Callers 2

validate_selected_pathsFunction · 0.85
decideFunction · 0.85

Calls

no outgoing calls

Tested by 2

validate_selected_pathsFunction · 0.68
decideFunction · 0.68