IPluginRequirement

class mobase.IPluginRequirement

Bases: object

Class 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.

Return type:

Optional[Problem]

Parameters:

organizer – The IOrganizer instance.

Returns:

The problem found if the requirement is not met, otherwise None.