@deprecated: Use L{getViewsById} instead. Returns the Views map.
(self)
| 4256 | print("sayText: Unsupported OS: {}".format(ViewClient.osName), file=sys.stderr) |
| 4257 | |
| 4258 | def getViewIds(self): |
| 4259 | """ |
| 4260 | @deprecated: Use L{getViewsById} instead. |
| 4261 | |
| 4262 | Returns the Views map. |
| 4263 | """ |
| 4264 | |
| 4265 | return self.viewsById |
| 4266 | |
| 4267 | def getViewsById(self): |
| 4268 | """ |
no outgoing calls