(self, es, change, keep)
| 643 | |
| 644 | class Command: |
| 645 | def __init__(self, es, change, keep): |
| 646 | self.es:ExpressionSet = es |
| 647 | self.change = change |
| 648 | self.keep = keep |
| 649 | |
| 650 | crop_factor_default = 1.7 |
| 651 | crop_factor_min = 1.5 |
nothing calls this directly
no outgoing calls
no test coverage detected