Debian Automated Code Analysis

pyflakes analysis of python-serial_2.5-2_all.deb

./usr/share/pyshared/serial/serialposix.py:16: 'from serialutil import *' used; unable to detect undefined names
./usr/share/pyshared/serial/serialposix.py:22: redefinition of unused 'TERMIOS' from line 20
./usr/share/pyshared/serial/serialposix.py:27: redefinition of unused 'FCNTL' from line 25
./usr/share/pyshared/serial/serialposix.py:58: local variable 'res' is assigned to but never used
./usr/share/pyshared/serial/serialposix.py:98: redefinition of function 'device' from line 36
./usr/share/pyshared/serial/serialposix.py:101: redefinition of function 'set_special_baudrate' from line 42
./usr/share/pyshared/serial/serialposix.py:108: redefinition of function 'device' from line 98
./usr/share/pyshared/serial/serialposix.py:111: redefinition of function 'set_special_baudrate' from line 101
./usr/share/pyshared/serial/serialposix.py:120: redefinition of function 'device' from line 108
./usr/share/pyshared/serial/serialposix.py:123: redefinition of function 'set_special_baudrate' from line 111
./usr/share/pyshared/serial/serialposix.py:133: redefinition of function 'set_special_baudrate' from line 123
./usr/share/pyshared/serial/serialposix.py:140: redefinition of function 'set_special_baudrate' from line 133
./usr/share/pyshared/serial/serialposix.py:143: redefinition of function 'device' from line 120
./usr/share/pyshared/serial/serialposix.py:151: redefinition of function 'device' from line 143
./usr/share/pyshared/serial/serialposix.py:154: redefinition of function 'set_special_baudrate' from line 140
./usr/share/pyshared/serial/serialposix.py:161: redefinition of function 'device' from line 151
./usr/share/pyshared/serial/serialposix.py:164: redefinition of function 'set_special_baudrate' from line 154
./usr/share/pyshared/serial/serialposix.py:171: redefinition of function 'device' from line 161
./usr/share/pyshared/serial/serialposix.py:174: redefinition of function 'set_special_baudrate' from line 164
./usr/share/pyshared/serial/serialposix.py:181: redefinition of function 'device' from line 171
./usr/share/pyshared/serial/serialposix.py:184: redefinition of function 'set_special_baudrate' from line 174
./usr/share/pyshared/serial/serialposix.py:191: redefinition of function 'device' from line 181
./usr/share/pyshared/serial/serialposix.py:194: redefinition of function 'set_special_baudrate' from line 184
./usr/share/pyshared/serial/serialposix.py:218: redefinition of function 'device' from line 191
./usr/share/pyshared/serial/serialposix.py:220: redefinition of function 'set_special_baudrate' from line 194
./usr/share/pyshared/serial/serialutil.py:10: undefined name 'bytes'
./usr/share/pyshared/serial/serialutil.py:11: undefined name 'bytearray'
./usr/share/pyshared/serial/serialcli.py:9: 'clr' imported but unused
./usr/share/pyshared/serial/serialcli.py:12: 'from serialutil import *' used; unable to detect undefined names
./usr/share/pyshared/serial/serialcli.py:161: local variable 'e' is assigned to but never used
./usr/share/pyshared/serial/serialcli.py:176: local variable 'e' is assigned to but never used
./usr/share/pyshared/serial/__init__.py:14: 'from serialcli import *' used; unable to detect undefined names
./usr/share/pyshared/serial/__init__.py:19: 'from serialwin32 import *' used; unable to detect undefined names
./usr/share/pyshared/serial/__init__.py:21: 'from serialposix import *' used; unable to detect undefined names
./usr/share/pyshared/serial/__init__.py:23: 'from serialjava import *' used; unable to detect undefined names
./usr/share/pyshared/serial/serialjava.py:10: 'from serialutil import *' used; unable to detect undefined names
./usr/share/pyshared/serial/rfc2217.py:62: 'from serialutil import *' used; unable to detect undefined names
./usr/share/pyshared/serial/serialwin32.py:14: 'from serialutil import *' used; unable to detect undefined names
./usr/share/pyshared/serial/loopback_connection.py:18: 'from serialutil import *' used; unable to detect undefined names
./usr/share/pyshared/serial/socket_connection.py:20: 'from serialutil import *' used; unable to detect undefined names
./usr/share/pyshared/serial/win32.py:1: 'from ctypes import *' used; unable to detect undefined names
./usr/share/doc/python-serial/examples/wxTerminal.py:266: local variable 'result' is assigned to but never used
./usr/share/doc/python-serial/examples/setup-miniterm-py2exe.py:5: 'os' imported but unused
./usr/share/doc/python-serial/examples/setup-miniterm-py2exe.py:5: 'glob' imported but unused
./usr/share/doc/python-serial/examples/setup-miniterm-py2exe.py:5: 'py2exe' imported but unused
./usr/share/doc/python-serial/examples/rfc2217_server.py:9: 'os' imported but unused
./usr/share/doc/python-serial/examples/setup-wxTerminal-py2exe.py:3: 'py2exe' imported but unused
./usr/share/doc/python-serial/examples/setup-rfc2217_server-py2exe.py:5: 'os' imported but unused
./usr/share/doc/python-serial/examples/setup-rfc2217_server-py2exe.py:5: 'glob' imported but unused
./usr/share/doc/python-serial/examples/setup-rfc2217_server-py2exe.py:5: 'py2exe' imported but unused
./usr/share/doc/python-serial/examples/scanlinux.py:10: 'serial' imported but unused
./usr/share/doc/python-serial/examples/scanwin32.py:205: local variable 'msg' is assigned to but never used
./usr/share/doc/python-serial/examples/miniterm.py:94: redefinition of unused 'sys' from line 11
./usr/share/doc/python-serial/examples/miniterm.py:229: local variable 'e' is assigned to but never used
./usr/share/doc/python-serial/examples/tcp_serial_redirect.py:9: 'os' imported but unused
./usr/share/doc/python-serial/examples/tcp_serial_redirect.py:10: 'time' imported but unused
./usr/share/doc/python-serial/examples/port_publisher.py:350: 'pwd' imported but unused
./usr/share/doc/python-serial/examples/port_publisher.py:468: undefined name 'EINTR'
./usr/lib/python2.6/dist-packages/serial/serialposix.py:16: 'from serialutil import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/serial/serialposix.py:22: redefinition of unused 'TERMIOS' from line 20
./usr/lib/python2.6/dist-packages/serial/serialposix.py:27: redefinition of unused 'FCNTL' from line 25
./usr/lib/python2.6/dist-packages/serial/serialposix.py:58: local variable 'res' is assigned to but never used
./usr/lib/python2.6/dist-packages/serial/serialposix.py:98: redefinition of function 'device' from line 36
./usr/lib/python2.6/dist-packages/serial/serialposix.py:101: redefinition of function 'set_special_baudrate' from line 42
./usr/lib/python2.6/dist-packages/serial/serialposix.py:108: redefinition of function 'device' from line 98
./usr/lib/python2.6/dist-packages/serial/serialposix.py:111: redefinition of function 'set_special_baudrate' from line 101
./usr/lib/python2.6/dist-packages/serial/serialposix.py:120: redefinition of function 'device' from line 108
./usr/lib/python2.6/dist-packages/serial/serialposix.py:123: redefinition of function 'set_special_baudrate' from line 111
./usr/lib/python2.6/dist-packages/serial/serialposix.py:133: redefinition of function 'set_special_baudrate' from line 123
./usr/lib/python2.6/dist-packages/serial/serialposix.py:140: redefinition of function 'set_special_baudrate' from line 133
./usr/lib/python2.6/dist-packages/serial/serialposix.py:143: redefinition of function 'device' from line 120
./usr/lib/python2.6/dist-packages/serial/serialposix.py:151: redefinition of function 'device' from line 143
./usr/lib/python2.6/dist-packages/serial/serialposix.py:154: redefinition of function 'set_special_baudrate' from line 140
./usr/lib/python2.6/dist-packages/serial/serialposix.py:161: redefinition of function 'device' from line 151
./usr/lib/python2.6/dist-packages/serial/serialposix.py:164: redefinition of function 'set_special_baudrate' from line 154
./usr/lib/python2.6/dist-packages/serial/serialposix.py:171: redefinition of function 'device' from line 161
./usr/lib/python2.6/dist-packages/serial/serialposix.py:174: redefinition of function 'set_special_baudrate' from line 164
./usr/lib/python2.6/dist-packages/serial/serialposix.py:181: redefinition of function 'device' from line 171
./usr/lib/python2.6/dist-packages/serial/serialposix.py:184: redefinition of function 'set_special_baudrate' from line 174
./usr/lib/python2.6/dist-packages/serial/serialposix.py:191: redefinition of function 'device' from line 181
./usr/lib/python2.6/dist-packages/serial/serialposix.py:194: redefinition of function 'set_special_baudrate' from line 184
./usr/lib/python2.6/dist-packages/serial/serialposix.py:218: redefinition of function 'device' from line 191
./usr/lib/python2.6/dist-packages/serial/serialposix.py:220: redefinition of function 'set_special_baudrate' from line 194
./usr/lib/python2.6/dist-packages/serial/serialutil.py:10: undefined name 'bytes'
./usr/lib/python2.6/dist-packages/serial/serialutil.py:11: undefined name 'bytearray'
./usr/lib/python2.6/dist-packages/serial/serialcli.py:9: 'clr' imported but unused
./usr/lib/python2.6/dist-packages/serial/serialcli.py:12: 'from serialutil import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/serial/serialcli.py:161: local variable 'e' is assigned to but never used
./usr/lib/python2.6/dist-packages/serial/serialcli.py:176: local variable 'e' is assigned to but never used
./usr/lib/python2.6/dist-packages/serial/__init__.py:14: 'from serialcli import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/serial/__init__.py:19: 'from serialwin32 import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/serial/__init__.py:21: 'from serialposix import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/serial/__init__.py:23: 'from serialjava import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/serial/serialjava.py:10: 'from serialutil import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/serial/rfc2217.py:62: 'from serialutil import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/serial/serialwin32.py:14: 'from serialutil import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/serial/loopback_connection.py:18: 'from serialutil import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/serial/socket_connection.py:20: 'from serialutil import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/serial/win32.py:1: 'from ctypes import *' used; unable to detect undefined names
./usr/lib/python2.5/site-packages/serial/serialposix.py:16: 'from serialutil import *' used; unable to detect undefined names
./usr/lib/python2.5/site-packages/serial/serialposix.py:22: redefinition of unused 'TERMIOS' from line 20
./usr/lib/python2.5/site-packages/serial/serialposix.py:27: redefinition of unused 'FCNTL' from line 25
./usr/lib/python2.5/site-packages/serial/serialposix.py:58: local variable 'res' is assigned to but never used
./usr/lib/python2.5/site-packages/serial/serialposix.py:98: redefinition of function 'device' from line 36
./usr/lib/python2.5/site-packages/serial/serialposix.py:101: redefinition of function 'set_special_baudrate' from line 42
./usr/lib/python2.5/site-packages/serial/serialposix.py:108: redefinition of function 'device' from line 98
./usr/lib/python2.5/site-packages/serial/serialposix.py:111: redefinition of function 'set_special_baudrate' from line 101
./usr/lib/python2.5/site-packages/serial/serialposix.py:120: redefinition of function 'device' from line 108
./usr/lib/python2.5/site-packages/serial/serialposix.py:123: redefinition of function 'set_special_baudrate' from line 111
./usr/lib/python2.5/site-packages/serial/serialposix.py:133: redefinition of function 'set_special_baudrate' from line 123
./usr/lib/python2.5/site-packages/serial/serialposix.py:140: redefinition of function 'set_special_baudrate' from line 133
./usr/lib/python2.5/site-packages/serial/serialposix.py:143: redefinition of function 'device' from line 120
./usr/lib/python2.5/site-packages/serial/serialposix.py:151: redefinition of function 'device' from line 143
./usr/lib/python2.5/site-packages/serial/serialposix.py:154: redefinition of function 'set_special_baudrate' from line 140
./usr/lib/python2.5/site-packages/serial/serialposix.py:161: redefinition of function 'device' from line 151
./usr/lib/python2.5/site-packages/serial/serialposix.py:164: redefinition of function 'set_special_baudrate' from line 154
./usr/lib/python2.5/site-packages/serial/serialposix.py:171: redefinition of function 'device' from line 161
./usr/lib/python2.5/site-packages/serial/serialposix.py:174: redefinition of function 'set_special_baudrate' from line 164
./usr/lib/python2.5/site-packages/serial/serialposix.py:181: redefinition of function 'device' from line 171
./usr/lib/python2.5/site-packages/serial/serialposix.py:184: redefinition of function 'set_special_baudrate' from line 174
./usr/lib/python2.5/site-packages/serial/serialposix.py:191: redefinition of function 'device' from line 181
./usr/lib/python2.5/site-packages/serial/serialposix.py:194: redefinition of function 'set_special_baudrate' from line 184
./usr/lib/python2.5/site-packages/serial/serialposix.py:218: redefinition of function 'device' from line 191
./usr/lib/python2.5/site-packages/serial/serialposix.py:220: redefinition of function 'set_special_baudrate' from line 194
./usr/lib/python2.5/site-packages/serial/serialutil.py:10: undefined name 'bytes'
./usr/lib/python2.5/site-packages/serial/serialutil.py:11: undefined name 'bytearray'
./usr/lib/python2.5/site-packages/serial/serialcli.py:9: 'clr' imported but unused
./usr/lib/python2.5/site-packages/serial/serialcli.py:12: 'from serialutil import *' used; unable to detect undefined names
./usr/lib/python2.5/site-packages/serial/serialcli.py:161: local variable 'e' is assigned to but never used
./usr/lib/python2.5/site-packages/serial/serialcli.py:176: local variable 'e' is assigned to but never used
./usr/lib/python2.5/site-packages/serial/__init__.py:14: 'from serialcli import *' used; unable to detect undefined names
./usr/lib/python2.5/site-packages/serial/__init__.py:19: 'from serialwin32 import *' used; unable to detect undefined names
./usr/lib/python2.5/site-packages/serial/__init__.py:21: 'from serialposix import *' used; unable to detect undefined names
./usr/lib/python2.5/site-packages/serial/__init__.py:23: 'from serialjava import *' used; unable to detect undefined names
./usr/lib/python2.5/site-packages/serial/serialjava.py:10: 'from serialutil import *' used; unable to detect undefined names
./usr/lib/python2.5/site-packages/serial/rfc2217.py:62: 'from serialutil import *' used; unable to detect undefined names
./usr/lib/python2.5/site-packages/serial/serialwin32.py:14: 'from serialutil import *' used; unable to detect undefined names
./usr/lib/python2.5/site-packages/serial/loopback_connection.py:18: 'from serialutil import *' used; unable to detect undefined names
./usr/lib/python2.5/site-packages/serial/socket_connection.py:20: 'from serialutil import *' used; unable to detect undefined names
./usr/lib/python2.5/site-packages/serial/win32.py:1: 'from ctypes import *' used; unable to detect undefined names
./usr/bin/miniterm.py:94: redefinition of unused 'sys' from line 11
./usr/bin/miniterm.py:229: local variable 'e' is assigned to but never used

This report was generated on Tue, 22 Mar 2011 06:33:44 +0000, based on results by pyflakes 0.4.0-1