MCPcopy
hub / github.com/django/django / get_table_description

Method get_table_description

tests/migrations/test_base.py:37–39  ·  view source on GitHub ↗
(self, table, using="default")

Source from the content-addressed store, hash-verified

35 recorder.migration_qs.filter(app="migrations").delete()
36
37 def get_table_description(self, table, using="default"):
38 with connections[using].cursor() as cursor:
39 return connections[using].introspection.get_table_description(cursor, table)
40
41 def assertTableExists(self, table, using="default"):
42 with connections[using].cursor() as cursor:

Calls 1

cursorMethod · 0.80

Tested by

no test coverage detected