pywwt.core Module¶
The core WWT widget class.
The most important definition provided in this module is the BaseWWTWidget
type, which defines the generic interface for controlling WWT viewers across the
different backends supported by pywwt.
Classes¶
|
A class that can control a WWT viewer from Python. |
Raised if data need to be published, but publishing service isn't available. |
|
|
Raised if an operation needs to communicate with the WWT viewer (app), but the app doesn't seem to be responding to messages. |