MCPcopy Create free account
hub / github.com/tortoise/tortoise-orm / describe

Method describe

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

Source from the content-addressed store, hash-verified

1096 self.reversible = reverse_code is not None
1097
1098 def describe(self) -> str:
1099 return "Run Python code"
1100
1101 def state_forward(self, app_label: str, state: State) -> None:
1102 return None

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected