Return whether the patch is filled.
(self)
| 568 | self.stale = True |
| 569 | |
| 570 | def get_fill(self): |
| 571 | """Return whether the patch is filled.""" |
| 572 | return self._fill |
| 573 | |
| 574 | # Make fill a property so as to preserve the long-standing |
| 575 | # but somewhat inconsistent behavior in which fill was an |
no outgoing calls
no test coverage detected