trestle.core.commands.validate
trestle.core.commands.validate ¤
Trestle Validate Command.
Attributes¤
logger = logging.getLogger(__name__) module-attribute ¤
Classes¤
ValidateCmd ¤
Bases: CommandPlusDocs
Validate contents of a trestle model in different modes.
Source code in trestle/core/commands/validate.py
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | |
Functions¤
handler: python