betty.project.extension.trees package¶
Module contents¶
Provide interactive family trees by integrating Betty with Cytoscape.js.
- final class betty.project.extension.trees.Trees[source]¶
Bases:
ShorthandPluginBase
,EntryPointProvider
Provide interactive family trees for use in web pages.
- classmethod assets_directory_path() Path | None [source]¶
Return the path on disk where the extension’s assets are located.
This may be anywhere in your Python package.
- classmethod depends_on() set[PluginIdentifier[Extension]] [source]¶
The plugins this one depends on.
- register_event_handlers(registry: EventHandlerRegistry) None [source]¶
Register event handlers with the project.