(self, args)
| 1673 | self._build_query_string(self.last_leading_comment, self.orig_cmd, args)) |
| 1674 | |
| 1675 | def do_describe(self, args): |
| 1676 | return self.__do_describe(self.orig_cmd, args) |
| 1677 | |
| 1678 | def do_desc(self, args): |
| 1679 | return self.__do_describe("describe", args) |
nothing calls this directly
no test coverage detected