PyPK wrote: > now I want execute() function to get executed only once. That is the > first time it is accessed.
How about just calculating the value at import time? -- Benji York -- http://mail.python.org/mailman/listinfo/python-list
PyPK wrote: > now I want execute() function to get executed only once. That is the > first time it is accessed.
How about just calculating the value at import time? -- Benji York -- http://mail.python.org/mailman/listinfo/python-list