CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 16 Jul 2025 03:06:32 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20101219082809
location: https://web.archive.org/web/20101219082809/https://wiki.python.org/moin/PyChecker
server-timing: captures_list;dur=0.638896, exclusion.robots;dur=0.030945, exclusion.robots.policy;dur=0.017798, esindex;dur=0.015155, cdx.remote;dur=31.467995, LoadShardBlock;dur=261.651389, PetaboxLoader3.datanode;dur=189.367483
x-app-server: wwwb-app200
x-ts: 302
x-tr: 326
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app200; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 16 Jul 2025 03:06:33 GMT
content-type: text/html; charset=utf-8
x-archive-orig-date: Sun, 19 Dec 2010 08:28:09 GMT
x-archive-orig-server: Apache/2.2.9 (Debian) DAV/2 SVN/1.5.1 mod_ssl/2.2.9 OpenSSL/0.9.8g mod_wsgi/2.5 Python/2.5.2
x-archive-orig-vary: Cookie,User-Agent,Accept-Language
x-archive-orig-content-length: 7626
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 19 Dec 2010 08:28:09 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 08 Nov 2005 05:11:56 GMT", ; rel="prev memento"; datetime="Sat, 08 Dec 2007 10:08:15 GMT", ; rel="memento"; datetime="Sun, 19 Dec 2010 08:28:09 GMT", ; rel="next memento"; datetime="Sat, 13 Aug 2011 11:44:36 GMT", ; rel="last memento"; datetime="Fri, 24 Jan 2025 13:13:56 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: alexa-web-20110622061339-00001/51_19_20101219082742_crawl103.arc.gz
server-timing: captures_list;dur=0.543737, exclusion.robots;dur=0.022282, exclusion.robots.policy;dur=0.012728, esindex;dur=0.011959, cdx.remote;dur=77.159557, LoadShardBlock;dur=94.829442, PetaboxLoader3.datanode;dur=134.548377, load_resource;dur=303.594421, PetaboxLoader3.resolve;dur=212.298150
x-app-server: wwwb-app200
x-ts: 200
x-tr: 525
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
PyChecker - PythonInfo Wiki
Describe PyChecker here.
from https://pychecker.sourceforge.net
PyChecker is a static source analysis tool for finding bugs in python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint. Because of the dynamic nature of python, some warnings may be incorrect; however, spurious warnings should be fairly infrequent.
Also read this article at unixreview.com (Is Pychecker really a Favorite of Guido's ??)
EditText (last edited 2008-11-15 14:01:16 by localhost)