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

Method describe

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

Source from the content-addressed store, hash-verified

368 self.options = options
369
370 def describe(self) -> str:
371 return f"Alter options for {self.name}"
372
373 def state_forward(self, app_label: str, state: State) -> None:
374 model_state = self.get_model_state(state, app_label, self.name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected