Just found it import inspect def bar(a): print inspect.getargvalues(inspect.currentframe())[-1] bar(1) should print out {'a' : 1} Ross Brattain netmgr at canterburycrest.org