class A(object): def p1(self): """ This is P1 :return: nothing """ def p2(self): """ This is P2 :return: nothing """