(self, cmd: dict[str, Any])
| 1636 | return use_find_cmd |
| 1637 | |
| 1638 | def update_command(self, cmd: dict[str, Any]) -> None: |
| 1639 | self._as_command = cmd, self.db |
| 1640 | |
| 1641 | def as_command( |
| 1642 | self, conn: _AgnosticConnection, apply_timeout: bool = False |
no outgoing calls
no test coverage detected