Functions

Thor thor__00 at yahoo.com
Mon Aug 18 18:44:03 EDT 2003


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




More information about the Python-list mailing list