(cls, aliasexecution)
| 756 | |
| 757 | @classmethod |
| 758 | def to_model(cls, aliasexecution): |
| 759 | # probably should be unsupported |
| 760 | raise NotImplementedError() |
| 761 | |
| 762 | @classmethod |
| 763 | def from_model(cls, aliasexecution): |
nothing calls this directly
no outgoing calls
no test coverage detected