Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
5 lines
323 B
Text
5 lines
323 B
Text
pycount helps you with a simple analysis of Python code, categorizing it into
|
|
comments, doc strings, blank lines and real code. It creates simple lines
|
|
counts for individual or multiple files, but can also be used to strip
|
|
comments from a source file, say. See a sample output of pycount running on
|
|
itself in verbose mode.
|