Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
class
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
20
def
_not_ignore(rule):
Callers
6
__init__
Method · 0.90
from_file
Method · 0.90
_update_sub_repo
Method · 0.90
_to_pattern_info_list
Function · 0.90
test_dvcignore_pattern_change_dir
Function · 0.90
_change_dirname
Function · 0.85
Calls
no outgoing calls
Tested by
2
_to_pattern_info_list
Function · 0.72
test_dvcignore_pattern_change_dir
Function · 0.72