<div id="comment:0"></div> ``` sage: R.<r> = ZZ[[]] sage: o = SR(r.O(2)).operands()[1]; o Order(r^2) sage: o.operator() ... RuntimeError: cannot find SFunction in table ``` or ``` x.Order().operator() ... RuntimeError: cannot find SFunction in table ``` Component: **symbolics** Author: **Benjamin Hackl** Branch/Commit: **[`7a2e948`](https://github.com/sagemath/sagetrac-mirror/commit/7a2e948bdb80c0292cf70fa2286e0c532e66cf13)** Reviewer: **Ralf Stephan** _Issue created by migration from https://trac.sagemath.org/ticket/19425_