MCPcopy Create free account
hub / github.com/borgbackup/borg / __init__

Method __init__

src/borg/patterns.py:48–49  ·  view source on GitHub ↗
(self, nargs=1, **kw)

Source from the content-addressed store, hash-verified

46
47class ArgparsePatternFileAction(Action):
48 def __init__(self, nargs=1, **kw):
49 super().__init__(nargs=nargs, **kw)
50
51 def __call__(self, parser, args, values, option_string=None):
52 """Load and parse patterns from a file.

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected