smah.runner.response_parser
Classes
|
An enumeration. |
- class smah.runner.response_parser.ExecTag[source]
Bases:
TagBase- property command
- property exec_if
- property markdown
- property purpose
- property shell
- property title
- class smah.runner.response_parser.SetConditionTag[source]
Bases:
TagBase- property choices
- property name
- property prompt
- class smah.runner.response_parser.ThoughtTag[source]
Bases:
TagBase- THOUGHT_TYPES = {'assumption': ThoughtType.ASSUMPTION, 'inner-critic': ThoughtType.INNER_CRITIC, 'question': ThoughtType.QUESTION, 'tangent': ThoughtType.TANGENT, 'thinking': ThoughtType.THINKING}
- property markdown
- property thought
- property type