In this hypothetical case:
def f1:
f3:
def f2:
def f3:
pass
f1:
def f4:
def f3:
pass
f1:
would the function f1 execute the right f3 depending on from which functions
is it called?
--
Thor -- Stockholm -- Sverige
def f1:
f3:
def f2:
def f3:
pass
f1:
def f4:
def f3:
pass
f1:
would the function f1 execute the right f3 depending on from which functions
is it called?
--
Thor -- Stockholm -- Sverige
Comment