Home
last modified time | relevance | path

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

/dports/databases/pgbarman/barman-release-2.17/barman/
H A Dconfig.py74 class CsvOption(set): class
94 super(CsvOption, self).__init__()
148 class BackupOptions(CsvOption):
168 class RecoveryOptions(CsvOption):
573 if inspect.isclass(parser) and issubclass(parser, CsvOption):
H A Dconfig.py-e74 class CsvOption(set):
94 super(CsvOption, self).__init__()
148 class BackupOptions(CsvOption):
150 Extends CsvOption class providing all the details for the backup_options
168 class RecoveryOptions(CsvOption):
170 Extends CsvOption class providing all the details for the recovery_options
569 # If the parser is a subclass of the CsvOption class
573 if inspect.isclass(parser) and issubclass(parser, CsvOption):