IPluginRequirement¶
-
class
mobase.IPluginRequirement¶ Bases:
objectClass representing requirements for plugins.
Methods Summary
check(organizer)Check if the requirement is met, and return a problem if not.
Methods Documentation
-
check(organizer)¶ Check if the requirement is met, and return a problem if not.
- Parameters
organizer – The IOrganizer instance.
- Returns
The problem found if the requirement is not met, otherwise None.
- Return type
Optional[Problem]
-