from
Alessandro Caproni <acaproni at eso dot org>
to
Sylvain Thenault <syt at logilab dot fr>
subject
Re: [Python-projects] pylint failure?
date
Thank you very much for your help and your very fast replay.2005/02/09 16:58
I am going to discuss with my collegues a better way to write the code
while you fix the bug.
Thank you again,
Alessandro Caproni
Sylvain Thénault wrote:
>On Wednesday 09 February à 16:23, Alessandro Caproni wrote:
>
>
>>Dear sirs,...
>>
>Hum, you've actually hit a bug in pylint. I'll try to fix this to avoid
>pylint to choke, but I guess I won't be able to do much more, such as
>resolving your class'parent, because of the "eval" call. This is the
>first time I see this kind of construct to define a class, and I find
>it, well... at least unreadable ;)
>
>The best suggestion I have is to avoid using eval in the parents list
>of your class. Maybe can you explain us what are you trying to acheive
>so we can help you to get something more clean and clear.
>
