I want to print entry and exit message for functions , i have bunch of such function . How can i do it in decorator.

bab mis babmis307 at gmail.com
Fri Sep 20 08:59:55 EDT 2013


def fun:
    print "entry"
    .
    .
    print "exit"



More information about the Python-list mailing list