Lines Matching +full:everything +full:- +full:else
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
18 4 - Present the converted YAML to the command processing method
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"])
235 factory = Everything.classmap(self.rpolicy["type"])
237 else:
242 factory = Everything.classmap(m["type"])
251 class Everything(Renderer): class
290 factory = Everything.classmap(x["class"])
317 return Everything(**objs)
323 super(Everything, self).__init__(**kw)
342 "generate-cpp": "generate_cpp",
352 "-i",
353 "--input",
359 "-t",
360 "--template",
366 "-p",
367 "--template-path",
386 else:
391 function = getattr(Everything.load(args), valid_commands[args.command])