MCPcopy
hub / github.com/dbcli/pgcli / copy

Method copy

pgcli/pgexecute.py:191–193  ·  view source on GitHub ↗

Returns a clone of the current executor.

(self)

Source from the content-addressed store, hash-verified

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,

Callers 4

connectMethod · 0.80
_bg_refreshMethod · 0.80
connectMethod · 0.80
test_copyFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_copyFunction · 0.64