(self, method: Any)
| 4513 | self._flushing = False |
| 4514 | |
| 4515 | def _flush_warning(self, method: Any) -> None: |
| 4516 | util.warn( |
| 4517 | "Usage of the '%s' operation is not currently supported " |
| 4518 | "within the execution stage of the flush process. " |
| 4519 | "Results may not be consistent. Consider using alternative " |
| 4520 | "event listeners or connection-level operations instead." % method |
| 4521 | ) |
| 4522 | |
| 4523 | def _is_clean(self) -> bool: |
| 4524 | return ( |