MCPcopy
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
66class ArgparseExcludeFileAction(ArgparsePatternFileAction):
67 def parse(self, fobj, args):
68 load_exclude_file(fobj, args.patterns)
69
70
71class PatternMatcher:

Callers

nothing calls this directly

Calls 1

load_exclude_fileFunction · 0.85

Tested by

no test coverage detected