Function
Solve
(eq: Equation, *args, **kwargs)
Source from the content-addressed store, hash-verified
| 171 | |
| 172 | @functools.wraps(Application.Solve) |
| 173 | def Solve(eq: Equation, *args, **kwargs): |
| 174 | return eq.Solve(*args, **kwargs) |
Tested by
no test coverage detected