def parsesuite(self, text): """Return a modified parse tree for the given suite text.""" return self.transform(parser.suite(text))