README
setup.cfg
setup.py
./__init__.py
./__pkginfo__.py
./config.py
./epylint.py
./gui.py
./interfaces.py
./lint.py
./testutils.py
./utils.py
./checkers/__init__.py
./checkers/base.py
./checkers/classes.py
./checkers/design_analysis.py
./checkers/exceptions.py
./checkers/format.py
./checkers/imports.py
./checkers/logging.py
./checkers/misc.py
./checkers/newstyle.py
./checkers/raw_metrics.py
./checkers/similar.py
./checkers/string_format.py
./checkers/typecheck.py
./checkers/utils.py
./checkers/variables.py
./pyreverse/__init__.py
./pyreverse/diadefslib.py
./pyreverse/diagrams.py
./pyreverse/main.py
./pyreverse/utils.py
./pyreverse/writer.py
./reporters/__init__.py
./reporters/guireporter.py
./reporters/html.py
./reporters/text.py
./test/smoketest.py
./test/test_format.py
./test/test_func.py
./test/test_func_sample_config.py
./test/test_import_graph.py
./test/test_regr.py
./test/test_similar.py
./test/unittest_checkers_utils.py
./test/unittest_lint.py
./test/unittest_pyreverse_diadefs.py
./test/unittest_pyreverse_writer.py
./test/utils.py
./test/data/__init__.py
./test/data/clientmodule_test.py
./test/data/suppliermodule_test.py
./test/input/__init__.py
./test/input/func_3k_removed_stuff_py_30.py
./test/input/func___name___access.py
./test/input/func_arguments.py
./test/input/func_assert_2uple.py
./test/input/func_attrs_definition_order.py
./test/input/func_backtick_deprecated_py_30.py
./test/input/func_bad_assigment_to_exception_var.py
./test/input/func_base_stmt_without_effect.py
./test/input/func_base_useless_pass.py
./test/input/func_block_disable_msg.py
./test/input/func_break_or_return_in_try_finally.py
./test/input/func_class_access_protected_members.py
./test/input/func_class_members.py
./test/input/func_continue_not_in_loop.py
./test/input/func_dangerous_default.py
./test/input/func_defining-attr-methods_order.py
./test/input/func_dict_keys.py
./test/input/func_docstring.py
./test/input/func_dotted_ancestor.py
./test/input/func_e0001_py30.py
./test/input/func_e0011.py
./test/input/func_e0012.py
./test/input/func_e0101.py
./test/input/func_e0203.py
./test/input/func_e0204.py
./test/input/func_e0205.py
./test/input/func_e0206.py
./test/input/func_e0214.py
./test/input/func_e0601.py
./test/input/func_e12xx.py
./test/input/func_e13xx.py
./test/input/func_empty_module.py
./test/input/func_exceptions_raise_type_error.py
./test/input/func_f0001.py
./test/input/func_f0401.py
./test/input/func_fixme.py
./test/input/func_format.py
./test/input/func_genexpr_var_scope_py24.py
./test/input/func_globals.py
./test/input/func_i0010.py
./test/input/func_i0011.py
./test/input/func_i0012.py
./test/input/func_i0013.py
./test/input/func_import_syntax_error.py
./test/input/func_indent.py
./test/input/func_init_vars.py
./test/input/func_interfaces.py
./test/input/func_keyword_repeat.py
./test/input/func_method_could_be_function.py
./test/input/func_method_missing_self.py
./test/input/func_method_without_self_but_self_assignment.py
./test/input/func_module___dict__.py
./test/input/func_nameerror_on_string_substitution.py
./test/input/func_names_imported_from_module.py
./test/input/func_newstyle___slots__.py
./test/input/func_newstyle_exceptions.py
./test/input/func_newstyle_property.py
./test/input/func_newstyle_super.py
./test/input/func_noerror_9215_lambda_arg_as_decorator.py
./test/input/func_noerror___future___import.py
./test/input/func_noerror___init___return_from_inner_function.py
./test/input/func_noerror_access_attr_before_def_false_positive.py
./test/input/func_noerror_base_init_vars.py
./test/input/func_noerror_builtin_module_test.py
./test/input/func_noerror_class_attributes.py
./test/input/func_noerror_class_decorators_py26.py
./test/input/func_noerror_classes_meth_could_be_a_function.py
./test/input/func_noerror_classes_meth_signature.py
./test/input/func_noerror_classes_protected_member_access.py
./test/input/func_noerror_decorator_scope.py
./test/input/func_noerror_defined_and_used_on_same_line.py
./test/input/func_noerror_e1101_13784.py
./test/input/func_noerror_e1101_9588_base_attr_aug_assign.py
./test/input/func_noerror_e1101_but_getattr.py
./test/input/func_noerror_encoding.py
./test/input/func_noerror_except_pass.py
./test/input/func_noerror_exception.py
./test/input/func_noerror_external_classmethod_crash.py
./test/input/func_noerror_factory_method.py
./test/input/func_noerror_function_as_method.py
./test/input/func_noerror_genexp_in_class_scope.py
./test/input/func_noerror_indirect_interface.py
./test/input/func_noerror_inner_classes.py
./test/input/func_noerror_lambda_use_before_assign.py
./test/input/func_noerror_long_utf8_line.py
./test/input/func_noerror_mcs_attr_access.py
./test/input/func_noerror_nested_classes.py
./test/input/func_noerror_new_style_class_py_30.py
./test/input/func_noerror_no_warning_docstring.py
./test/input/func_noerror_nonregr.py
./test/input/func_noerror_object_as_class_attribute.py
./test/input/func_noerror_overloaded_operator.py
./test/input/func_noerror_overriden_method_varargs.py
./test/input/func_noerror_property_affectation_py26.py
./test/input/func_noerror_raise_return_self.py
./test/input/func_noerror_socket_member.py
./test/input/func_noerror_static_method.py
./test/input/func_noerror_staticmethod_as_decorator_py24.py
./test/input/func_noerror_w0232.py
./test/input/func_noerror_yield_assign_py25.py
./test/input/func_noerror_yield_return_mix.py
./test/input/func_nonregr___file___global.py
./test/input/func_operators.py
./test/input/func_r0901.py
./test/input/func_r0902.py
./test/input/func_r0903.py
./test/input/func_r0904.py
./test/input/func_r0921.py
./test/input/func_r0922.py
./test/input/func_r0923.py
./test/input/func_reqattrs.py
./test/input/func_return_outside_func.py
./test/input/func_return_yield_mix.py
./test/input/func_scope_regrtest.py
./test/input/func_syntax_error.py
./test/input/func_too_many_locals_arguments.py
./test/input/func_too_many_returns_yields.py
./test/input/func_toolonglines.py
./test/input/func_typecheck_callfunc_assigment.py
./test/input/func_typecheck_getattr.py
./test/input/func_typecheck_non_callable_call.py
./test/input/func_undefined_var.py
./test/input/func_unknown_encoding.py
./test/input/func_unpack_exception_py27.py
./test/input/func_unreachable.py
./test/input/func_unused_overridden_argument.py
./test/input/func_use_for_or_listcomp_var.py
./test/input/func_variables_unused_name_from_wilcard_import.py
./test/input/func_w0101.py
./test/input/func_w0102.py
./test/input/func_w0103.py
./test/input/func_w0104.py
./test/input/func_w0105.py
./test/input/func_w0108.py
./test/input/func_w0109.py
./test/input/func_w0110.py
./test/input/func_w0111.py
./test/input/func_w0112.py
./test/input/func_w0122_py_30.py
./test/input/func_w0133.py
./test/input/func_w0151.py
./test/input/func_w0152.py
./test/input/func_w0202.py
./test/input/func_w0205.py
./test/input/func_w0223.py
./test/input/func_w0231.py
./test/input/func_w0233.py
./test/input/func_w0302.py
./test/input/func_w0312.py
./test/input/func_w0331_py_30.py
./test/input/func_w0332_py_30.py
./test/input/func_w0401.py
./test/input/func_w0402.py
./test/input/func_w0403.py
./test/input/func_w0404.py
./test/input/func_w0405.py
./test/input/func_w0406.py
./test/input/func_w0611.py
./test/input/func_w0612.py
./test/input/func_w0613.py
./test/input/func_w0622.py
./test/input/func_w0623.py
./test/input/func_w0631.py
./test/input/func_w0701_py_30.py
./test/input/func_w0702.py
./test/input/func_w0703.py
./test/input/func_w0704.py
./test/input/func_w0705.py
./test/input/func_w0801.py
./test/input/func_w1201.py
./test/input/func_with_without_as_py25.py
./test/input/func_yield_outside_func.py
./test/input/ignore_except_pass_by_default.py
./test/input/indirect1.py
./test/input/indirect2.py
./test/input/indirect3.py
./test/input/syntax_error.py
./test/input/w0401_cycle.py
./test/input/w0801_same.py
bin/epylint
bin/pylint
bin/pylint-gui
bin/pyreverse
bin/symilar
pylint.egg-info/PKG-INFO
pylint.egg-info/SOURCES.txt
pylint.egg-info/dependency_links.txt
pylint.egg-info/requires.txt
pylint.egg-info/top_level.txt
test/test_format.py
test/test_func.py
test/test_func_sample_config.py
test/test_import_graph.py
test/test_regr.py
test/test_similar.py