You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `grid_helper` can just become a standard kwonly arg.
- `GridHelperCurveLinear` is the only class that defines `get_boundary`,
so in practice the hasattr check is the same as an isinstance check.
(It is technically possible that someone wrote their own
GridHelperCurveLinear-like subclass with the same API, but let's not
overly worry about that... and they can always still completely
inherit GridHelperCurveLinear and full override everything if really
needed.)
0 commit comments