(self, other: Any)
| 66 | return hash(computedobject.ComputedObject.freeze(self.getSignature())) |
| 67 | |
| 68 | def __ne__(self, other: Any) -> bool: |
| 69 | return not self.__eq__(other) |
| 70 | |
| 71 | @classmethod |
| 72 | def call_(cls, name: str, *args: Any, **kwargs: Any) -> Any: |