| 134 | |
| 135 | |
| 136 | class Flush: |
| 137 | @property |
| 138 | def properties(self) -> Properties: |
| 139 | return SKIP_PROPERTIES |
| 140 | |
| 141 | @property |
| 142 | def name(self) -> str: |
| 143 | return "flush" |
| 144 | |
| 145 | @property |
| 146 | def size(self) -> int: |
| 147 | return 0 |
| 148 | |
| 149 | |
| 150 |
no outgoing calls
no test coverage detected
searching dependent graphs…