node_base
DialogNode
Bases: Node[List, Mapping[str, Any]]
Handles a single Interactive User Dialog, for Context Information.
Source code in src/cookiecutter_python/handle/node_base.py
6 7 8 9 10 11 12 13 14 | |
process(request)
Process a single Interactive User Dialog, for Context Information.
Source code in src/cookiecutter_python/handle/node_base.py
12 13 14 | |