(self)
| 1096 | self.reversible = reverse_code is not None |
| 1097 | |
| 1098 | def describe(self) -> str: |
| 1099 | return "Run Python code" |
| 1100 | |
| 1101 | def state_forward(self, app_label: str, state: State) -> None: |
| 1102 | return None |
nothing calls this directly
no outgoing calls
no test coverage detected