How can you execute a method by specifying its name from another method that is in the same class with the called method? Like this:
class Class1: def __init__(self): pass def func1(self, arg1):
Any suggestion?
function variables python methods
Shaokan
source share