MCPcopy
hub / github.com/django/django / copy

Method copy

django/db/backends/postgresql/base.py:610–612  ·  view source on GitHub ↗
(self, statement)

Source from the content-addressed store, hash-verified

608
609 class CursorDebugWrapper(BaseCursorDebugWrapper):
610 def copy(self, statement):
611 with self.debug_sql(statement):
612 return self.cursor.copy(statement)
613
614else:
615 Cursor = psycopg2.extensions.cursor

Callers

nothing calls this directly

Calls 1

debug_sqlMethod · 0.95

Tested by

no test coverage detected