seq  2.0.0
Functions | Variables
samples.some_template Namespace Reference

Functions

def create_sequence (*args, **kw)
 

Variables

dictionary content
 

Function Documentation

◆ create_sequence()

def samples.some_template.create_sequence ( args,
**  kw 
)

Variable Documentation

◆ content

dictionary samples.some_template.content
Initial value:
1 = {
2  "templateName": "seq.samples.tpl_b",
3  "type": "string",
4  "parameters": [
5  {
6  "name": "par_a",
7  "type": "string",
8  "value": "some text"
9  },
10  {
11  "name": "par_b",
12  "type": "integer",
13  "value": 33
14  },
15  {
16  "name": "par_c",
17  "type": "number",
18  "value": 22.1
19  }
20  ]}