Returns a list of OpsSet options as a list of strings.
()
| 84 | |
| 85 | @staticmethod |
| 86 | def get_options(): |
| 87 | """Returns a list of OpsSet options as a list of strings.""" |
| 88 | return [str(option) for option in list(OpsSet)] |
| 89 | |
| 90 | |
| 91 | class ConverterError(Exception): |
no outgoing calls
no test coverage detected