reviewboard.extensions.base¶
Base support for writing custom extensions.
- class Extension(extension_manager: ExtensionManager)[source]¶
Bases:
Extension
Base class for custom extensions.
See Extending Review Board for information on how to make use of this class to write your own extensions, and the Djblets
Extension
documentation for a full class reference.- __annotations__ = {}¶
- class JSExtension(extension: Extension)[source]¶
Bases:
JSExtension
Base class for JavaScript-side extensions.
See Extending Review Board for information on how to make use of this class to write your own JavaScript-side extensions, and the Djblets
JSExtension
documentation for a full class reference.- __annotations__ = {}¶
- class ExtensionManager(key: str)[source]¶
Bases:
ExtensionManager
The extension manager used by Review Board.
See the Djblets
ExtensionManager
documentation for a full class reference.- __annotations__ = {}¶