MCPcopy Index your code
hub / github.com/borgbackup/borg / __call__

Method __call__

src/borg/patterns.py:43–44  ·  view source on GitHub ↗
(self, parser, args, values, option_string=None)

Source from the content-addressed store, hash-verified

41 super().__init__(nargs=nargs, **kw)
42
43 def __call__(self, parser, args, values, option_string=None):
44 parse_patternfile_line(values[0], args.pattern_roots, args.patterns, ShellPattern)
45
46
47class ArgparsePatternFileAction(Action):

Callers

nothing calls this directly

Calls 1

parse_patternfile_lineFunction · 0.85

Tested by

no test coverage detected