File: test22

package info (click to toggle)
pychecker 0.8.17-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,856 kB
  • ctags: 1,896
  • sloc: python: 9,301; sh: 131; makefile: 44
file content (33 lines) | stat: -rw-r--r-- 2,164 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Processing test22...

Warnings...

test_input/test22.py:6: Format string argument count (4) doesn't match arguments (3)
test_input/test22.py:9: Local variable (eee) not used
test_input/test22.py:10: No local variable (ccc)
test_input/test22.py:10: No local variable (ddd)
test_input/test22.py:13: No local variable ()
test_input/test22.py:15: Invalid format string, problem starts near: '(b) '
test_input/test22.py:16: Invalid format string, problem starts near: '(b)'
test_input/test22.py:19: Format string argument count (2) doesn't match arguments (3)
test_input/test22.py:22: Format string argument count (3) doesn't match arguments (4)
test_input/test22.py:24: Invalid format string, problem starts near: 'z '
test_input/test22.py:25: Invalid format string, problem starts near: 'J '
test_input/test22.py:26: Too many *s in format flags
test_input/test22.py:28: Can't mix tuple/mapping (dictionary) formats in same format string
test_input/test22.py:29: Can't use * in formats when using a mapping (dictionary), near: '*d'
test_input/test22.py:31: Can't use * in formats when using a mapping (dictionary), near: '*.*f'
test_input/test22.py:34: Format string argument count (3) doesn't match arguments (2)
test_input/test22.py:40: Format string argument count (2) doesn't match arguments (1)
test_input/test22.py:42: Format string argument count (2) doesn't match arguments (3)
test_input/test22.py:46: Format string argument count (1) doesn't match arguments (3)
test_input/test22.py:51: Format string argument count (1) doesn't match arguments (2)
test_input/test22.py:65: Format string argument count (2) doesn't match arguments (3)
test_input/test22.py:66: Format string argument count (3) doesn't match arguments (4)
test_input/test22.py:67: Format string argument count (4) doesn't match arguments (2)
test_input/test22.py:70: Local variable (c) not used
test_input/test22.py:74: Local variable (a) not used
test_input/test22.py:74: Local variable (b) not used
test_input/test22.py:79: ... % 1 may be constant
test_input/test22.py:81: ... % 1 may be constant
test_input/test22.py:86: Invalid format string, problem starts near: '' (end of format string)