Future API
The future module provides a new API that will replace the deprecated API.
All public classes, functions, decorators and exceptions provided by the SKA Tango Base
package are exposed flat from this module, with the exception of type_hints and
utils, which are submodules of future and the root package.
Imports from anywhere else in the package are deprecated and strongly discouraged, as most submodules will be made private in the 2.0.0 release, thereby breaking almost all existing imports.
It is recommended to use the new API by only importing this module directly as stb
to prevent any namespace collisions:
import ska_tango_base.future as stb
Using it like this will only require updating a single import statement when migrating
to the 2.0.0 release which will make the future module the root of
ska_tango_base.
Here follows what is provided by the future API:
Tango Devices
Facilities
Submodules
Class hierarchy cheat sheet