Lines Matching refs:XX
62 # E1101: Instance of 'XX' has no 'YY' member
63 # E1103: Instance of 'XX' has no 'XX' member (but some types could not be inferred)
64 # E0602: Undefined variable 'XX'
65 # F0401: Unable to import 'XX'
72 # W0201: Attribute 'XX' defined outside __init__
73 # W0212: Access to a protected member XX of a client class
75 # W0223: Method 'XX' is abstract in class 'YY' but is not overridden
76 # W0231: __init__ method from base class 'XX' is not called
79 # W0401: Wildcard import XX
81 # W0403: Relative import 'XX', should be 'YY.XX'
82 # W0404: Reimport 'XX' (imported line NN)
83 # W0601: Global variable 'XX' undefined at the module level
84 # W0602: Using global for 'XX' but no assignment is done
86 # W0612: Unused variable 'XX'
87 # W0613: Unused argument 'XX'
88 # W0614: Unused import XX from wildcard import
89 # W0621: Redefining name 'XX' from outer scope (line NN)
91 # W0631: Using possibly undefined loop variable 'XX'