(cls)
| 134 | |
| 135 | @classmethod |
| 136 | def get_diff_hooks(cls) -> dict: |
| 137 | data = plugins.load_entrypoint("aura.diff_hooks") |
| 138 | return data["entrypoints"] |
| 139 | |
| 140 | def on_same_file(self, sender): # TODO: transition to the new diff mechanism |
| 141 | size = os.stat(sender).st_size |