[Tutor] How to call a method when have classes inside another class

Diego Galho Prestes dprestes at atlas.ucpel.tche.br
Fri Aug 13 03:16:10 CEST 2004


Hi! I have this case but dont know how to call it...


def Class1:
   def someMethod():
     pass
   def Class2:
     def otherMethod():
        ???call of someMethod???

I want to call someMethod in otherMethod. How can I do this?

Diego



More information about the Tutor mailing list