(db_field: str, field: str, value: Any)
| 71 | @staticmethod |
| 72 | @abc.abstractmethod |
| 73 | def format(db_field: str, field: str, value: Any) -> tuple[str, dict]: ... |
| 74 | |
| 75 | |
| 76 | class WithinListOperation(BaseOperation): |
no outgoing calls
no test coverage detected