MCPcopy Index your code
hub / github.com/tortoise/tortoise-orm / write

Method write

tortoise/migrations/autodetector.py:76–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74 return writers
75
76 async def write(self) -> list[str]:
77 writers = await self.changes()
78 return [str(writer.write()) for writer in writers]
79
80 def _current_state(self) -> State:
81 state = State(models={}, apps=StateApps())

Callers

nothing calls this directly

Calls 1

changesMethod · 0.95

Tested by

no test coverage detected