实例介绍
比官网下载快,很好用的资源,直接解压到eclispe安装目录下就能用,但是自己弄清楚兼容版本
【实例截图】
【核心代码】
PyDev5.2.0
├── features
│ ├── org.python.pydev.feature_5.2.0.201608171824
│ │ ├── feature.xml
│ │ ├── LICENSE.txt
│ │ └── META-INF
│ │ ├── MANIFEST.MF
│ │ ├── PYDEV.DSA
│ │ └── PYDEV.SF
│ ├── org.python.pydev.feature.source_5.2.0.201608171824
│ │ ├── feature.properties
│ │ ├── feature.xml
│ │ └── META-INF
│ │ ├── MANIFEST.MF
│ │ └── maven
│ │ └── org.python.pydev
│ │ └── org.python.pydev.feature
│ │ ├── pom.properties
│ │ └── pom.xml
│ └── org.python.pydev.mylyn.feature_0.6.0
│ ├── feature.xml
│ └── META-INF
│ ├── MANIFEST.MF
│ ├── PYDEV.DSA
│ └── PYDEV.SF
└── plugins
├── com.python.pydev_5.2.0.201608171824
│ ├── icons
│ │ ├── class_hi.gif
│ │ ├── python_16x16.png
│ │ ├── python_file.gif
│ │ └── searchm_obj.gif
│ ├── LICENSE.TXT
│ ├── META-INF
│ │ ├── MANIFEST.MF
│ │ ├── maven
│ │ │ └── org.python.pydev
│ │ │ └── com.python.pydev
│ │ │ ├── pom.properties
│ │ │ └── pom.xml
│ │ ├── PYDEV.DSA
│ │ └── PYDEV.SF
│ ├── plugin.xml
│ └── pydev.jar
├── com.python.pydev.analysis_5.2.0.201608171824
│ ├── analysis.jar
│ ├── icons
│ │ ├── opentype.gif
│ │ └── python_file.gif
│ ├── LICENSE.TXT
│ ├── META-INF
│ │ ├── MANIFEST.MF
│ │ ├── maven
│ │ │ └── org.python.pydev
│ │ │ └── com.python.pydev.analysis
│ │ │ ├── pom.properties
│ │ │ └── pom.xml
│ │ ├── PYDEV.DSA
│ │ └── PYDEV.SF
│ └── plugin.xml
├── com.python.pydev.analysis.source_5.2.0.201608171824.jar
├── com.python.pydev.codecompletion_5.2.0.201608171824
│ ├── codecompletion.jar
│ ├── LICENSE.TXT
│ ├── META-INF
│ │ ├── MANIFEST.MF
│ │ ├── maven
│ │ │ └── org.python.pydev
│ │ │ └── com.python.pydev.codecompletion
│ │ │ ├── pom.properties
│ │ │ └── pom.xml
│ │ ├── PYDEV.DSA
│ │ └── PYDEV.SF
│ └── plugin.xml
├── com.python.pydev.codecompletion.source_5.2.0.201608171824.jar
├── com.python.pydev.debug_5.2.0.201608171824
│ ├── debug.jar
│ ├── icons
│ │ ├── attach_to_process.png
│ │ ├── python.gif
│ │ ├── start_debug_server.gif
│ │ └── term_debug_server.gif
│ ├── LICENSE.TXT
│ ├── META-INF
│ │ ├── MANIFEST.MF
│ │ ├── maven
│ │ │ └── org.python.pydev
│ │ │ └── com.python.pydev.debug
│ │ │ ├── pom.properties
│ │ │ └── pom.xml
│ │ ├── PYDEV.DSA
│ │ └── PYDEV.SF
│ └── plugin.xml
├── com.python.pydev.debug.source_5.2.0.201608171824.jar
├── com.python.pydev.fastparser_5.2.0.201608171824
│ ├── fastparser.jar
│ ├── LICENSE.TXT
│ └── META-INF
│ ├── MANIFEST.MF
│ ├── maven
│ │ └── org.python.pydev
│ │ └── com.python.pydev.fastparser
│ │ ├── pom.properties
│ │ └── pom.xml
│ ├── PYDEV.DSA
│ └── PYDEV.SF
├── com.python.pydev.fastparser.source_5.2.0.201608171824.jar
├── com.python.pydev.refactoring_5.2.0.201608171824
│ ├── LICENSE.TXT
│ ├── META-INF
│ │ ├── MANIFEST.MF
│ │ ├── maven
│ │ │ └── org.python.pydev
│ │ │ └── com.python.pydev.refactoring
│ │ │ ├── pom.properties
│ │ │ └── pom.xml
│ │ ├── PYDEV.DSA
│ │ └── PYDEV.SF
│ ├── plugin.properties
│ ├── plugin.xml
│ └── refactoring.jar
├── com.python.pydev.refactoring.source_5.2.0.201608171824.jar
├── com.python.pydev.source_5.2.0.201608171824.jar
├── org.python.pydev_5.2.0.201608171824
│ ├── about.ini
│ ├── about.mappings
│ ├── css
│ │ └── dark
│ │ └── e4-pydev-dark_preferencestyle.css
│ ├── icons
│ │ ├── add_correction.gif
│ │ ├── alphab_sort_co.gif
│ │ ├── annotation_obj.gif
│ │ ├── backward_nav.gif
│ │ ├── build_var_obj.gif
│ │ ├── builtin_obj.gif
│ │ ├── close.gif
│ │ ├── collapseall.gif
│ │ ├── copy.gif
│ │ ├── correction_move.gif
│ │ ├── cpyqual_menu.gif
│ │ ├── custom_init.png
│ │ ├── custom_python_file.png
│ │ ├── cython_file.png
│ │ ├── cython.png
│ │ ├── decoration_class_obj.png
│ │ ├── decoration_static_obj.png
│ │ ├── environment_obj.gif
│ │ ├── error_decoration.gif
│ │ ├── error_small.gif
│ │ ├── expand.gif
│ │ ├── failures.gif
│ │ ├── field_private_obj.gif
│ │ ├── field_protected_obj.gif
│ │ ├── field_public_obj.gif
│ │ ├── fields_co.gif
│ │ ├── file.gif
│ │ ├── filter.gif
│ │ ├── folder.gif
│ │ ├── forward_nav.gif
│ │ ├── gotten_from.txt
│ │ ├── history_list.gif
│ │ ├── home_nav.gif
│ │ ├── jar_desc_obj.gif
│ │ ├── jar_l_obj.gif
│ │ ├── jar_lsrc_obj.gif
│ │ ├── jar_nonexist_obj.gif
│ │ ├── jar_obj.gif
│ │ ├── jar_src_obj.gif
│ │ ├── jython_run.png
│ │ ├── library_obj.gif
│ │ ├── magic_co.gif
│ │ ├── mainfunction.gif
│ │ ├── new
│ │ │ ├── attrpub_obj.gif
│ │ │ ├── class_obj.gif
│ │ │ ├── create_attrpub_obj.png
│ │ │ ├── create_class_obj.png
│ │ │ ├── create_method_obj.png
│ │ │ ├── create_python_module.png
│ │ │ ├── imp_dec.gif
│ │ │ ├── __imp_obj.gif
│ │ │ ├── imp_obj.gif
│ │ │ ├── imp_obj.png
│ │ │ ├── imp_rel_obj.gif
│ │ │ ├── method_obj.gif
│ │ │ └── old_imp_rel_obj.gif
│ │ ├── old
│ │ │ ├── attr_obj_imp.gif
│ │ │ ├── attrpub_obj.gif
│ │ │ ├── class_obj.gif
│ │ │ ├── class_obj_imp.gif
│ │ │ ├── imp_obj.gif
│ │ │ ├── imp_rel_obj.gif
│ │ │ ├── method_obj.gif
│ │ │ └── method_obj_imp.gif
│ │ ├── packagefolder_obj.gif
│ │ ├── packagefolder_obj_remove.gif
│ │ ├── package_obj.gif
│ │ ├── parameters_obj.gif
│ │ ├── private_obj.gif
│ │ ├── project_source_folder.gif
│ │ ├── protected_obj.gif
│ │ ├── pydev_package_explorer.gif
│ │ ├── pylint.png
│ │ ├── python_16x16.png
│ │ ├── python_comment_black.png
│ │ ├── python_comment.png
│ │ ├── python_coverage.png
│ │ ├── python_file.gif
│ │ ├── python_logo.png
│ │ ├── python_module.png
│ │ ├── pythonNature.gif
│ │ ├── python_nature.png
│ │ ├── python_perspective.png
│ │ ├── python_refactor.png
│ │ ├── python_run.png
│ │ ├── python_unit.png
│ │ ├── refresh_nav.gif
│ │ ├── relaunch1.png
│ │ ├── relaunch_background_disabled.png
│ │ ├── relaunch_background_enabled.png
│ │ ├── relaunch_errors.png
│ │ ├── relaunch.png
│ │ ├── remove.gif
│ │ ├── remove_nature.png
│ │ ├── sample.gif
│ │ ├── save.gif
│ │ ├── search_docs.gif
│ │ ├── search.gif
│ │ ├── showerr_tsk.gif
│ │ ├── static_co.gif
│ │ ├── sync_ed.gif
│ │ ├── tabs_active.png
│ │ ├── tabs_inactive.png
│ │ ├── template.gif
│ │ ├── terminate_all.gif
│ │ ├── terminate.gif
│ │ ├── toggle_tabs.png
│ │ ├── warning_decoration.gif
│ │ └── warning.png
│ ├── libs
│ │ └── WinRegistry-4.5.jar
│ ├── LICENSE.txt
│ ├── META-INF
│ │ ├── MANIFEST.MF
│ │ ├── maven
│ │ │ └── org.python.pydev
│ │ │ └── org.python.pydev
│ │ │ ├── pom.properties
│ │ │ └── pom.xml
│ │ ├── PYDEV.DSA
│ │ └── PYDEV.SF
│ ├── plugin.properties
│ ├── plugin.xml
│ ├── pydev.jar
│ ├── pydev.png
│ ├── pysrc
│ │ ├── appveyor.yml
│ │ ├── build.cmd
│ │ ├── build_tools
│ │ │ ├── build_binaries_windows.py
│ │ │ ├── build.py
│ │ │ ├── generate_code.py
│ │ │ ├── names_to_rename.py
│ │ │ └── rename_pep8.py
│ │ ├── interpreterInfo.py
│ │ ├── LICENSE
│ │ ├── MANIFEST.in
│ │ ├── pycompletionserver.py
│ │ ├── pydev_app_engine_debug_startup.py
│ │ ├── _pydev_bundle
│ │ │ ├── fix_getpass.py
│ │ │ ├── __init__.py
│ │ │ ├── _pydev_completer.py
│ │ │ ├── pydev_console_utils.py
│ │ │ ├── _pydev_filesystem_encoding.py
│ │ │ ├── _pydev_getopt.py
│ │ │ ├── pydev_import_hook.py
│ │ │ ├── pydev_imports.py
│ │ │ ├── _pydev_imports_tipper.py
│ │ │ ├── pydev_ipython_console_011.py
│ │ │ ├── pydev_ipython_console.py
│ │ │ ├── pydev_is_thread_alive.py
│ │ │ ├── _pydev_jy_imports_tipper.py
│ │ │ ├── pydev_localhost.py
│ │ │ ├── _pydev_log.py
│ │ │ ├── pydev_log.py
│ │ │ ├── pydev_monkey.py
│ │ │ ├── pydev_monkey_qt.py
│ │ │ ├── pydev_override.py
│ │ │ ├── _pydev_tipper_common.py
│ │ │ ├── pydev_umd.py
│ │ │ └── pydev_versioncheck.py
│ │ ├── pydevconsole.py
│ │ ├── pydev_coverage.py
│ │ ├── pydevd_attach_to_process
│ │ │ ├── add_code_to_python_process.py
│ │ │ ├── _always_live_program.py
│ │ │ ├── attach_amd64.dll
│ │ │ ├── attach_linux_amd64.so
│ │ │ ├── attach_linux_x86.so
│ │ │ ├── attach_pydevd.py
│ │ │ ├── attach_script.py
│ │ │ ├── attach_x86_64.dylib
│ │ │ ├── attach_x86.dll
│ │ │ ├── attach_x86.dylib
│ │ │ ├── _check.py
│ │ │ ├── dll
│ │ │ │ ├── attach.cpp
│ │ │ │ ├── attach.h
│ │ │ │ ├── compile_dll.bat
│ │ │ │ ├── python.h
│ │ │ │ ├── stdafx.cpp
│ │ │ │ ├── stdafx.h
│ │ │ │ └── targetver.h
│ │ │ ├── linux
│ │ │ │ ├── attach_linux.c
│ │ │ │ ├── compile_mac.sh
│ │ │ │ ├── compile_so.sh
│ │ │ │ ├── gdb_threads_settrace.py
│ │ │ │ ├── lldb_prepare.py
│ │ │ │ ├── lldb_threads_settrace.py
│ │ │ │ ├── Makefile
│ │ │ │ └── python.h
│ │ │ ├── README.txt
│ │ │ ├── _test_attach_to_process_linux.py
│ │ │ ├── _test_attach_to_process.py
│ │ │ └── winappdbg
│ │ │ ├── breakpoint.py
│ │ │ ├── compat.py
│ │ │ ├── crash.py
│ │ │ ├── debug.py
│ │ │ ├── disasm.py
│ │ │ ├── event.py
│ │ │ ├── __init__.py
│ │ │ ├── interactive.py
│ │ │ ├── module.py
│ │ │ ├── plugins
│ │ │ │ ├── do_example.py
│ │ │ │ ├── do_exchain.py
│ │ │ │ ├── do_exploitable.py
│ │ │ │ ├── do_symfix.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── README
│ │ │ ├── process.py
│ │ │ ├── registry.py
│ │ │ ├── search.py
│ │ │ ├── sql.py
│ │ │ ├── system.py
│ │ │ ├── textio.py
│ │ │ ├── thread.py
│ │ │ ├── util.py
│ │ │ ├── win32
│ │ │ │ ├── advapi32.py
│ │ │ │ ├── context_amd64.py
│ │ │ │ ├── context_i386.py
│ │ │ │ ├── dbghelp.py
│ │ │ │ ├── defines.py
│ │ │ │ ├── gdi32.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── kernel32.py
│ │ │ │ ├── ntdll.py
│ │ │ │ ├── peb_teb.py
│ │ │ │ ├── psapi.py
│ │ │ │ ├── shell32.py
│ │ │ │ ├── shlwapi.py
│ │ │ │ ├── user32.py
│ │ │ │ ├── version.py
│ │ │ │ └── wtsapi32.py
│ │ │ └── window.py
│ │ ├── _pydevd_bundle
│ │ │ ├── __init__.py
│ │ │ ├── pydevconsole_code_for_ironpython.py
│ │ │ ├── pydevd_additional_thread_info.py
│ │ │ ├── pydevd_additional_thread_info_regular.py
│ │ │ ├── pydevd_breakpoints.py
│ │ │ ├── pydevd_comm.py
│ │ │ ├── pydevd_console.py
│ │ │ ├── pydevd_constants.py
│ │ │ ├── pydevd_custom_frames.py
│ │ │ ├── pydevd_cython.c
│ │ │ ├── pydevd_cython.pyx
│ │ │ ├── pydevd_cython_win32_27_32.pyd
│ │ │ ├── pydevd_cython_win32_27_64.pyd
│ │ │ ├── pydevd_cython_win32_34_32.pyd
│ │ │ ├── pydevd_cython_win32_34_64.pyd
│ │ │ ├── pydevd_cython_win32_35_32.cp35-win32.pyd
│ │ │ ├── pydevd_cython_win32_35_64.cp35-win_amd64.pyd
│ │ │ ├── pydevd_cython_wrapper.py
│ │ │ ├── pydevd_dont_trace_files.py
│ │ │ ├── pydevd_dont_trace.py
│ │ │ ├── pydevd_exec2.py
│ │ │ ├── pydevd_exec.py
│ │ │ ├── pydevd_frame.py
│ │ │ ├── pydevd_frame_utils.py
│ │ │ ├── pydevd_import_class.py
│ │ │ ├── pydevd_io.py
│ │ │ ├── pydevd_kill_all_pydevd_threads.py
│ │ │ ├── pydevd_plugin_utils.py
│ │ │ ├── pydevd_process_net_command.py
│ │ │ ├── pydevd_referrers.py
│ │ │ ├── pydevd_reload.py
│ │ │ ├── pydevd_resolver.py
│ │ │ ├── pydevd_save_locals.py
│ │ │ ├── pydevd_signature.py
│ │ │ ├── pydevd_stackless.py
│ │ │ ├── pydevd_trace_api.py
│ │ │ ├── pydevd_trace_dispatch.py
│ │ │ ├── pydevd_trace_dispatch_regular.py
│ │ │ ├── pydevd_traceproperty.py
│ │ │ ├── pydevd_utils.py
│ │ │ ├── pydevd_vars.py
│ │ │ ├── pydevd_vm_type.py
│ │ │ └── pydevd_xml.py
│ │ ├── pydevd_concurrency_analyser
│ │ │ ├── __init__.py
│ │ │ ├── pydevd_concurrency_logger.py
│ │ │ └── pydevd_thread_wrappers.py
│ │ ├── pydevd_file_utils.py
│ │ ├── pydevd_plugins
│ │ │ ├── django_debug.py
│ │ │ ├── __init__.py
│ │ │ └── jinja2_debug.py
│ │ ├── pydevd.py
│ │ ├── pydevd_tracing.py
│ │ ├── _pydev_imps
│ │ │ ├── __init__.py
│ │ │ ├── _pydev_BaseHTTPServer.py
│ │ │ ├── _pydev_execfile.py
│ │ │ ├── _pydev_inspect.py
│ │ │ ├── _pydev_pkgutil_old.py
│ │ │ ├── _pydev_saved_modules.py
│ │ │ ├── _pydev_SimpleXMLRPCServer.py
│ │ │ ├── _pydev_SocketServer.py
│ │ │ ├── _pydev_sys_patch.py
│ │ │ ├── _pydev_uuid_old.py
│ │ │ └── _pydev_xmlrpclib.py
│ │ ├── pydev_ipython
│ │ │ ├── __init__.py
│ │ │ ├── inputhookglut.py
│ │ │ ├── inputhookgtk3.py
│ │ │ ├── inputhookgtk.py
│ │ │ ├── inputhook.py
│ │ │ ├── inputhookpyglet.py
│ │ │ ├── inputhookqt4.py
│ │ │ ├── inputhooktk.py
│ │ │ ├── inputhookwx.py
│ │ │ ├── matplotlibtools.py
│ │ │ ├── qt_for_kernel.py
│ │ │ ├── qt_loaders.py
│ │ │ ├── qt.py
│ │ │ ├── README
│ │ │ └── version.py
│ │ ├── pydev_pysrc.py
│ │ ├── _pydev_runfiles
│ │ │ ├── __init__.py
│ │ │ ├── pydev_runfiles_coverage.py
│ │ │ ├── pydev_runfiles_nose.py
│ │ │ ├── pydev_runfiles_parallel_client.py
│ │ │ ├── pydev_runfiles_parallel.py
│ │ │ ├── pydev_runfiles.py
│ │ │ ├── pydev_runfiles_pytest2.py
│ │ │ ├── pydev_runfiles_unittest.py
│ │ │ └── pydev_runfiles_xml_rpc.py
│ │ ├── pydev_run_in_console.py
│ │ ├── pydev_sitecustomize
│ │ │ ├── __not_in_default_pythonpath.txt
│ │ │ └── sitecustomize.py
│ │ ├── README.rst
│ │ ├── runfiles.py
│ │ ├── setup_cython.py
│ │ ├── setup.py
│ │ ├── stubs
│ │ │ ├── _django_manager_body.py
│ │ │ ├── _get_tips.py
│ │ │ └── pycompletion.py
│ │ └── third_party
│ │ ├── pep8
│ │ │ ├── autopep8.py
│ │ │ ├── lib2to3
│ │ │ │ └── lib2to3
│ │ │ │ ├── btm_matcher.py
│ │ │ │ ├── btm_utils.py
│ │ │ │ ├── fixer_base.py
│ │ │ │ ├── fixer_util.py
│ │ │ │ ├── fixes
│ │ │ │ │ ├── fix_apply.py
│ │ │ │ │ ├── fix_basestring.py
│ │ │ │ │ ├── fix_buffer.py
│ │ │ │ │ ├── fix_callable.py
│ │ │ │ │ ├── fix_dict.py
│ │ │ │ │ ├── fix_except.py
│ │ │ │ │ ├── fix_execfile.py
│ │ │ │ │ ├── fix_exec.py
│ │ │ │ │ ├── fix_exitfunc.py
│ │ │ │ │ ├── fix_filter.py
│ │ │ │ │ ├── fix_funcattrs.py
│ │ │ │ │ ├── fix_future.py
│ │ │ │ │ ├── fix_getcwdu.py
│ │ │ │ │ ├── fix_has_key.py
│ │ │ │ │ ├── fix_idioms.py
│ │ │ │ │ ├── fix_import.py
│ │ │ │ │ ├── fix_imports2.py
│ │ │ │ │ ├── fix_imports.py
│ │ │ │ │ ├── fix_input.py
│ │ │ │ │ ├── fix_intern.py
│ │ │ │ │ ├── fix_isinstance.py
│ │ │ │ │ ├── fix_itertools_imports.py
│ │ │ │ │ ├── fix_itertools.py
│ │ │ │ │ ├── fix_long.py
│ │ │ │ │ ├── fix_map.py
│ │ │ │ │ ├── fix_metaclass.py
│ │ │ │ │ ├── fix_methodattrs.py
│ │ │ │ │ ├── fix_ne.py
│ │ │ │ │ ├── fix_next.py
│ │ │ │ │ ├── fix_nonzero.py
│ │ │ │ │ ├── fix_numliterals.py
│ │ │ │ │ ├── fix_operator.py
│ │ │ │ │ ├── fix_paren.py
│ │ │ │ │ ├── fix_print.py
│ │ │ │ │ ├── fix_raise.py
│ │ │ │ │ ├── fix_raw_input.py
│ │ │ │ │ ├── fix_reduce.py
│ │ │ │ │ ├── fix_renames.py
│ │ │ │ │ ├── fix_repr.py
│ │ │ │ │ ├── fix_set_literal.py
│ │ │ │ │ ├── fix_standarderror.py
│ │ │ │ │ ├── fix_sys_exc.py
│ │ │ │ │ ├── fix_throw.py
│ │ │ │ │ ├── fix_tuple_params.py
│ │ │ │ │ ├── fix_types.py
│ │ │ │ │ ├── fix_unicode.py
│ │ │ │ │ ├── fix_urllib.py
│ │ │ │ │ ├── fix_ws_comma.py
│ │ │ │ │ ├── fix_xrange.py
│ │ │ │ │ ├── fix_xreadlines.py
│ │ │ │ │ ├── fix_zip.py
│ │ │ │ │ └── __init__.py
│ │ │ │ ├── Grammar.txt
│ │ │ │ ├── __init__.py
│ │ │ │ ├── __main__.py
│ │ │ │ ├── main.py
│ │ │ │ ├── patcomp.py
│ │ │ │ ├── PatternGrammar.txt
│ │ │ │ ├── pgen2
│ │ │ │ │ ├── conv.py
│ │ │ │ │ ├── driver.py
│ │ │ │ │ ├── grammar.py
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── literals.py
│ │ │ │ │ ├── parse.py
│ │ │ │ │ ├── pgen.py
│ │ │ │ │ ├── tokenize.py
│ │ │ │ │ └── token.py
│ │ │ │ ├── pygram.py
│ │ │ │ ├── pytree.py
│ │ │ │ └── refactor.py
│ │ │ └── pep8.py
│ │ └── wrapped_for_pydev
│ │ ├── ctypes
│ │ │ ├── _ctypes.dll
│ │ │ ├── ctypes-README.txt
│ │ │ ├── _endian.py
│ │ │ ├── __init__.py
│ │ │ ├── macholib
│ │ │ │ ├── dyld.py
│ │ │ │ ├── dylib.py
│ │ │ │ ├── framework.py
│ │ │ │ └── __init__.py
│ │ │ ├── util.py
│ │ │ └── wintypes.py
│ │ └── not_in_default_pythonpath.txt
│ └── schema
│ ├── pydev_builder.exsd
│ ├── pydev_combiningHover.exsd
│ ├── pydev_completion.exsd
│ ├── pydev_ctrl_1.exsd
│ ├── pydev_debug_preferences_page.exsd
│ ├── pydev_formatter.exsd
│ ├── pydev_globals_browser.exsd
│ ├── pydev_hover2.exsd
│ ├── pydev_interpreter_info_builder.exsd
│ ├── pydev_interpreter_new_custom_entries.exsd
│ ├── pydev_interpreter_observer.exsd
│ ├── pydev_interpreter_provider.exsd
│ ├── pydev_manager_observer.exsd
│ ├── pydev_modules_observer.exsd
│ ├── pydev_organize_imports.exsd
│ ├── pydev_preferences_provider.exsd
│ ├── pydev_pyedit_listener.exsd
│ ├── pydev_python_module_resolver.exsd
│ ├── pydev_pythonpath_contrib.exsd
│ ├── pydev_quick_outline.exsd
│ ├── pydev_refactoring.exsd
│ ├── pydev_simpleassist.exsd
│ └── pydev_view_created_observer.exsd
├── org.python.pydev.ast_5.2.0.201608171824
│ ├── ast.jar
│ ├── LICENSE.txt
│ └── META-INF
│ ├── MANIFEST.MF
│ ├── maven
│ │ └── org.python.pydev
│ │ └── org.python.pydev.ast
│ │ ├── pom.properties
│ │ └── pom.xml
│ ├── PYDEV.DSA
│ └── PYDEV.SF
├── org.python.pydev.ast.source_5.2.0.201608171824.jar
├── org.python.pydev.core_5.2.0.201608171824
│ ├── core.jar
│ ├── icons
│ │ └── python_logging.png
│ ├── LICENSE.txt
│ └── META-INF
│ ├── MANIFEST.MF
│ ├── maven
│ │ └── org.python.pydev
│ │ └── org.python.pydev.core
│ │ ├── pom.properties
│ │ └── pom.xml
│ ├── PYDEV.DSA
│ └── PYDEV.SF
├── org.python.pydev.core.source_5.2.0.201608171824.jar
├── org.python.pydev.customizations_5.2.0.201608171824
│ ├── customizations.jar
│ ├── icons
│ │ ├── AppEngine-128.png
│ │ ├── app_engine_16_16.gif
│ │ ├── AppEngine-16.png
│ │ ├── AppEngine-256.png
│ │ ├── AppEngine-32.png
│ │ ├── AppEngine-48.png
│ │ ├── AppEngine-64.png
│ │ ├── app_engine.gif
│ │ └── appengine-noborder-120x30.gif
│ ├── LICENSE.txt
│ ├── META-INF
│ │ ├── MANIFEST.MF
│ │ ├── maven
│ │ │ └── org.python.pydev
│ │ │ └── org.python.pydev.customizations
│ │ │ ├── pom.properties
│ │ │ └── pom.xml
│ │ ├── PYDEV.DSA
│ │ └── PYDEV.SF
│ ├── plugin.xml
│ └── templates
│ └── google_app_engine
│ ├── ask_login
│ │ ├── app.yaml
│ │ ├── asklogin.py
│ │ └── description.txt
│ ├── hello_webapp_world
│ │ ├── app.yaml
│ │ ├── description.txt
│ │ └── helloworld.py
│ └── hello_world
│ ├── app.yaml
│ ├── description.txt
│ └── helloworld.py
├── org.python.pydev.customizations.source_5.2.0.201608171824.jar
├── org.python.pydev.debug_5.2.0.201608171824
│ ├── icons
│ │ ├── arguments.gif
│ │ ├── breakmarker_conditional.gif
│ │ ├── breakmarker_django_gray.png
│ │ ├── breakmarker_django.png
│ │ ├── breakmarker.gif
│ │ ├── breakmarker_gray_conditional.gif
│ │ ├── breakmarker_gray.gif
│ │ ├── failures.gif
│ │ ├── greendot_big.gif
│ │ ├── greendot.gif
│ │ ├── ironpython_run.png
│ │ ├── ironpython_unit.png
│ │ ├── jython_run.png
│ │ ├── jython_unit.png
│ │ ├── ovr16
│ │ │ ├── error_ovr.gif
│ │ │ ├── failed_ovr.gif
│ │ │ └── success_ovr.gif
│ │ ├── pin_arrow.png
│ │ ├── pin.png
│ │ ├── python_16x16.png
│ │ ├── python_coverage.png
│ │ ├── python_exception_breakpoint.png
│ │ ├── python_profile.png
│ │ ├── python_refactor.png
│ │ ├── python_run.png
│ │ ├── python_unit.png
│ │ ├── pyunit_old.png
│ │ ├── pyunit.png
│ │ ├── reddot.GIF
│ │ ├── referrers.png
│ │ ├── refresh.png
│ │ ├── setnext_co_dis.gif
│ │ ├── setnext_co.gif
│ │ ├── stepover_co.gif
│ │ ├── tasklet.png
│ │ ├── testerrors_ovr.gif
│ │ ├── testfailures_ovr.gif
│ │ └── watch_exp.gif
│ ├── libs
│ │ └── winp-1.19.jar
│ ├── LICENSE.txt
│ ├── META-INF
│ │ ├── MANIFEST.MF
│ │ ├── maven
│ │ │ └── org.python.pydev
│ │ │ └── org.python.pydev.debug
│ │ │ ├── pom.properties
│ │ │ └── pom.xml
│ │ ├── PYDEV.DSA
│ │ └── PYDEV.SF
│ ├── plugin.xml
│ ├── pydev-debug.jar
│ └── schema
│ ├── pydev_debug_command_line_participant.exsd
│ └── pydev_debug_console_input_listener.exsd
├── org.python.pydev.debug.source_5.2.0.201608171824.jar
├── org.python.pydev.django_5.2.0.201608171824
│ ├── icons
│ │ ├── django_16x16.png
│ │ ├── django_7x7.png
│ │ ├── django_logo.png
│ │ ├── djangoNature.gif
│ │ ├── django_nature.png
│ │ └── django_remove_nature.png
│ ├── LICENSE.txt
│ ├── META-INF
│ │ ├── MANIFEST.MF
│ │ ├── maven
│ │ │ └── org.python.pydev
│ │ │ └── org.python.pydev.django
│ │ │ ├── pom.properties
│ │ │ └── pom.xml
│ │ ├── PYDEV.DSA
│ │ └── PYDEV.SF
│ ├── plugin.xml
│ └── pydev_django.jar
├── org.python.pydev.django.source_5.2.0.201608171824.jar
├── org.python.pydev.help_5.2.0.201608171824
│ ├── html
│ │ ├── index.html
│ │ └── links.html
│ ├── LICENSE.txt
│ ├── META-INF
│ │ ├── MANIFEST.MF
│ │ ├── maven
│ │ │ └── org.python.pydev
│ │ │ └── org.python.pydev.help
│ │ │ ├── pom.properties
│ │ │ └── pom.xml
│ │ ├── PYDEV.DSA
│ │ └── PYDEV.SF
│ ├── plugin.xml
│ └── toc_main.xml
├── org.python.pydev.jython_5.2.0.201608171824
│ ├── icons
│ │ ├── python_file.gif
│ │ └── python_scripting.png
│ ├── jysrc
│ │ ├── about.html
│ │ ├── assign_params_to_attributes_action.py
│ │ ├── assign_params_to_attributes_assist.py
│ │ ├── assist_proposal.py
│ │ ├── assist_regex_based_proposal.py
│ │ ├── convert_api_to_pypredef.py
│ │ ├── pyedit_assign_params_to_attributes.py
│ │ ├── pyedit_assist_assign_value_to_var_if_None.py
│ │ ├── pyedit_clear_templates_cache.py
│ │ ├── pyedit_create_lines_on_commas.py
│ │ ├── pyedit_enable_editor_wrap.py
│ │ ├── pyedit_example2.py
│ │ ├── pyedit_example.py
│ │ ├── pyedit_exec_line_in_shell.py
│ │ ├── pyedit_import_to_string.py
│ │ ├── pyedit_kill_shells.py
│ │ ├── pyedit_wrap_expression.py
│ │ ├── pyedit_wrap_paragraph.py
│ │ ├── pytemplate_defaults.py
│ │ ├── split_text_in_commas.py
│ │ ├── template_helper.py
│ │ └── tests
│ │ ├── __init__.py
│ │ ├── test_assign_to_self_attributes.py
│ │ ├── test_convert.py
│ │ └── test_templates.py
│ ├── jython.jar
│ ├── Lib
│ │ ├── _abcoll.py
│ │ ├── abc.py
│ │ ├── aifc.py
│ │ ├── anydbm.py
│ │ ├── argparse.py
│ │ ├── ast.py
│ │ ├── asynchat.py
│ │ ├── asyncore.py
│ │ ├── atexit.py
│ │ ├── base64.py
│ │ ├── BaseHTTPServer.py
│ │ ├── bdb.py
│ │ ├── binhex.py
│ │ ├── bisect.py
│ │ ├── calendar.py
│ │ ├── CGIHTTPServer.py
│ │ ├── cgi.py
│ │ ├── cgitb.py
│ │ ├── chunk.py
│ │ ├── cmd.py
│ │ ├── codecs.py
│ │ ├── codeop.py
│ │ ├── code.py
│ │ ├── collections.py
│ │ ├── colorsys.py
│ │ ├── commands.py
│ │ ├── compileall.py
│ │ ├── compiler
│ │ │ ├── ast.py
│ │ │ ├── consts.py
│ │ │ ├── future.py
│ │ │ ├── __init__.py
│ │ │ ├── misc.py
│ │ │ ├── pyassem.py
│ │ │ ├── pycodegen.py
│ │ │ ├── symbols.py
│ │ │ ├── syntax.py
│ │ │ ├── transformer.py
│ │ │ └── visitor.py
│ │ ├── ConfigParser.py
│ │ ├── contextlib.py
│ │ ├── cookielib.py
│ │ ├── Cookie.py
│ │ ├── copy.py
│ │ ├── copy_reg.py
│ │ ├── csv.py
│ │ ├── ctypes
│ │ │ └── __init__.py
│ │ ├── datetime.py
│ │ ├── dbexts.py
│ │ ├── decimal.py
│ │ ├── difflib.py
│ │ ├── dircache.py
│ │ ├── dis.py
│ │ ├── distutils
│ │ │ ├── archive_util.py
│ │ │ ├── bcppcompiler.py
│ │ │ ├── ccompiler.py
│ │ │ ├── cmd.py
│ │ │ ├── command
│ │ │ │ ├── bdist_dumb.py
│ │ │ │ ├── bdist_msi.py
│ │ │ │ ├── bdist.py
│ │ │ │ ├── bdist_rpm.py
│ │ │ │ ├── bdist_wininst.py
│ │ │ │ ├── build_clib.py
│ │ │ │ ├── build_ext.py
│ │ │ │ ├── build.py
│ │ │ │ ├── build_py.py
│ │ │ │ ├── build_scripts.py
│ │ │ │ ├── check.py
│ │ │ │ ├── clean.py
│ │ │ │ ├── command_template
│ │ │ │ ├── config.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── install_data.py
│ │ │ │ ├── install_egg_info.py
│ │ │ │ ├── install_headers.py
│ │ │ │ ├── install_lib.py
│ │ │ │ ├── install.py
│ │ │ │ ├── install_scripts.py
│ │ │ │ ├── register.py
│ │ │ │ ├── sdist.py
│ │ │ │ ├── upload.py
│ │ │ │ ├── wininst-6.0.exe
│ │ │ │ ├── wininst-7.1.exe
│ │ │ │ ├── wininst-8.0.exe
│ │ │ │ ├── wininst-9.0-amd64.exe
│ │ │ │ └── wininst-9.0.exe
│ │ │ ├── config.py
│ │ │ ├── core.py
│ │ │ ├── cygwinccompiler.py
│ │ │ ├── debug.py
│ │ │ ├── dep_util.py
│ │ │ ├── dir_util.py
│ │ │ ├── dist.py
│ │ │ ├── emxccompiler.py
│ │ │ ├── errors.py
│ │ │ ├── extension.py
│ │ │ ├── fancy_getopt.py
│ │ │ ├── filelist.py
│ │ │ ├── file_util.py
│ │ │ ├── __init__.py
│ │ │ ├── jythoncompiler.py
│ │ │ ├── log.py
│ │ │ ├── msvc9compiler.py
│ │ │ ├── msvccompiler.py
│ │ │ ├── README
│ │ │ ├── spawn.py
│ │ │ ├── sysconfig.py
│ │ │ ├── tests
│ │ │ │ ├── __init__.py
│ │ │ │ ├── Setup.sample
│ │ │ │ ├── setuptools_build_ext.py
│ │ │ │ ├── setuptools_extension.py
│ │ │ │ ├── support.py
│ │ │ │ ├── test_archive_util.py
│ │ │ │ ├── test_bdist_dumb.py
│ │ │ │ ├── test_bdist_msi.py
│ │ │ │ ├── test_bdist.py
│ │ │ │ ├── test_bdist_rpm.py
│ │ │ │ ├── test_bdist_wininst.py
│ │ │ │ ├── test_build_clib.py
│ │ │ │ ├── test_build_ext.py
│ │ │ │ ├── test_build.py
│ │ │ │ ├── test_build_py.py
│ │ │ │ ├── test_build_scripts.py
│ │ │ │ ├── test_ccompiler.py
│ │ │ │ ├── test_check.py
│ │ │ │ ├── test_clean.py
│ │ │ │ ├── test_cmd.py
│ │ │ │ ├── test_config_cmd.py
│ │ │ │ ├── test_config.py
│ │ │ │ ├── test_core.py
│ │ │ │ ├── test_dep_util.py
│ │ │ │ ├── test_dir_util.py
│ │ │ │ ├── test_dist.py
│ │ │ │ ├── test_filelist.py
│ │ │ │ ├── test_file_util.py
│ │ │ │ ├── test_install_data.py
│ │ │ │ ├── test_install_headers.py
│ │ │ │ ├── test_install_lib.py
│ │ │ │ ├── test_install.py
│ │ │ │ ├── test_install_scripts.py
│ │ │ │ ├── test_msvc9compiler.py
│ │ │ │ ├── test_register.py
│ │ │ │ ├── test_sdist.py
│ │ │ │ ├── test_spawn.py
│ │ │ │ ├── test_sysconfig.py
│ │ │ │ ├── test_text_file.py
│ │ │ │ ├── test_unixccompiler.py
│ │ │ │ ├── test_upload.py
│ │ │ │ ├── test_util.py
│ │ │ │ ├── test_versionpredicate.py
│ │ │ │ └── test_version.py
│ │ │ ├── text_file.py
│ │ │ ├── unixccompiler.py
│ │ │ ├── util.py
│ │ │ ├── versionpredicate.py
│ │ │ └── version.py
│ │ ├── doctest.py
│ │ ├── DocXMLRPCServer.py
│ │ ├── dumbdbm.py
│ │ ├── dummy_threading.py
│ │ ├── dummy_thread.py
│ │ │ ├── base64MIME.py
│ │ │ ├── Charset.py
│ │ │ ├── Encoders.py
│ │ │ ├── Errors.py
│ │ │ ├── feedparser.py
│ │ │ ├── Generator.py
│ │ │ ├── Header.py
│ │ │ ├── __init__.py
│ │ │ ├── Iterators.py
│ │ │ ├── Message.py
│ │ │ ├── mime
│ │ │ │ ├── application.py
│ │ │ │ ├── audio.py
│ │ │ │ ├── base.py
│ │ │ │ ├── image.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── message.py
│ │ │ │ ├── multipart.py
│ │ │ │ ├── nonmultipart.py
│ │ │ │ └── text.py
│ │ │ ├── _parseaddr.py
│ │ │ ├── Parser.py
│ │ │ ├── quopriMIME.py
│ │ │ └── Utils.py
│ │ ├── encodings
│ │ │ ├── aliases.py
│ │ │ ├── ascii.py
│ │ │ ├── base64_codec.py
│ │ │ ├── big5hkscs.py
│ │ │ ├── big5.py
│ │ │ ├── bz2_codec.py
│ │ │ ├── charmap.py
│ │ │ ├── cp037.py
│ │ │ ├── cp1006.py
│ │ │ ├── cp1026.py
│ │ │ ├── cp1140.py
│ │ │ ├── cp1250.py
│ │ │ ├── cp1251.py
│ │ │ ├── cp1252.py
│ │ │ ├── cp1253.py
│ │ │ ├── cp1254.py
│ │ │ ├── cp1255.py
│ │ │ ├── cp1256.py
│ │ │ ├── cp1257.py
│ │ │ ├── cp1258.py
│ │ │ ├── cp424.py
│ │ │ ├── cp437.py
│ │ │ ├── cp500.py
│ │ │ ├── cp720.py
│ │ │ ├── cp737.py
│ │ │ ├── cp775.py
│ │ │ ├── cp850.py
│ │ │ ├── cp852.py
│ │ │ ├── cp855.py
│ │ │ ├── cp856.py
│ │ │ ├── cp857.py
│ │ │ ├── cp858.py
│ │ │ ├── cp860.py
│ │ │ ├── cp861.py
│ │ │ ├── cp862.py
│ │ │ ├── cp863.py
│ │ │ ├── cp864.py
│ │ │ ├── cp865.py
│ │ │ ├── cp866.py
│ │ │ ├── cp869.py
│ │ │ ├── cp874.py
│ │ │ ├── cp875.py
│ │ │ ├── cp932.py
│ │ │ ├── cp949.py
│ │ │ ├── cp950.py
│ │ │ ├── euc_jis_2004.py
│ │ │ ├── euc_jisx0213.py
│ │ │ ├── euc_jp.py
│ │ │ ├── euc_kr.py
│ │ │ ├── gb18030.py
│ │ │ ├── gb2312.py
│ │ │ ├── gbk.py
│ │ │ ├── hex_codec.py
│ │ │ ├── hp_roman8.py
│ │ │ ├── hz.py
│ │ │ ├── idna.py
│ │ │ ├── __init__.py
│ │ │ ├── iso2022_jp_1.py
│ │ │ ├── iso2022_jp_2004.py
│ │ │ ├── iso2022_jp_2.py
│ │ │ ├── iso2022_jp_3.py
│ │ │ ├── iso2022_jp_ext.py
│ │ │ ├── iso2022_jp.py
│ │ │ ├── iso2022_kr.py
│ │ │ ├── iso8859_10.py
│ │ │ ├── iso8859_11.py
│ │ │ ├── iso8859_13.py
│ │ │ ├── iso8859_14.py
│ │ │ ├── iso8859_15.py
│ │ │ ├── iso8859_16.py
│ │ │ ├── iso8859_1.py
│ │ │ ├── iso8859_2.py
│ │ │ ├── iso8859_3.py
│ │ │ ├── iso8859_4.py
│ │ │ ├── iso8859_5.py
│ │ │ ├── iso8859_6.py
│ │ │ ├── iso8859_7.py
│ │ │ ├── iso8859_8.py
│ │ │ ├── iso8859_9.py
│ │ │ ├── johab.py
│ │ │ ├── koi8_r.py
│ │ │ ├── koi8_u.py
│ │ │ ├── latin_1.py
│ │ │ ├── mac_arabic.py
│ │ │ ├── mac_centeuro.py
│ │ │ ├── mac_croatian.py
│ │ │ ├── mac_cyrillic.py
│ │ │ ├── mac_farsi.py
│ │ │ ├── mac_greek.py
│ │ │ ├── mac_iceland.py
│ │ │ ├── mac_latin2.py
│ │ │ ├── mac_romanian.py
│ │ │ ├── mac_roman.py
│ │ │ ├── mac_turkish.py
│ │ │ ├── mbcs.py
│ │ │ ├── palmos.py
│ │ │ ├── ptcp154.py
│ │ │ ├── punycode.py
│ │ │ ├── quopri_codec.py
│ │ │ ├── raw_unicode_escape.py
│ │ │ ├── rot_13.py
│ │ │ ├── shift_jis_2004.py
│ │ │ ├── shift_jis.py
│ │ │ ├── shift_jisx0213.py
│ │ │ ├── string_escape.py
│ │ │ ├── tis_620.py
│ │ │ ├── undefined.py
│ │ │ ├── unicode_escape.py
│ │ │ ├── unicode_internal.py
│ │ │ ├── utf_16_be.py
│ │ │ ├── utf_16_le.py
│ │ │ ├── utf_16.py
│ │ │ ├── utf_32_be.py
│ │ │ ├── utf_32_le.py
│ │ │ ├── utf_32.py
│ │ │ ├── utf_7.py
│ │ │ ├── utf_8.py
│ │ │ ├── utf_8_sig.py
│ │ │ ├── uu_codec.py
│ │ │ └── zlib_codec.py
│ │ ├── filecmp.py
│ │ ├── fileinput.py
│ │ ├── fnmatch.py
│ │ ├── formatter.py
│ │ ├── fpformat.py
│ │ ├── fractions.py
│ │ ├── _fsum.py
│ │ ├── ftplib.py
│ │ ├── functools.py
│ │ ├── future_builtins.py
│ │ ├── __future__.py
│ │ ├── genericpath.py
│ │ ├── getopt.py
│ │ ├── getpass.py
│ │ ├── gettext.py
│ │ ├── glob.py
│ │ ├── _google_ipaddr_r234.py
│ │ ├── grp.py
│ │ ├── gzip.py
│ │ ├── hashlib.py
│ │ ├── heapq.py
│ │ ├── hmac.py
│ │ ├── htmlentitydefs.py
│ │ ├── htmllib.py
│ │ ├── HTMLParser.py
│ │ ├── httplib.py
│ │ ├── ihooks.py
│ │ ├── imaplib.py
│ │ ├── imghdr.py
│ │ ├── importlib
│ │ │ └── __init__.py
│ │ ├── inspect.py
│ │ ├── io.py
│ │ ├── isql.py
│ │ ├── javapath.py
│ │ ├── javashell.py
│ │ ├── json
│ │ │ ├── decoder.py
│ │ │ ├── encoder.py
│ │ │ ├── __init__.py
│ │ │ ├── scanner.py
│ │ │ ├── tests
│ │ │ │ ├── __init__.py
│ │ │ │ ├── test_check_circular.py
│ │ │ │ ├── test_decode.py
│ │ │ │ ├── test_default.py
│ │ │ │ ├── test_dump.py
│ │ │ │ ├── test_encode_basestring_ascii.py
│ │ │ │ ├── test_fail.py
│ │ │ │ ├── test_float.py
│ │ │ │ ├── test_indent.py
│ │ │ │ ├── test_pass1.py
│ │ │ │ ├── test_pass2.py
│ │ │ │ ├── test_pass3.py
│ │ │ │ ├── test_recursion.py
│ │ │ │ ├── test_scanstring.py
│ │ │ │ ├── test_separators.py
│ │ │ │ ├── test_speedups.py
│ │ │ │ ├── test_tool.py
│ │ │ │ └── test_unicode.py
│ │ │ └── tool.py
│ │ ├── _jyio.py
│ │ ├── keyword.py
│ │ ├── linecache.py
│ │ ├── locale.py
│ │ ├── logging
│ │ │ ├── config.py
│ │ │ ├── handlers.py
│ │ │ └── __init__.py
│ │ ├── _LWPCookieJar.py
│ │ ├── macpath.py
│ │ ├── macurl2path.py
│ │ ├── mailbox.py
│ │ ├── mailcap.py
│ │ ├── markupbase.py
│ │ ├── marshal.py
│ │ ├── md5.py
│ │ ├── mhlib.py
│ │ ├── mimetools.py
│ │ ├── mimetypes.py
│ │ ├── MimeWriter.py
│ │ ├── mimify.py
│ │ ├── modjy
│ │ │ ├── __init__.py
│ │ │ ├── modjy_exceptions.py
│ │ │ ├── modjy_impl.py
│ │ │ ├── modjy_input.py
│ │ │ ├── modjy_log.py
│ │ │ ├── modjy_params.py
│ │ │ ├── modjy_publish.py
│ │ │ ├── modjy.py
│ │ │ ├── modjy_response.py
│ │ │ ├── modjy_write.py
│ │ │ └── modjy_wsgi.py
│ │ ├── _MozillaCookieJar.py
│ │ ├── multifile.py
│ │ ├── mutex.py
│ │ ├── netrc.py
│ │ ├── new.py
│ │ ├── nntplib.py
│ │ ├── ntpath.py
│ │ ├── nturl2path.py
│ │ ├── numbers.py
│ │ ├── opcode.py
│ │ ├── optparse.py
│ │ ├── os.py
│ │ ├── pawt
│ │ │ ├── colors.py
│ │ │ ├── __init__.py
│ │ │ └── swing.py
│ │ ├── pdb.py
│ │ ├── pickle.py
│ │ ├── pickletools.py
│ │ ├── pipes.py
│ │ ├── pkgutil.py
│ │ ├── platform.py
│ │ ├── plistlib.py
│ │ ├── popen2.py
│ │ ├── poplib.py
│ │ ├── posixfile.py
│ │ ├── posixpath.py
│ │ ├── pprint.py
│ │ ├── profile.py
│ │ ├── pstats.py
│ │ ├── pty.py
│ │ ├── pwd.py
│ │ ├── pycimport.py
│ │ ├── pyclbr.py
│ │ ├── py_compile.py
│ │ ├── pydoc.py
│ │ ├── pyexpat.py
│ │ ├── _pyio.py
│ │ ├── Queue.py
│ │ ├── quopri.py
│ │ ├── random.py
│ │ ├── _rawffi.py
│ │ ├── readline.py
│ │ ├── repr.py
│ │ ├── re.py
│ │ ├── rfc822.py
│ │ ├── rlcompleter.py
│ │ ├── robotparser.py
│ │ ├── runpy.py
│ │ ├── sched.py
│ │ ├── select.py
│ │ ├── sets.py
│ │ ├── sgmllib.py
│ │ ├── sha.py
│ │ ├── shelve.py
│ │ ├── shlex.py
│ │ ├── shutil.py
│ │ ├── signal.py
│ │ ├── SimpleHTTPServer.py
│ │ ├── SimpleXMLRPCServer.py
│ │ ├── site-packages
│ │ │ └── README
│ │ ├── site.py
│ │ ├── smtpd.py
│ │ ├── smtplib.py
│ │ ├── sndhdr.py
│ │ ├── socket.py
│ │ ├── SocketServer.py
│ │ ├── sre_compile.py
│ │ ├── sre_constants.py
│ │ ├── sre_parse.py
│ │ ├── sre.py
│ │ ├── ssl.py
│ │ ├── stat.py
│ │ ├── StringIO.py
│ │ ├── string.py
│ │ ├── _strptime.py
│ │ ├── subprocess.py
│ │ ├── symbol.py
│ │ ├── sysconfig.py
│ │ ├── tabnanny.py
│ │ ├── tarfile.py
│ │ ├── telnetlib.py
│ │ ├── tempfile.py
│ │ ├── textwrap.py
│ │ ├── this.py
│ │ ├── _threading_local.py
│ │ ├── threading.py
│ │ ├── timeit.py
│ │ ├── tokenize.py
│ │ ├── token.py
│ │ ├── traceback.py
│ │ ├── trace.py
│ │ ├── tty.py
│ │ ├── types.py
│ │ ├── unicodedata.py
│ │ ├── unittest
│ │ │ ├── case.py
│ │ │ ├── __init__.py
│ │ │ ├── loader.py
│ │ │ ├── __main__.py
│ │ │ ├── main.py
│ │ │ ├── result.py
│ │ │ ├── runner.py
│ │ │ ├── signals.py
│ │ │ ├── suite.py
│ │ │ ├── test
│ │ │ │ ├── dummy.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── support.py
│ │ │ │ ├── test_assertions.py
│ │ │ │ ├── test_break.py
│ │ │ │ ├── test_case.py
│ │ │ │ ├── test_discovery.py
│ │ │ │ ├── test_functiontestcase.py
│ │ │ │ ├── test_loader.py
│ │ │ │ ├── test_program.py
│ │ │ │ ├── test_result.py
│ │ │ │ ├── test_runner.py
│ │ │ │ ├── test_setups.py
│ │ │ │ ├── test_skipping.py
│ │ │ │ └── test_suite.py
│ │ │ └── util.py
│ │ ├── urllib2.py
│ │ ├── urllib.py
│ │ ├── urlparse.py
│ │ ├── UserDict.py
│ │ ├── UserList.py
│ │ ├── user.py
│ │ ├── UserString.py
│ │ ├── uuid.py
│ │ ├── uu.py
│ │ ├── warnings.py
│ │ ├── weakref.py
│ │ ├── _weakrefset.py
│ │ ├── whichdb.py
│ │ ├── wsgiref
│ │ │ ├── handlers.py
│ │ │ ├── headers.py
│ │ │ ├── __init__.py
│ │ │ ├── simple_server.py
│ │ │ ├── util.py
│ │ │ └── validate.py
│ │ ├── wsgiref.egg-info
│ │ ├── xdrlib.py
│ │ ├── xml
│ │ │ ├── dom
│ │ │ │ ├── domreg.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── MessageSource.py
│ │ │ │ ├── minicompat.py
│ │ │ │ ├── minidom.py
│ │ │ │ ├── NodeFilter.py
│ │ │ │ ├── pulldom.py
│ │ │ │ └── xmlbuilder.py
│ │ │ ├── etree
│ │ │ │ ├── cElementTree.py
│ │ │ │ ├── ElementInclude.py
│ │ │ │ ├── ElementPath.py
│ │ │ │ ├── ElementTree.py
│ │ │ │ └── __init__.py
│ │ │ ├── FtCore.py
│ │ │ ├── __init__.py
│ │ │ ├── parsers
│ │ │ │ ├── expat.py
│ │ │ │ └── __init__.py
│ │ │ ├── sax
│ │ │ │ ├── drivers2
│ │ │ │ │ ├── drv_javasax.py
│ │ │ │ │ └── __init__.py
│ │ │ │ ├── _exceptions.py
│ │ │ │ ├── handler.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── saxlib.py
│ │ │ │ ├── saxutils.py
│ │ │ │ └── xmlreader.py
│ │ │ └── Uri.py
│ │ ├── xmllib.py
│ │ ├── xmlrpclib.py
│ │ ├── zipfile.py
│ │ └── zlib.py
│ ├── LICENSE_JYTHON.txt
│ ├── LICENSE_PYHON.txt
│ ├── LICENSE.txt
│ ├── META-INF
│ │ ├── MANIFEST.MF
│ │ ├── maven
│ │ │ └── org.python.pydev
│ │ │ └── org.python.pydev.jython
│ │ │ ├── pom.properties
│ │ │ └── pom.xml
│ │ ├── PYDEV.DSA
│ │ └── PYDEV.SF
│ ├── plugin.xml
│ └── pydev-jython.jar
├── org.python.pydev.jython.source_5.2.0.201608171824.jar
├── org.python.pydev.mylyn_0.6.0
│ ├── icons
│ │ ├── elcl16
│ │ │ └── interest-filtering.gif
│ │ ├── etool16
│ │ │ ├── junit-tab.gif
│ │ │ ├── launch-junit.gif
│ │ │ ├── launch-junit-pde.gif
│ │ │ ├── link-with-editor.gif
│ │ │ ├── no-scroll.gif
│ │ │ └── wizard-prefs.gif
│ │ ├── eview16
│ │ │ ├── active-hierarchy.gif
│ │ │ ├── editor-mylar-class.gif
│ │ │ ├── editor-mylar-java.gif
│ │ │ └── mylar.gif
│ │ └── wizban
│ │ └── banner-prefs.gif
│ ├── META-INF
│ │ ├── MANIFEST.MF
│ │ ├── maven
│ │ │ └── org.python.pydev
│ │ │ └── org.python.pydev.mylyn
│ │ │ ├── pom.properties
│ │ │ └── pom.xml
│ │ ├── PYDEV.DSA
│ │ └── PYDEV.SF
│ ├── org
│ │ └── python
│ │ └── pydev
│ │ └── mylyn
│ │ ├── Activator.class
│ │ └── PyFocusExplorerAction.class
│ └── plugin.xml
├── org.python.pydev.parser_5.2.0.201608171824
│ ├── LICENSE.txt
│ ├── META-INF
│ │ ├── MANIFEST.MF
│ │ ├── maven
│ │ │ └── org.python.pydev
│ │ │ └── org.python.pydev.parser
│ │ │ ├── pom.properties
│ │ │ └── pom.xml
│ │ ├── PYDEV.DSA
│ │ └── PYDEV.SF
│ ├── parser.jar
│ ├── plugin.xml
│ └── schema
│ └── pydev_parser_observer.exsd
├── org.python.pydev.parser.source_5.2.0.201608171824.jar
├── org.python.pydev.refactoring_5.2.0.201608171824
│ ├── icons
│ │ ├── attrpub_obj.gif
│ │ ├── class_obj.gif
│ │ ├── logo.png
│ │ ├── logo.ufo
│ │ └── methpub_obj.gif
│ ├── LICENSE.txt
│ ├── META-INF
│ │ ├── MANIFEST.MF
│ │ ├── maven
│ │ │ └── org.python.pydev
│ │ │ └── org.python.pydev.refactoring
│ │ │ ├── pom.properties
│ │ │ └── pom.xml
│ │ ├── PYDEV.DSA
│ │ └── PYDEV.SF
│ ├── plugin.properties
│ └── refactoring.jar
├── org.python.pydev.refactoring.source_5.2.0.201608171824.jar
├── org.python.pydev.shared_core_5.2.0.201608171824
│ ├── libs
│ │ ├── lucene-analyzers-common-5.2.1.jar
│ │ ├── lucene-core-5.2.1.jar
│ │ └── snakeyaml-1.11.jar
│ ├── LICENSE.txt
│ ├── META-INF
│ │ ├── MANIFEST.MF
│ │ ├── maven
│ │ │ └── org.python.pydev
│ │ │ └── org.python.pydev.shared_core
│ │ │ ├── pom.properties
│ │ │ └── pom.xml
│ │ ├── PYDEV.DSA
│ │ └── PYDEV.SF
│ └── shared_core.jar
├── org.python.pydev.shared_core.source_5.2.0.201608171824.jar
├── org.python.pydev.shared_interactive_console_5.2.0.201608171824
│ ├── commons-logging-1.1.1.jar
│ ├── icons
│ │ ├── interrupt.gif
│ │ ├── save.gif
│ │ ├── sync_ed.gif
│ │ └── terminate.gif
│ ├── interactive_console.jar
│ ├── LICENSE.txt
│ ├── META-INF
│ │ ├── MANIFEST.MF
│ │ ├── maven
│ │ │ └── org.python.pydev
│ │ │ └── org.python.pydev.shared_interactive_console
│ │ │ ├── pom.properties
│ │ │ └── pom.xml
│ │ ├── PYDEV.DSA
│ │ └── PYDEV.SF
│ ├── plugin.xml
│ ├── ws-commons-util-1.0.2.jar
│ ├── xmlrpc-client-3.1.3.jar
│ ├── xmlrpc-common-3.1.3.jar
│ └── xmlrpc-server-3.1.3.jar
├── org.python.pydev.shared_interactive_console.source_5.2.0.201608171824.jar
├── org.python.pydev.shared_ui_5.2.0.201608171824
│ ├── icons
│ │ ├── add_correction.gif
│ │ ├── alphab_sort_co.gif
│ │ ├── annotation_obj.gif
│ │ ├── backward_nav.gif
│ │ ├── build_var_obj.gif
│ │ ├── builtin_obj.gif
│ │ ├── close.gif
│ │ ├── collapseall.gif
│ │ ├── console_disabled.png
│ │ ├── console_enabled.png
│ │ ├── copy.gif
│ │ ├── correction_move.gif
│ │ ├── cpyqual_menu.gif
│ │ ├── custom_init.png
│ │ ├── custom_python_file.png
│ │ ├── cython_file.png
│ │ ├── cython.png
│ │ ├── decoration_class_obj.png
│ │ ├── decoration_static_obj.png
│ │ ├── environment_obj.gif
│ │ ├── error_decoration.gif
│ │ ├── error_small.gif
│ │ ├── expand.gif
│ │ ├── failures.gif
│ │ ├── field_private_obj.gif
│ │ ├── field_protected_obj.gif
│ │ ├── field_public_obj.gif
│ │ ├── fields_co.gif
│ │ ├── file.gif
│ │ ├── filter.gif
│ │ ├── folder.gif
│ │ ├── forward_nav.gif
│ │ ├── gotten_from.txt
│ │ ├── history_list.gif
│ │ ├── home_nav.gif
│ │ ├── jar_desc_obj.gif
│ │ ├── jar_l_obj.gif
│ │ ├── jar_lsrc_obj.gif
│ │ ├── jar_nonexist_obj.gif
│ │ ├── jar_obj.gif
│ │ ├── jar_remove_l_obj.gif
│ │ ├── jar_src_obj.gif
│ │ ├── jython_run.png
│ │ ├── library_obj.gif
│ │ ├── line_match.gif
│ │ ├── magic_co.gif
│ │ ├── mainfunction.gif
│ │ ├── new
│ │ │ ├── action.png
│ │ │ ├── attrpub_obj.gif
│ │ │ ├── class_obj.gif
│ │ │ ├── create_attrpub_obj.png
│ │ │ ├── create_class_obj.png
│ │ │ ├── create_method_obj.png
│ │ │ ├── create_python_module.png
│ │ │ ├── imp_dec.gif
│ │ │ ├── __imp_obj.gif
│ │ │ ├── imp_obj.gif
│ │ │ ├── imp_obj.png
│ │ │ ├── imp_rel_obj.gif
│ │ │ ├── method_obj.gif
│ │ │ ├── old_imp_rel_obj.gif
│ │ │ ├── template.pdn
│ │ │ └── xml_tag.png
│ │ ├── packagefolder_obj.gif
│ │ ├── package_obj.gif
│ │ ├── parameters_obj.gif
│ │ ├── private_obj.gif
│ │ ├── project.png
│ │ ├── project_source_folder.gif
│ │ ├── protected_obj.gif
│ │ ├── pydev_package_explorer.gif
│ │ ├── pylint.png
│ │ ├── python_16x16.png
│ │ ├── python_comment_black.png
│ │ ├── python_comment.png
│ │ ├── python_coverage.png
│ │ ├── python_file.gif
│ │ ├── python_logo.png
│ │ ├── python_module.png
│ │ ├── pythonNature.gif
│ │ ├── python_nature.png
│ │ ├── python_perspective.png
│ │ ├── python_refactor.png
│ │ ├── python_run.png
│ │ ├── python_unit.png
│ │ ├── refresh_nav.gif
│ │ ├── relaunch1.png
│ │ ├── relaunch_background_disabled.png
│ │ ├── relaunch_background_enabled.png
│ │ ├── relaunch_errors.png
│ │ ├── relaunch.png
│ │ ├── remove_all.gif
│ │ ├── remove.gif
│ │ ├── remove_nature.png
│ │ ├── sample.gif
│ │ ├── save.gif
│ │ ├── search_docs.gif
│ │ ├── search.gif
│ │ ├── showerr_tsk.gif
│ │ ├── static_co.gif
│ │ ├── sync_ed.gif
│ │ ├── tabs_active.png
│ │ ├── tabs_inactive.png
│ │ ├── template.gif
│ │ ├── terminate_all.gif
│ │ ├── terminate.gif
│ │ ├── toggle_tabs.png
│ │ ├── warning_decoration.gif
│ │ ├── warning.png
│ │ └── workset.gif
│ ├── LICENSE.txt
│ ├── META-INF
│ │ ├── MANIFEST.MF
│ │ ├── maven
│ │ │ └── org.python.pydev
│ │ │ └── org.python.pydev.shared_ui
│ │ │ ├── pom.properties
│ │ │ └── pom.xml
│ │ ├── PYDEV.DSA
│ │ └── PYDEV.SF
│ ├── plugin.xml
│ └── shared_ui.jar
├── org.python.pydev.shared_ui.source_5.2.0.201608171824.jar
└── org.python.pydev.source_5.2.0.201608171824.jar
203 directories, 1427 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论