(self, method: Any)
| 4355 | self._flushing = False |
| 4356 | |
| 4357 | def _flush_warning(self, method: Any) -> None: |
| 4358 | util.warn( |
| 4359 | "Usage of the '%s' operation is not currently supported " |
| 4360 | "within the execution stage of the flush process. " |
| 4361 | "Results may not be consistent. Consider using alternative " |
| 4362 | "event listeners or connection-level operations instead." % method |
| 4363 | ) |
| 4364 | |
| 4365 | def _is_clean(self) -> bool: |
| 4366 | return ( |