(self)
| 242 | #------------------------------------------------------------- |
| 243 | |
| 244 | def __reduce__(self) : |
| 245 | return self.__class__, (self.function,self.x_min, self.x_max, len(self.eps), self.name) |
| 246 | |
| 247 | #------------------------------------------------------------- |
| 248 |
nothing calls this directly
no outgoing calls
no test coverage detected