Class for modifying profiles for additional functionality. More...
Public Member Functions | |
def | check (self, profile) |
Returns True or False as to whether the Modification should be applied. | |
def | dependencies (self, profile) |
Returns a list of modifications that should go before this, and modifications that need to be after this. | |
def | modification (self, profile) |
Abstract function for modifying the profile. | |
Static Public Attributes | |
list | before = [] |
list | after = [] |
dictionary | conditions = {} |
Class for modifying profiles for additional functionality.