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

Class PlanStep

tortoise/migrations/executor.py:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27@dataclass(frozen=True)
28class PlanStep:
29 migration: Migration
30 backward: bool
31
32
33@dataclass(frozen=True)

Callers 2

_forward_planMethod · 0.85
_backward_planMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…