mirror of
https://github.com/ModOrganizer2/pystubs-generation.git
synced 2026-07-27 14:07:13 -07:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
49a77592f9 |
@@ -2052,6 +2052,7 @@ mobase:
|
||||
returns: The list of requirements for this plugin.
|
||||
|
||||
settingGroups:
|
||||
abstract: false
|
||||
returns: A list of setting groups for this plugin.
|
||||
|
||||
settings:
|
||||
|
||||
@@ -2252,7 +2252,6 @@ class IPlugin(abc.ABC):
|
||||
The list of requirements for this plugin.
|
||||
"""
|
||||
...
|
||||
@abc.abstractmethod
|
||||
def settingGroups(self: IPlugin) -> Sequence[SettingGroup]:
|
||||
"""
|
||||
Returns:
|
||||
|
||||
Reference in New Issue
Block a user