(self, *args, **kwargs)
| 1134 | return self.value == other.value |
| 1135 | |
| 1136 | def run(self, *args, **kwargs): |
| 1137 | return (self.value, args, kwargs) |
| 1138 | |
| 1139 | |
| 1140 | def call_func_complex(op, /, value=None, *args, exc=None, **kwargs): |
no outgoing calls
no test coverage detected