On 15 November 2012 17:13, Chris Kaynor wrote:
> On Thu, Nov 15, 2012 at 8:04 AM, Kevin Gullikson
> wrote:
> > Hi all,
> >
> > I am trying to make a dictionary of functions, where each entry in the
> > dictionary is the same function with a few of the parameters set to
> specific
> > parameters.
On Thu, Nov 15, 2012 at 8:04 AM, Kevin Gullikson
wrote:
> Hi all,
>
> I am trying to make a dictionary of functions, where each entry in the
> dictionary is the same function with a few of the parameters set to specific
> parameters. My actual use is pretty complicated, but I managed to boil down
On 2012-11-15 16:04, Kevin Gullikson wrote:
Hi all,
I am trying to make a dictionary of functions, where each entry in the
dictionary is the same function with a few of the parameters set to
specific parameters. My actual use is pretty complicated, but I managed
to boil down the issue I am havin