Lines Matching defs:subtool
71 subtool = None
73 def __init__(self, subtool=None):
75 self.subtool = subtool
79 if self.subtool is not None:
80 args.insert(1, self.subtool)
116 def __init__(self, subtool="debug-gui"):
117 assert subtool == "debug-gui"
118 super().__init__(subtool)
134 def get_tool(subtool=None):
135 if subtool == "debug-gui":
138 return LibinputTool(subtool)