Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/borgbackup/borg
/ parse
Method
parse
src/borg/patterns.py:62–63 ·
view source on GitHub ↗
(self, fobj, args)
Source
from the content-addressed store, hash-verified
60
raise
Error(str(e))
61
62
def
parse(self, fobj, args):
63
load_pattern_file(fobj, args.pattern_roots, args.patterns)
64
65
66
class
ArgparseExcludeFileAction(ArgparsePatternFileAction):
Callers
1
__call__
Method · 0.95
Calls
1
load_pattern_file
Function · 0.85
Tested by
no test coverage detected