third_party.pylibs.pylint.src/test/input
2012-12-06 17:44:37 +00:00
..
__init__.py
func___name___access.py
func_3k_removed_stuff_py_30.py
func_all_undefined.py
func_all.py
func_arguments.py
func_assert_2uple.py
func_attrs_definition_order.py
func_backtick_deprecated_py_30.py
func_bad_assigment_to_exception_var.py
func_base_stmt_without_effect.py
func_base_useless_pass.py
func_block_disable_msg.py
func_break_or_return_in_try_finally.py
func_bug113231.py closes #113231. logging checker now looks at instances of Logger classes in addition to the base logging module. 2012-12-06 17:44:37 +00:00
func_class_access_protected_members.py
func_class_members.py
func_continue_not_in_loop.py
func_dangerous_default.py
func_defining-attr-methods_order.py
func_dict_keys.py
func_docstring.py
func_dotted_ancestor.py
func_e0001_py30.py
func_e0011.py
func_e0012.py
func_e12xx.py
func_e13xx.py
func_e0101.py
func_e0203.py
func_e0204.py
func_e0205.py
func_e0206.py
func_e0601.py
func_e0604.py
func_empty_module.py
func_exceptions_raise_type_error.py
func_excess_escapes.py
func_f0001.py
func_f0401.py
func_first_arg.py
func_fixme.py
func_format.py
func_genexpr_var_scope_py24.py
func_globals.py
func_i0010.py
func_i0011.py
func_i0012.py
func_i0013.py
func_i0014.py
func_i0020.py
func_import_syntax_error.py
func_indent.py
func_init_vars.py
func_interfaces.py
func_keyword_repeat.py
func_method_could_be_function.py
func_method_missing_self.py
func_method_without_self_but_self_assignment.py
func_module___dict__.py
func_more_e0604.py
func_nameerror_on_string_substitution.py
func_names_imported_from_module.py
func_newstyle___slots__.py
func_newstyle_exceptions.py
func_newstyle_property.py
func_newstyle_super.py
func_noerror___future___import.py
func_noerror___init___return_from_inner_function.py
func_noerror_9215_lambda_arg_as_decorator.py
func_noerror_access_attr_before_def_false_positive.py
func_noerror_all_no_inference.py
func_noerror_base_init_vars.py
func_noerror_builtin_module_test.py
func_noerror_class_attributes.py
func_noerror_class_decorators_py26.py
func_noerror_classes_meth_could_be_a_function.py
func_noerror_classes_meth_signature.py
func_noerror_classes_protected_member_access.py
func_noerror_decorator_scope.py
func_noerror_defined_and_used_on_same_line.py
func_noerror_e1101_9588_base_attr_aug_assign.py
func_noerror_e1101_13784.py
func_noerror_e1101_but_getattr.py
func_noerror_encoding.py
func_noerror_except_pass.py
func_noerror_exception.py
func_noerror_external_classmethod_crash.py
func_noerror_factory_method.py
func_noerror_function_as_method.py
func_noerror_genexp_in_class_scope.py
func_noerror_indirect_interface.py
func_noerror_inner_classes.py
func_noerror_lambda_use_before_assign.py
func_noerror_long_utf8_line.py
func_noerror_mcs_attr_access.py
func_noerror_nested_classes.py
func_noerror_new_style_class_py_30.py
func_noerror_no_warning_docstring.py
func_noerror_nonregr.py
func_noerror_object_as_class_attribute.py
func_noerror_overloaded_operator.py
func_noerror_overriden_method_varargs.py
func_noerror_property_affectation_py26.py
func_noerror_raise_return_self.py
func_noerror_socket_member.py
func_noerror_static_method.py
func_noerror_staticmethod_as_decorator_py24.py
func_noerror_super_protected.py
func_noerror_w0232.py
func_noerror_yield_assign_py25.py
func_noerror_yield_return_mix.py
func_nonregr___file___global.py
func_operators.py
func_r0901.py
func_r0902.py
func_r0903.py
func_r0904.py
func_r0921.py
func_r0922.py
func_r0923.py
func_reqattrs.py
func_return_outside_func.py
func_return_yield_mix.py
func_scope_regrtest.py
func_special_methods.py
func_syntax_error.py
func_too_many_locals_arguments.py
func_too_many_returns_yields.py
func_toolonglines.py
func_typecheck_callfunc_assigment.py
func_typecheck_getattr.py
func_typecheck_non_callable_call.py
func_undefined_var.py
func_unknown_encoding.py
func_unpack_exception_py27.py
func_unreachable.py
func_unused_overridden_argument.py
func_use_for_or_listcomp_var.py
func_variables_unused_name_from_wilcard_import.py
func_w0101.py
func_w0102.py
func_w0103.py
func_w0104.py
func_w0105.py
func_w0108.py
func_w0109.py
func_w0110.py
func_w0111.py
func_w0112.py
func_w0122_py_30.py
func_w0133.py
func_w0151.py
func_w0152.py
func_w0202.py
func_w0205.py
func_w0223.py
func_w0231.py
func_w0233.py
func_w0302.py
func_w0312.py
func_w0331_py_30.py
func_w0332_py_30.py
func_w0401.py
func_w0402.py
func_w0403.py
func_w0404.py
func_w0405.py
func_w0406.py
func_w0611.py
func_w0612.py
func_w0613.py
func_w0622.py
func_w0623.py
func_w0631.py
func_w0701_py_30.py
func_w0702.py
func_w0703.py
func_w0704.py
func_w0705.py
func_w0711.py
func_w0801.py
func_w1201.py
func_with_without_as_py25.py
func_yield_outside_func.py
ignore_except_pass_by_default.py
indirect1.py
indirect2.py
indirect3.py
noext
similar1
similar2
syntax_error.py
w0401_cycle.py
w0801_same.py