Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ parse
Method
parse
src/borg/patterns.py:67–68 ·
view source on GitHub ↗
(self, fobj, args)
Source
from the content-addressed store, hash-verified
65
66
class
ArgparseExcludeFileAction(ArgparsePatternFileAction):
67
def
parse(self, fobj, args):
68
load_exclude_file(fobj, args.patterns)
69
70
71
class
PatternMatcher:
Callers
nothing calls this directly
Calls
1
load_exclude_file
Function · 0.85
Tested by
no test coverage detected