reviewboard.extensions.base¶
Base support for writing custom extensions.
- class Extension(extension_manager: ExtensionManager)[source]¶
Bases:
ExtensionBase 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
Extensiondocumentation for a full class reference.- __annotations__ = {}¶
- class JSExtension(extension: Extension)[source]¶
Bases:
JSExtensionBase 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
JSExtensiondocumentation for a full class reference.- __annotations__ = {}¶
- class ExtensionManager(key: str)[source]¶
Bases:
ExtensionManagerThe extension manager used by Review Board.
See the Djblets
ExtensionManagerdocumentation for a full class reference.- __annotations__ = {}¶