MCPcopy Create free account
hub / github.com/StanfordPL/stoke / aux

Method aux

tools/scripts/completion_generator.py:125–131  ·  view source on GitHub ↗
(command)

Source from the content-addressed store, hash-verified

123
124 def handle(self, command):
125 def aux(command):
126 if command.has_subcommands():
127 self.write_cmd(command)
128 for sub in command.subcommands:
129 aux(sub)
130 else:
131 self.write_arguments(command.full_name(), command.arguments)
132 self.write_header()
133 aux(command)
134

Callers

nothing calls this directly

Calls 4

write_cmdMethod · 0.95
write_argumentsMethod · 0.95
has_subcommandsMethod · 0.80
full_nameMethod · 0.80

Tested by

no test coverage detected