OpenAssetIO
An abstract API for generalising interactions between a host application and an asset management system
|
The base class that defines a plugin of the plugin system. More...
Public Member Functions | |
def | identifier (cls) |
This method is required by all plugins, in order to uniquely identify this plugin. More... | |
The base class that defines a plugin of the plugin system.
Only modules and packages that expose an instance of this class will be loaded by the plugin system when scanning any given path.
def identifier | ( | cls | ) |
This method is required by all plugins, in order to uniquely identify this plugin.
If there are duplicate plugins with the same identifier, the first one encountered will be used, and all others will be ignored.
Copyright 2013-2023 The Foundry Visionmongers Ltd. OpenAssetIO is released under the Apache 2.0 License