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

Method __init__

src/borg/helpers/parseformat.py:1427–1429  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1425 """make sure some option is only given once"""
1426
1427 def __init__(self, *args, **kwargs):
1428 self.__called = False
1429 super().__init__(*args, **kwargs)
1430
1431 def __call__(self, parser, namespace, values, option_string=None):
1432 if self.__called:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected