Menu

#23 Can pychecker be faster? - Whitelist?

open
nobody
None
5
2004-10-25
2004-10-25
No

Hi, I'm trying to integrate pychecker in pydev (python
plugin for eclipse), and I would like to know if there
is any way to check only a single file.

It could be some sort of a white list or something like
that, as I would be analyzing the file automatically
each time the file is saved, and pychecker gets really
slow when I do that. Some files seem to take forever to
analyze... I have some files that can take up to 5
minutes to be analyzed, as they import many things...
(Having a black list is also not useful, especially
when it is analyzed only after the results are gotten...)

Resuming, I would like to analyze everything in the
first time, after that, I would be working only with
deltas (so it could be much faster having a white list
so that only the delta is analyzed - normally only 1 or
2 files).

Discussion


Log in to post a comment.