seq  2.0.0
Classes | Variables
lib.nodes.template Namespace Reference

Classes

class  Template
 

Variables

dictionary value_converter
 

Variable Documentation

◆ value_converter

dictionary lib.nodes.template.value_converter
Initial value:
1 = {
2  "string": str,
3  "number": float,
4  "integer": int
5 }