Get whether the Axes responds to navigation commands.
(self)
| 4300 | return True |
| 4301 | |
| 4302 | def get_navigate(self): |
| 4303 | """ |
| 4304 | Get whether the Axes responds to navigation commands. |
| 4305 | """ |
| 4306 | return self._navigate |
| 4307 | |
| 4308 | def set_navigate(self, b): |
| 4309 | """ |
no outgoing calls