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

Function _runpython_forward

tests/migrations/test_writer.py:524–525  ·  view source on GitHub ↗
(apps, schema_editor)

Source from the content-addressed store, hash-verified

522
523
524def _runpython_forward(apps, schema_editor) -> None:
525 _ = (apps, schema_editor)
526
527
528def _runpython_reverse(apps, schema_editor) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…