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

Method state_forward

tortoise/migrations/operations.py:1101–1102  ·  view source on GitHub ↗
(self, app_label: str, state: State)

Source from the content-addressed store, hash-verified

1099 return "Run Python code"
1100
1101 def state_forward(self, app_label: str, state: State) -> None:
1102 return None
1103
1104 async def database_forward(
1105 self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected