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

Function _runpython_reverse

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

Source from the content-addressed store, hash-verified

526
527
528def _runpython_reverse(apps, schema_editor) -> None:
529 _ = (apps, schema_editor)
530
531
532def test_writer_format_runpython(tmp_path: Path, monkeypatch) -> 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…