Functions | |
def | main (args) |
def | policyChecks (document) |
def | updatePolicyChecks (reference, update) |
Variables | |
action | |
args | |
DATAFORMATS_CHANGED | |
description | |
help | |
NO_CHANGES | |
parser | |
POLICY_VIOLATION | |
required | |
str | |
True | |
type | |
def checkDictionaryUpdate.main | ( | args | ) |
Definition at line 22 of file checkDictionaryUpdate.py.
References policyChecks(), print(), and updatePolicyChecks().
def checkDictionaryUpdate.policyChecks | ( | document | ) |
Check policies on dictionary definitions. Return True if checks are fine.
Definition at line 12 of file checkDictionaryUpdate.py.
Referenced by main().
def checkDictionaryUpdate.updatePolicyChecks | ( | reference, | |
update | |||
) |
Check policies on dictionary updates. Return True if checks are fine.
Definition at line 17 of file checkDictionaryUpdate.py.
Referenced by main().
checkDictionaryUpdate.action |
Definition at line 50 of file checkDictionaryUpdate.py.
checkDictionaryUpdate.args |
Definition at line 52 of file checkDictionaryUpdate.py.
checkDictionaryUpdate.DATAFORMATS_CHANGED |
Definition at line 9 of file checkDictionaryUpdate.py.
checkDictionaryUpdate.description |
Definition at line 46 of file checkDictionaryUpdate.py.
checkDictionaryUpdate.help |
Definition at line 48 of file checkDictionaryUpdate.py.
checkDictionaryUpdate.NO_CHANGES |
Definition at line 8 of file checkDictionaryUpdate.py.
checkDictionaryUpdate.parser |
Definition at line 46 of file checkDictionaryUpdate.py.
checkDictionaryUpdate.POLICY_VIOLATION |
Definition at line 10 of file checkDictionaryUpdate.py.
checkDictionaryUpdate.required |
Definition at line 48 of file checkDictionaryUpdate.py.
checkDictionaryUpdate.str |
Definition at line 48 of file checkDictionaryUpdate.py.
checkDictionaryUpdate.True |
Definition at line 48 of file checkDictionaryUpdate.py.
checkDictionaryUpdate.type |
Definition at line 48 of file checkDictionaryUpdate.py.