(call: Call)
| 310 | |
| 311 | @staticmethod |
| 312 | def serialize(call: Call) -> str: |
| 313 | return json.dumps(call, sort_keys=True) |
| 314 | |
| 315 | def __repr__(self) -> str: |
| 316 | return f"<Prophecy for '{self.subject.__original_qualname__}'>" |
no outgoing calls
no test coverage detected