factory
Function Usage
Obtains the plugin factory name.
Prototype
def factory(self) -> str:
pass
Return Parameter Description
Data Structure |
Description |
|---|---|
str |
Returns the plugin factory name. |
Parent topic: PluginNode
Obtains the plugin factory name.
def factory(self) -> str:
pass
Data Structure |
Description |
|---|---|
str |
Returns the plugin factory name. |