63 @param noFixCodes list of codes not to be fixed as a comma |
63 @param noFixCodes list of codes not to be fixed as a comma |
64 separated string |
64 separated string |
65 @type str |
65 @type str |
66 @param maxLineLength maximum allowed line length |
66 @param maxLineLength maximum allowed line length |
67 @type int |
67 @type int |
68 @param blanklines tuple containg the number of blank lines before |
68 @param blankLines tuple containg the number of blank lines before |
69 a top level class or function and before a method or nested class |
69 a top level class or function and before a method or nested class |
70 or function |
70 or function |
71 @type tuple of (int, int) |
71 @type tuple of (int, int) |
72 @param inPlace flag indicating to modify the file in place |
72 @param inPlace flag indicating to modify the file in place |
73 @type bool |
73 @type bool |