def test1(self): self.context.page['content'] += ' View1' def test2(self): self.context.page['content'] += ' View2' def test3(self, a, b): self.context.page['content'] += f' View3(a:{a}, b:{b})'