8203:dbcdb07cb600 | 8204:fd477cded1c1 |
---|---|
32 | 32 |
33 ## Annotation Complexity | 33 ## Annotation Complexity |
34 "A891", | 34 "A891", |
35 ] | 35 ] |
36 | 36 |
37 def __init__(self, source, filename, tree, select, ignore, expected, repeat, | 37 def __init__(self, source, filename, tree, select, ignore, expected, |
38 args): | 38 repeat, args): |
39 """ | 39 """ |
40 Constructor | 40 Constructor |
41 | 41 |
42 @param source source code to be checked | 42 @param source source code to be checked |
43 @type list of str | 43 @type list of str |