En Sat, 17 Jan 2009 14:14:37 -0200, Eduardo Lenz
escribió:
Another question: is it possible to
change a bound method to a function on the fly ? I was wondering if
something
like class.__dict__["function_name"] could do the job.
Exactly.
Or, if you already have the method, use its im_func
On Saturday 17 January 2009 00:43:35 Aaron Brady wrote:
> On Jan 16, 11:39 pm, Eduardo Lenz wrote:
> > Hi,
> >
> > I was using the former processing package with python 2.5 with no
> > problems. After switching to python 2.6.1 I am having some problems with
> > the same code. The problem seems to
On Jan 16, 11:39 pm, Eduardo Lenz wrote:
> Hi,
>
> I was using the former processing package with python 2.5 with no problems.
> After switching to python 2.6.1 I am having some problems with the same code.
> The problem seems to be related to the fact that I am using Pool.map
> with a bounded met
Hi,
I was using the former processing package with python 2.5 with no problems.
After switching to python 2.6.1 I am having some problems with the same code.
The problem seems to be related to the fact that I am using Pool.map
with a bounded method, since it is inside a class. To clarify a little
Hi,
I was using the former processing package with python 2.5 with no problems.
After switching to python 2.6.1 I am having some problems with the same code.
The problem seems to be related to the fact that I am using Pool.map
with a bounded method, since it is inside a class. To clarify a little