MCPcopy
hub / github.com/tortoise/tortoise-orm / MigrationKey

Class MigrationKey

tortoise/migrations/graph.py:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11@dataclass(frozen=True, order=True)
12class MigrationKey:
13 app_label: str
14 name: str
15
16 def __str__(self) -> str:
17 return f"{self.app_label}.{self.name}"
18
19
20@total_ordering

Callers 15

applied_migrationsMethod · 0.90
load_diskMethod · 0.90
migrateMethod · 0.90
_migration_planMethod · 0.90
_forward_planMethod · 0.90
_backward_planMethod · 0.90
_dedupe_planMethod · 0.90
_leaf_nodesMethod · 0.90
fake_appliedFunction · 0.90

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…