(o=None, match=None, include_self=True)
| 169 | |
| 170 | @docstring.copy_dedent(Artist.findobj) |
| 171 | def findobj(o=None, match=None, include_self=True): |
| 172 | if o is None: |
| 173 | o = gcf() |
| 174 | return o.findobj(match, include_self=include_self) |
| 175 | |
| 176 | |
| 177 | def switch_backend(newbackend): |