Lines Matching +full:python +full:- +full:container
9 1 - Import the YAML configuration file as native python type(s)
11 2 - Create an instance of the Everything class from the
12 native python type instance(s) with the Everything.load
14 3 - The Everything class constructor orchestrates conversion of the
15 native python type(s) instances(s) to render helper types.
17 from the native python type(s) instances(s).
18 4 - Present the converted YAML to the command processing method
56 such are stored in python lists. Given an item name
82 for container in a:
83 if not exists(container, obj.cls, obj.name):
84 container.setdefault(obj.cls, []).append(obj)
145 kw["name"] = "gpio-{}".format(self.key)
160 kw["name"] = "tach-{}".format("-".join(self.sensors))
196 kw["name"] = "anyof-{}".format(kw["fan"])
210 kw["name"] = "fallback-{}".format(kw["fan"])
342 "generate-cpp": "generate_cpp",
352 "-i",
353 "--input",
359 "-t",
360 "--template",
366 "-p",
367 "--template-path",