File: test1

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 (34 lines) | stat: -rw-r--r-- 1,778 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
34
Processing test1...
test_input/test1.py:67: SyntaxWarning: local name 'b' in 'test_kw_lambda' shadows use of 'b' as global in nested scope 'lambda'
  def test_kw_lambda(a, b, c):

Warnings...

test_input/test1.py:1: No module doc string
test_input/test1.py:2: Imported module (imp) not used
test_input/test1.py:3: Imported module (re) not used
test_input/test1.py:5: Variable (_NOT_USED1) not used
test_input/test1.py:10: Local variable (m) not used
test_input/test1.py:10: No global (unknownList) found
test_input/test1.py:13: self is argument in function
test_input/test1.py:21: Invalid arguments to (jjj2), got 0, expected between 1 and 3
test_input/test1.py:25: Invalid arguments to (jjj2), got 4, expected between 1 and 3
test_input/test1.py:28: Invalid arguments to (ddd), got 0, expected at least 1
test_input/test1.py:34: No doc string for class X
test_input/test1.py:34: No doc string for class Y
test_input/test1.py:35: No global (sys) found
test_input/test1.py:36: No class attribute (__x__) found
test_input/test1.py:36: No class attribute (x) found
test_input/test1.py:39: self is not first method argument
test_input/test1.py:40: No global (nofunc) found
test_input/test1.py:41: Local variable (i) not used
test_input/test1.py:41: No class attribute (a) found
test_input/test1.py:41: No global (self) found
test_input/test1.py:42: Function (jjj) doesn't support **kwArgs
test_input/test1.py:42: Invalid arguments to (jjj), got 3, expected 1
test_input/test1.py:46: Local variable (asdf) not used
test_input/test1.py:48: Local variable (j) not used
test_input/test1.py:48: No global (jjjj) found
test_input/test1.py:50: No class attribute (z) found
test_input/test1.py:54: Invalid arguments to (xxx), got 2, expected 1
test_input/test1.py:70: (str) shadows builtin