(self, change=None)
| 815 | self._always_raw = change |
| 816 | |
| 817 | def linear_rounds(self, change=None): |
| 818 | if change is None: |
| 819 | return self._linear_rounds |
| 820 | else: |
| 821 | self._linear_rounds = change |
| 822 | |
| 823 | def options_from_args(self): |
| 824 | """Set a number of options from the command-line arguments.""" |
no outgoing calls
no test coverage detected