Lines Matching +full:everything +full:- +full:else
6 1 - Import YAML files as native python type(s) instance(s).
7 2 - Create an instance of the Everything class from the
8 native python type instance(s) with the Everything.load
10 3 - The Everything class constructor orchestrates conversion of the
14 4 - Present the converted YAML to the command processing method
63 return "::".join(["sdbusplus"] + self[:-1] + ["server", self[-1]])
99 """Un-capitalize booleans."""
169 """Non-array type arguments."""
342 namespace = iface.namespace().split("::")[:-1]
343 name = iface[-1]
344 t = Template(namespace=namespace, name=iface[-1])
403 else:
536 class Everything(Renderer): class
562 interfaces, interface_composite = Everything.get_interfaces(
568 ) = Everything.get_interfaces(
577 return Everything(
640 super(Everything, self).__init__(**kw)
672 "generate-cpp": "generate_cpp",
673 "generate-serialization": "generate_serialization",
682 "-o",
683 "--output-dir",
689 "-i",
690 "--interfaces-dir",
695 "-d",
696 "--dir",
702 "-b",
703 "--bus-name",
722 else:
725 function = getattr(Everything.load(args), valid_commands[args.command])