30 "Local variable {0!r} (defined in enclosing scope on line {1!r})" |
30 "Local variable {0!r} (defined in enclosing scope on line {1!r})" |
31 " referenced before assignment.", |
31 " referenced before assignment.", |
32 ), |
32 ), |
33 "F07B": QCoreApplication.translate( |
33 "F07B": QCoreApplication.translate( |
34 "pyFlakes", |
34 "pyFlakes", |
35 "Local variable {0!r} (defined as a builtin)" " referenced before assignment.", |
35 "Local variable {0!r} (defined as a builtin) referenced before assignment.", |
36 ), |
36 ), |
37 "F08": QCoreApplication.translate( |
37 "F08": QCoreApplication.translate( |
38 "pyFlakes", "Duplicate argument {0!r} in function definition." |
38 "pyFlakes", "Duplicate argument {0!r} in function definition." |
39 ), |
39 ), |
40 "F09": QCoreApplication.translate( |
40 "F09": QCoreApplication.translate( |