Returns a clone of the current executor.
(self)
| 189 | return self._is_virtual_database |
| 190 | |
| 191 | def copy(self): |
| 192 | """Returns a clone of the current executor.""" |
| 193 | return self.__class__(**self._conn_params) |
| 194 | |
| 195 | def connect( |
| 196 | self, |
no outgoing calls