MCPcopy
hub / github.com/tortoise/tortoise-orm / describe

Method describe

tortoise/migrations/operations.py:1226–1227  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1224 self.reversible = reverse_sql is not None
1225
1226 def describe(self) -> str:
1227 return "Run SQL"
1228
1229 def state_forward(self, app_label: str, state: State) -> None:
1230 return None

Callers 3

applyMethod · 0.45
unapplyMethod · 0.45
_field_signatureFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected