Re: macro in python

2008-03-12 Thread Dan Stromberg
On Wed, 27 Feb 2008 16:24:02 +0530, bharath venkatesh wrote: > hi .. > how to create macro in python for set of instruction that is done > frequently but too less in number to ignore the overhead of function > call ... > hi ..    how to create macro in python for set of > i

Re: macro in python

2008-02-27 Thread Terry Reedy
"Guilherme Polo" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | 2008/2/27, bharath venkatesh <[EMAIL PROTECTED]>: | > how to create macro in python for set of instruction that is done | > frequently but too less in number to ignore the overhead of

Re: macro in python

2008-02-27 Thread Guilherme Polo
2008/2/27, bharath venkatesh <[EMAIL PROTECTED]>: > hi .. > how to create macro in python for set of instruction that is done > frequently but too less in number to ignore the overhead of function call > ... > > -- > http://mail.python.org/mailman/listinfo/python-l

macro in python

2008-02-27 Thread bharath venkatesh
hi .. how to create macro in python for set of instruction that is done frequently but too less in number to ignore the overhead of function call ... -- http://mail.python.org/mailman/listinfo/python-list