Home
last modified time | relevance | path

Searched refs:parse_stringified_list (Results 1 – 2 of 2) sorted by relevance

/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/
H A Dcache.py21 from .helpers import int_to_bigint, bigint_to_int, bin_to_hex, parse_stringified_list
280 …self.ignored_features = set(parse_stringified_list(self._config.get('cache', 'ignored_features', f…
281 …self.mandatory_features = set(parse_stringified_list(self._config.get('cache', 'mandatory_features…
H A Dhelpers.py1048 def parse_stringified_list(s): function