(self)
| 2878 | ] |
| 2879 | |
| 2880 | def to_dict(self): |
| 2881 | return { |
| 2882 | "patch_url": self.patch_url, |
| 2883 | "patch_text": self.patch_text, |
| 2884 | "patch_checksum": self.patch_checksum, |
| 2885 | } |
| 2886 | |
| 2887 | def to_patch_data(self): |
| 2888 | """Return `PatchData` from the Patch.""" |
no outgoing calls
no test coverage detected