[Python-projects] Can Pylint cache information for large libraries
that do not change?
Pierre_Rouleau at ImpathNetworks.com
Pierre_Rouleau at ImpathNetworks.com
Mon May 1 22:46:38 CEST 2006
Bonjour Sylvain,
when running Pylint on module that import large frameworks the pylint execution
can be quite long when we want to check everything. If several modules use that
same large framework, that long process is repeated several times.
Is there a way to speed things up by, for example, caching the information about
those large frameworks that do not change often somewhere and using it on later
when checking user module?
--
Pierre Rouleau
More information about the Python-Projects
mailing list