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

Class PatternInfo

dvc/pathspec_math.py:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12class PatternInfo(NamedTuple):
13 patterns: str
14 file_info: str
15
16 def __str__(self) -> str:
17 return self.file_info or f":{self.patterns}"
18
19
20def _not_ignore(rule):

Callers 6

__init__Method · 0.90
from_fileMethod · 0.90
_update_sub_repoMethod · 0.90
_to_pattern_info_listFunction · 0.90
_change_dirnameFunction · 0.85

Calls

no outgoing calls

Tested by 2

_to_pattern_info_listFunction · 0.72