在好例子网,分享、交流、成长!
您当前所在位置:首页Python 开发实例Python语言基础 → Python for Eclipse PyDev 4.5.5

Python for Eclipse PyDev 4.5.5

Python语言基础

下载此实例
  • 开发语言:Python
  • 实例大小:22.85M
  • 下载次数:2
  • 浏览次数:9
  • 发布时间:2023-10-13
  • 实例类别:Python语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.zip
  • 所需积分:2
 相关标签: eclipse python 4.5.5 CLI dev

实例介绍

【实例简介】Pydev的最新版本,官网原址:pydev.org,麻麻地啊,上不去,在另一个资源网站找到了 嘿嘿

【实例截图】

from clipboard

【核心代码】

.
├── Python for Eclipse PyDev 4.5.5_PyDev4.5.5.zip
├── features
│   ├── org.python.pydev.feature.source_4.5.5.201603221110
│   │   ├── META-INF
│   │   │   ├── MANIFEST.MF
│   │   │   └── maven
│   │   │       └── org.python.pydev
│   │   │           └── org.python.pydev.feature
│   │   │               ├── pom.properties
│   │   │               └── pom.xml
│   │   ├── feature.properties
│   │   └── feature.xml
│   ├── org.python.pydev.feature_4.5.5.201603221110
│   │   ├── LICENSE.txt
│   │   ├── META-INF
│   │   │   ├── MANIFEST.MF
│   │   │   ├── PYDEV.DSA
│   │   │   └── PYDEV.SF
│   │   └── feature.xml
│   └── org.python.pydev.mylyn.feature_0.6.0
│       ├── META-INF
│       │   ├── MANIFEST.MF
│       │   ├── PYDEV.DSA
│       │   └── PYDEV.SF
│       └── feature.xml
└── plugins
    ├── com.python.pydev.analysis.source_4.5.5.201603221110.jar
    ├── com.python.pydev.analysis_4.5.5.201603221110
    │   ├── LICENSE.TXT
    │   ├── META-INF
    │   │   ├── MANIFEST.MF
    │   │   ├── PYDEV.DSA
    │   │   ├── PYDEV.SF
    │   │   └── maven
    │   │       └── org.python.pydev
    │   │           └── com.python.pydev.analysis
    │   │               ├── pom.properties
    │   │               └── pom.xml
    │   ├── analysis.jar
    │   ├── icons
    │   │   ├── opentype.gif
    │   │   └── python_file.gif
    │   └── plugin.xml
    ├── com.python.pydev.codecompletion.source_4.5.5.201603221110.jar
    ├── com.python.pydev.codecompletion_4.5.5.201603221110
    │   ├── LICENSE.TXT
    │   ├── META-INF
    │   │   ├── MANIFEST.MF
    │   │   ├── PYDEV.DSA
    │   │   ├── PYDEV.SF
    │   │   └── maven
    │   │       └── org.python.pydev
    │   │           └── com.python.pydev.codecompletion
    │   │               ├── pom.properties
    │   │               └── pom.xml
    │   ├── codecompletion.jar
    │   ├── icons
    │   └── plugin.xml
    ├── com.python.pydev.debug.source_4.5.5.201603221110.jar
    ├── com.python.pydev.debug_4.5.5.201603221110
    │   ├── LICENSE.TXT
    │   ├── META-INF
    │   │   ├── MANIFEST.MF
    │   │   ├── PYDEV.DSA
    │   │   ├── PYDEV.SF
    │   │   └── maven
    │   │       └── org.python.pydev
    │   │           └── com.python.pydev.debug
    │   │               ├── pom.properties
    │   │               └── pom.xml
    │   ├── debug.jar
    │   ├── icons
    │   │   ├── attach_to_process.png
    │   │   ├── python.gif
    │   │   ├── start_debug_server.gif
    │   │   └── term_debug_server.gif
    │   └── plugin.xml
    ├── com.python.pydev.fastparser.source_4.5.5.201603221110.jar
    ├── com.python.pydev.fastparser_4.5.5.201603221110
    │   ├── LICENSE.TXT
    │   ├── META-INF
    │   │   ├── MANIFEST.MF
    │   │   ├── PYDEV.DSA
    │   │   ├── PYDEV.SF
    │   │   └── maven
    │   │       └── org.python.pydev
    │   │           └── com.python.pydev.fastparser
    │   │               ├── pom.properties
    │   │               └── pom.xml
    │   └── fastparser.jar
    ├── com.python.pydev.refactoring.source_4.5.5.201603221110.jar
    ├── com.python.pydev.refactoring_4.5.5.201603221110
    │   ├── LICENSE.TXT
    │   ├── META-INF
    │   │   ├── MANIFEST.MF
    │   │   ├── PYDEV.DSA
    │   │   ├── PYDEV.SF
    │   │   └── maven
    │   │       └── org.python.pydev
    │   │           └── com.python.pydev.refactoring
    │   │               ├── pom.properties
    │   │               └── pom.xml
    │   ├── plugin.properties
    │   ├── plugin.xml
    │   └── refactoring.jar
    ├── com.python.pydev.source_4.5.5.201603221110.jar
    ├── com.python.pydev_4.5.5.201603221110
    │   ├── LICENSE.TXT
    │   ├── META-INF
    │   │   ├── MANIFEST.MF
    │   │   ├── PYDEV.DSA
    │   │   ├── PYDEV.SF
    │   │   └── maven
    │   │       └── org.python.pydev
    │   │           └── com.python.pydev
    │   │               ├── pom.properties
    │   │               └── pom.xml
    │   ├── icons
    │   │   ├── class_hi.gif
    │   │   ├── python_16x16.png
    │   │   ├── python_file.gif
    │   │   └── searchm_obj.gif
    │   ├── plugin.xml
    │   └── pydev.jar
    ├── org.python.pydev.ast.source_4.5.5.201603221110.jar
    ├── org.python.pydev.ast_4.5.5.201603221110
    │   ├── LICENSE.txt
    │   ├── META-INF
    │   │   ├── MANIFEST.MF
    │   │   ├── PYDEV.DSA
    │   │   ├── PYDEV.SF
    │   │   └── maven
    │   │       └── org.python.pydev
    │   │           └── org.python.pydev.ast
    │   │               ├── pom.properties
    │   │               └── pom.xml
    │   └── ast.jar
    ├── org.python.pydev.core.source_4.5.5.201603221110.jar
    ├── org.python.pydev.core_4.5.5.201603221110
    │   ├── LICENSE.txt
    │   ├── META-INF
    │   │   ├── MANIFEST.MF
    │   │   ├── PYDEV.DSA
    │   │   ├── PYDEV.SF
    │   │   └── maven
    │   │       └── org.python.pydev
    │   │           └── org.python.pydev.core
    │   │               ├── pom.properties
    │   │               └── pom.xml
    │   ├── core.jar
    │   └── icons
    │       └── python_logging.png
    ├── org.python.pydev.customizations.source_4.5.5.201603221110.jar
    ├── org.python.pydev.customizations_4.5.5.201603221110
    │   ├── LICENSE.txt
    │   ├── META-INF
    │   │   ├── MANIFEST.MF
    │   │   ├── PYDEV.DSA
    │   │   ├── PYDEV.SF
    │   │   └── maven
    │   │       └── org.python.pydev
    │   │           └── org.python.pydev.customizations
    │   │               ├── pom.properties
    │   │               └── pom.xml
    │   ├── customizations.jar
    │   ├── icons
    │   │   ├── AppEngine-128.png
    │   │   ├── AppEngine-16.png
    │   │   ├── AppEngine-256.png
    │   │   ├── AppEngine-32.png
    │   │   ├── AppEngine-48.png
    │   │   ├── AppEngine-64.png
    │   │   ├── app_engine.gif
    │   │   ├── app_engine_16_16.gif
    │   │   └── appengine-noborder-120x30.gif
    │   ├── 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.debug.source_4.5.5.201603221110.jar
    ├── org.python.pydev.debug_4.5.5.201603221110
    │   ├── LICENSE.txt
    │   ├── META-INF
    │   │   ├── MANIFEST.MF
    │   │   ├── PYDEV.DSA
    │   │   ├── PYDEV.SF
    │   │   └── maven
    │   │       └── org.python.pydev
    │   │           └── org.python.pydev.debug
    │   │               ├── pom.properties
    │   │               └── pom.xml
    │   ├── icons
    │   │   ├── arguments.gif
    │   │   ├── breakmarker.gif
    │   │   ├── breakmarker_conditional.gif
    │   │   ├── breakmarker_django.png
    │   │   ├── breakmarker_django_gray.png
    │   │   ├── breakmarker_gray.gif
    │   │   ├── breakmarker_gray_conditional.gif
    │   │   ├── failures.gif
    │   │   ├── greendot.gif
    │   │   ├── greendot_big.gif
    │   │   ├── ironpython_run.png
    │   │   ├── ironpython_unit.png
    │   │   ├── jython_run.png
    │   │   ├── jython_unit.png
    │   │   ├── ovr16
    │   │   │   ├── error_ovr.gif
    │   │   │   ├── failed_ovr.gif
    │   │   │   └── success_ovr.gif
    │   │   ├── pin.png
    │   │   ├── pin_arrow.png
    │   │   ├── python_16x16.png
    │   │   ├── python_coverage.png
    │   │   ├── python_exception_breakpoint.png
    │   │   ├── python_profile.png
    │   │   ├── python_refactor.png
    │   │   ├── python_run.png
    │   │   ├── python_unit.png
    │   │   ├── pyunit.png
    │   │   ├── pyunit_old.png
    │   │   ├── reddot.GIF
    │   │   ├── referrers.png
    │   │   ├── refresh.png
    │   │   ├── setnext_co.gif
    │   │   ├── setnext_co_dis.gif
    │   │   ├── stepover_co.gif
    │   │   ├── tasklet.png
    │   │   ├── testerrors_ovr.gif
    │   │   ├── testfailures_ovr.gif
    │   │   └── watch_exp.gif
    │   ├── libs
    │   │   └── winp-1.19.jar
    │   ├── plugin.xml
    │   ├── pydev-debug.jar
    │   └── schema
    │       ├── pydev_debug_command_line_participant.exsd
    │       └── pydev_debug_console_input_listener.exsd
    ├── org.python.pydev.django.source_4.5.5.201603221110.jar
    ├── org.python.pydev.django_4.5.5.201603221110
    │   ├── LICENSE.txt
    │   ├── META-INF
    │   │   ├── MANIFEST.MF
    │   │   ├── PYDEV.DSA
    │   │   ├── PYDEV.SF
    │   │   └── maven
    │   │       └── org.python.pydev
    │   │           └── org.python.pydev.django
    │   │               ├── pom.properties
    │   │               └── pom.xml
    │   ├── icons
    │   │   ├── djangoNature.gif
    │   │   ├── django_16x16.png
    │   │   ├── django_7x7.png
    │   │   ├── django_logo.png
    │   │   ├── django_nature.png
    │   │   └── django_remove_nature.png
    │   ├── plugin.xml
    │   └── pydev_django.jar
    ├── org.python.pydev.help_4.5.5.201603221110
    │   ├── LICENSE.txt
    │   ├── META-INF
    │   │   ├── MANIFEST.MF
    │   │   ├── PYDEV.DSA
    │   │   ├── PYDEV.SF
    │   │   └── maven
    │   │       └── org.python.pydev
    │   │           └── org.python.pydev.help
    │   │               ├── pom.properties
    │   │               └── pom.xml
    │   ├── html
    │   │   ├── index.html
    │   │   └── links.html
    │   ├── plugin.xml
    │   └── toc_main.xml
    ├── org.python.pydev.jython.source_4.5.5.201603221110.jar
    ├── org.python.pydev.jython_4.5.5.201603221110
    │   ├── LICENSE.txt
    │   ├── LICENSE_JYTHON.txt
    │   ├── LICENSE_PYHON.txt
    │   ├── Lib
    │   │   ├── BaseHTTPServer.py
    │   │   ├── CGIHTTPServer.py
    │   │   ├── ConfigParser.py
    │   │   ├── Cookie.py
    │   │   ├── DocXMLRPCServer.py
    │   │   ├── HTMLParser.py
    │   │   ├── MimeWriter.py
    │   │   ├── Queue.py
    │   │   ├── SimpleHTTPServer.py
    │   │   ├── SimpleXMLRPCServer.py
    │   │   ├── SocketServer.py
    │   │   ├── StringIO.py
    │   │   ├── UserDict.py
    │   │   ├── UserList.py
    │   │   ├── UserString.py
    │   │   ├── _LWPCookieJar.py
    │   │   ├── _MozillaCookieJar.py
    │   │   ├── __future__.py
    │   │   ├── _abcoll.py
    │   │   ├── _fsum.py
    │   │   ├── _google_ipaddr_r234.py
    │   │   ├── _jyio.py
    │   │   ├── _pyio.py
    │   │   ├── _rawffi.py
    │   │   ├── _strptime.py
    │   │   ├── _threading_local.py
    │   │   ├── _weakrefset.py
    │   │   ├── abc.py
    │   │   ├── aifc.py
    │   │   ├── anydbm.py
    │   │   ├── argparse.py
    │   │   ├── ast.py
    │   │   ├── asynchat.py
    │   │   ├── asyncore.py
    │   │   ├── atexit.py
    │   │   ├── base64.py
    │   │   ├── bdb.py
    │   │   ├── binhex.py
    │   │   ├── bisect.py
    │   │   ├── calendar.py
    │   │   ├── cgi.py
    │   │   ├── cgitb.py
    │   │   ├── chunk.py
    │   │   ├── cmd.py
    │   │   ├── code.py
    │   │   ├── codecs.py
    │   │   ├── codeop.py
    │   │   ├── collections.py
    │   │   ├── colorsys.py
    │   │   ├── commands.py
    │   │   ├── compileall.py
    │   │   ├── compiler
    │   │   │   ├── __init__.py
    │   │   │   ├── ast.py
    │   │   │   ├── consts.py
    │   │   │   ├── future.py
    │   │   │   ├── misc.py
    │   │   │   ├── pyassem.py
    │   │   │   ├── pycodegen.py
    │   │   │   ├── symbols.py
    │   │   │   ├── syntax.py
    │   │   │   ├── transformer.py
    │   │   │   └── visitor.py
    │   │   ├── contextlib.py
    │   │   ├── cookielib.py
    │   │   ├── copy.py
    │   │   ├── copy_reg.py
    │   │   ├── csv.py
    │   │   ├── ctypes
    │   │   │   └── __init__.py
    │   │   ├── datetime.py
    │   │   ├── dbexts.py
    │   │   ├── decimal.py
    │   │   ├── difflib.py
    │   │   ├── dircache.py
    │   │   ├── dis.py
    │   │   ├── distutils
    │   │   │   ├── README
    │   │   │   ├── __init__.py
    │   │   │   ├── archive_util.py
    │   │   │   ├── bcppcompiler.py
    │   │   │   ├── ccompiler.py
    │   │   │   ├── cmd.py
    │   │   │   ├── command
    │   │   │   │   ├── __init__.py
    │   │   │   │   ├── bdist.py
    │   │   │   │   ├── bdist_dumb.py
    │   │   │   │   ├── bdist_msi.py
    │   │   │   │   ├── bdist_rpm.py
    │   │   │   │   ├── bdist_wininst.py
    │   │   │   │   ├── build.py
    │   │   │   │   ├── build_clib.py
    │   │   │   │   ├── build_ext.py
    │   │   │   │   ├── build_py.py
    │   │   │   │   ├── build_scripts.py
    │   │   │   │   ├── check.py
    │   │   │   │   ├── clean.py
    │   │   │   │   ├── command_template
    │   │   │   │   ├── config.py
    │   │   │   │   ├── install.py
    │   │   │   │   ├── install_data.py
    │   │   │   │   ├── install_egg_info.py
    │   │   │   │   ├── install_headers.py
    │   │   │   │   ├── install_lib.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
    │   │   │   ├── file_util.py
    │   │   │   ├── filelist.py
    │   │   │   ├── jythoncompiler.py
    │   │   │   ├── log.py
    │   │   │   ├── msvc9compiler.py
    │   │   │   ├── msvccompiler.py
    │   │   │   ├── spawn.py
    │   │   │   ├── sysconfig.py
    │   │   │   ├── tests
    │   │   │   │   ├── Setup.sample
    │   │   │   │   ├── __init__.py
    │   │   │   │   ├── setuptools_build_ext.py
    │   │   │   │   ├── setuptools_extension.py
    │   │   │   │   ├── support.py
    │   │   │   │   ├── test_archive_util.py
    │   │   │   │   ├── test_bdist.py
    │   │   │   │   ├── test_bdist_dumb.py
    │   │   │   │   ├── test_bdist_msi.py
    │   │   │   │   ├── test_bdist_rpm.py
    │   │   │   │   ├── test_bdist_wininst.py
    │   │   │   │   ├── test_build.py
    │   │   │   │   ├── test_build_clib.py
    │   │   │   │   ├── test_build_ext.py
    │   │   │   │   ├── test_build_py.py
    │   │   │   │   ├── test_build_scripts.py
    │   │   │   │   ├── test_ccompiler.py
    │   │   │   │   ├── test_check.py
    │   │   │   │   ├── test_clean.py
    │   │   │   │   ├── test_cmd.py
    │   │   │   │   ├── test_config.py
    │   │   │   │   ├── test_config_cmd.py
    │   │   │   │   ├── test_core.py
    │   │   │   │   ├── test_dep_util.py
    │   │   │   │   ├── test_dir_util.py
    │   │   │   │   ├── test_dist.py
    │   │   │   │   ├── test_file_util.py
    │   │   │   │   ├── test_filelist.py
    │   │   │   │   ├── test_install.py
    │   │   │   │   ├── test_install_data.py
    │   │   │   │   ├── test_install_headers.py
    │   │   │   │   ├── test_install_lib.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_version.py
    │   │   │   │   └── test_versionpredicate.py
    │   │   │   ├── text_file.py
    │   │   │   ├── unixccompiler.py
    │   │   │   ├── util.py
    │   │   │   ├── version.py
    │   │   │   └── versionpredicate.py
    │   │   ├── doctest.py
    │   │   ├── dumbdbm.py
    │   │   ├── dummy_thread.py
    │   │   ├── dummy_threading.py
    │   │   ├── email
    │   │   │   ├── Charset.py
    │   │   │   ├── Encoders.py
    │   │   │   ├── Errors.py
    │   │   │   ├── Generator.py
    │   │   │   ├── Header.py
    │   │   │   ├── Iterators.py
    │   │   │   ├── Message.py
    │   │   │   ├── Parser.py
    │   │   │   ├── Utils.py
    │   │   │   ├── __init__.py
    │   │   │   ├── _parseaddr.py
    │   │   │   ├── base64MIME.py
    │   │   │   ├── feedparser.py
    │   │   │   ├── mime
    │   │   │   │   ├── __init__.py
    │   │   │   │   ├── application.py
    │   │   │   │   ├── audio.py
    │   │   │   │   ├── base.py
    │   │   │   │   ├── image.py
    │   │   │   │   ├── message.py
    │   │   │   │   ├── multipart.py
    │   │   │   │   ├── nonmultipart.py
    │   │   │   │   └── text.py
    │   │   │   └── quopriMIME.py
    │   │   ├── encodings
    │   │   │   ├── __init__.py
    │   │   │   ├── aliases.py
    │   │   │   ├── ascii.py
    │   │   │   ├── base64_codec.py
    │   │   │   ├── big5.py
    │   │   │   ├── big5hkscs.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
    │   │   │   ├── iso2022_jp.py
    │   │   │   ├── iso2022_jp_1.py
    │   │   │   ├── iso2022_jp_2.py
    │   │   │   ├── iso2022_jp_2004.py
    │   │   │   ├── iso2022_jp_3.py
    │   │   │   ├── iso2022_jp_ext.py
    │   │   │   ├── iso2022_kr.py
    │   │   │   ├── iso8859_1.py
    │   │   │   ├── iso8859_10.py
    │   │   │   ├── iso8859_11.py
    │   │   │   ├── iso8859_13.py
    │   │   │   ├── iso8859_14.py
    │   │   │   ├── iso8859_15.py
    │   │   │   ├── iso8859_16.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_roman.py
    │   │   │   ├── mac_romanian.py
    │   │   │   ├── mac_turkish.py
    │   │   │   ├── mbcs.py
    │   │   │   ├── palmos.py
    │   │   │   ├── ptcp154.py
    │   │   │   ├── punycode.py
    │   │   │   ├── quopri_codec.py
    │   │   │   ├── raw_unicode_escape.py
    │   │   │   ├── rot_13.py
    │   │   │   ├── shift_jis.py
    │   │   │   ├── shift_jis_2004.py
    │   │   │   ├── shift_jisx0213.py
    │   │   │   ├── string_escape.py
    │   │   │   ├── tis_620.py
    │   │   │   ├── undefined.py
    │   │   │   ├── unicode_escape.py
    │   │   │   ├── unicode_internal.py
    │   │   │   ├── utf_16.py
    │   │   │   ├── utf_16_be.py
    │   │   │   ├── utf_16_le.py
    │   │   │   ├── utf_32.py
    │   │   │   ├── utf_32_be.py
    │   │   │   ├── utf_32_le.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
    │   │   ├── ftplib.py
    │   │   ├── functools.py
    │   │   ├── future_builtins.py
    │   │   ├── genericpath.py
    │   │   ├── getopt.py
    │   │   ├── getpass.py
    │   │   ├── gettext.py
    │   │   ├── glob.py
    │   │   ├── grp.py
    │   │   ├── gzip.py
    │   │   ├── hashlib.py
    │   │   ├── heapq.py
    │   │   ├── hmac.py
    │   │   ├── htmlentitydefs.py
    │   │   ├── htmllib.py
    │   │   ├── httplib.py
    │   │   ├── ihooks.py
    │   │   ├── imaplib.py
    │   │   ├── imghdr.py
    │   │   ├── importlib
    │   │   │   └── __init__.py
    │   │   ├── inspect.py
    │   │   ├── io.py
    │   │   ├── isql.py
    │   │   ├── javapath.py
    │   │   ├── javashell.py
    │   │   ├── json
    │   │   │   ├── __init__.py
    │   │   │   ├── decoder.py
    │   │   │   ├── encoder.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
    │   │   ├── keyword.py
    │   │   ├── linecache.py
    │   │   ├── locale.py
    │   │   ├── logging
    │   │   │   ├── __init__.py
    │   │   │   ├── config.py
    │   │   │   └── handlers.py
    │   │   ├── macpath.py
    │   │   ├── macurl2path.py
    │   │   ├── mailbox.py
    │   │   ├── mailcap.py
    │   │   ├── markupbase.py
    │   │   ├── marshal.py
    │   │   ├── md5.py
    │   │   ├── mhlib.py
    │   │   ├── mimetools.py
    │   │   ├── mimetypes.py
    │   │   ├── mimify.py
    │   │   ├── modjy
    │   │   │   ├── __init__.py
    │   │   │   ├── modjy.py
    │   │   │   ├── modjy_exceptions.py
    │   │   │   ├── modjy_impl.py
    │   │   │   ├── modjy_input.py
    │   │   │   ├── modjy_log.py
    │   │   │   ├── modjy_params.py
    │   │   │   ├── modjy_publish.py
    │   │   │   ├── modjy_response.py
    │   │   │   ├── modjy_write.py
    │   │   │   └── modjy_wsgi.py
    │   │   ├── multifile.py
    │   │   ├── mutex.py
    │   │   ├── netrc.py
    │   │   ├── new.py
    │   │   ├── nntplib.py
    │   │   ├── ntpath.py
    │   │   ├── nturl2path.py
    │   │   ├── numbers.py
    │   │   ├── opcode.py
    │   │   ├── optparse.py
    │   │   ├── os.py
    │   │   ├── pawt
    │   │   │   ├── __init__.py
    │   │   │   ├── colors.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
    │   │   ├── py_compile.py
    │   │   ├── pycimport.py
    │   │   ├── pyclbr.py
    │   │   ├── pydoc.py
    │   │   ├── pyexpat.py
    │   │   ├── quopri.py
    │   │   ├── random.py
    │   │   ├── re.py
    │   │   ├── readline.py
    │   │   ├── repr.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
    │   │   ├── site-packages
    │   │   │   └── README
    │   │   ├── site.py
    │   │   ├── smtpd.py
    │   │   ├── smtplib.py
    │   │   ├── sndhdr.py
    │   │   ├── socket.py
    │   │   ├── sre.py
    │   │   ├── sre_compile.py
    │   │   ├── sre_constants.py
    │   │   ├── sre_parse.py
    │   │   ├── ssl.py
    │   │   ├── stat.py
    │   │   ├── string.py
    │   │   ├── subprocess.py
    │   │   ├── symbol.py
    │   │   ├── sysconfig.py
    │   │   ├── tabnanny.py
    │   │   ├── tarfile.py
    │   │   ├── telnetlib.py
    │   │   ├── tempfile.py
    │   │   ├── textwrap.py
    │   │   ├── this.py
    │   │   ├── threading.py
    │   │   ├── timeit.py
    │   │   ├── token.py
    │   │   ├── tokenize.py
    │   │   ├── trace.py
    │   │   ├── traceback.py
    │   │   ├── tty.py
    │   │   ├── types.py
    │   │   ├── unicodedata.py
    │   │   ├── unittest
    │   │   │   ├── __init__.py
    │   │   │   ├── __main__.py
    │   │   │   ├── case.py
    │   │   │   ├── loader.py
    │   │   │   ├── main.py
    │   │   │   ├── result.py
    │   │   │   ├── runner.py
    │   │   │   ├── signals.py
    │   │   │   ├── suite.py
    │   │   │   ├── test
    │   │   │   │   ├── __init__.py
    │   │   │   │   ├── dummy.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
    │   │   ├── urllib.py
    │   │   ├── urllib2.py
    │   │   ├── urlparse.py
    │   │   ├── user.py
    │   │   ├── uu.py
    │   │   ├── uuid.py
    │   │   ├── warnings.py
    │   │   ├── weakref.py
    │   │   ├── whichdb.py
    │   │   ├── wsgiref
    │   │   │   ├── __init__.py
    │   │   │   ├── handlers.py
    │   │   │   ├── headers.py
    │   │   │   ├── simple_server.py
    │   │   │   ├── util.py
    │   │   │   └── validate.py
    │   │   ├── wsgiref.egg-info
    │   │   ├── xdrlib.py
    │   │   ├── xml
    │   │   │   ├── FtCore.py
    │   │   │   ├── Uri.py
    │   │   │   ├── __init__.py
    │   │   │   ├── dom
    │   │   │   │   ├── MessageSource.py
    │   │   │   │   ├── NodeFilter.py
    │   │   │   │   ├── __init__.py
    │   │   │   │   ├── domreg.py
    │   │   │   │   ├── minicompat.py
    │   │   │   │   ├── minidom.py
    │   │   │   │   ├── pulldom.py
    │   │   │   │   └── xmlbuilder.py
    │   │   │   ├── etree
    │   │   │   │   ├── ElementInclude.py
    │   │   │   │   ├── ElementPath.py
    │   │   │   │   ├── ElementTree.py
    │   │   │   │   ├── __init__.py
    │   │   │   │   └── cElementTree.py
    │   │   │   ├── parsers
    │   │   │   │   ├── __init__.py
    │   │   │   │   └── expat.py
    │   │   │   └── sax
    │   │   │       ├── __init__.py
    │   │   │       ├── _exceptions.py
    │   │   │       ├── drivers2
    │   │   │       │   ├── __init__.py
    │   │   │       │   └── drv_javasax.py
    │   │   │       ├── handler.py
    │   │   │       ├── saxlib.py
    │   │   │       ├── saxutils.py
    │   │   │       └── xmlreader.py
    │   │   ├── xmllib.py
    │   │   ├── xmlrpclib.py
    │   │   ├── zipfile.py
    │   │   └── zlib.py
    │   ├── META-INF
    │   │   ├── MANIFEST.MF
    │   │   ├── PYDEV.DSA
    │   │   ├── PYDEV.SF
    │   │   └── maven
    │   │       └── org.python.pydev
    │   │           └── org.python.pydev.jython
    │   │               ├── pom.properties
    │   │               └── pom.xml
    │   ├── 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_example.py
    │   │   ├── pyedit_example2.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
    │   ├── plugin.xml
    │   └── pydev-jython.jar
    ├── org.python.pydev.mylyn_0.6.0
    │   ├── META-INF
    │   │   ├── MANIFEST.MF
    │   │   ├── PYDEV.DSA
    │   │   ├── PYDEV.SF
    │   │   └── maven
    │   │       └── org.python.pydev
    │   │           └── org.python.pydev.mylyn
    │   │               ├── pom.properties
    │   │               └── pom.xml
    │   ├── icons
    │   │   ├── elcl16
    │   │   │   └── interest-filtering.gif
    │   │   ├── etool16
    │   │   │   ├── junit-tab.gif
    │   │   │   ├── launch-junit-pde.gif
    │   │   │   ├── launch-junit.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
    │   ├── org
    │   │   └── python
    │   │       └── pydev
    │   │           └── mylyn
    │   │               ├── Activator.class
    │   │               └── PyFocusExplorerAction.class
    │   └── plugin.xml
    ├── org.python.pydev.parser.source_4.5.5.201603221110.jar
    ├── org.python.pydev.parser_4.5.5.201603221110
    │   ├── LICENSE.txt
    │   ├── META-INF
    │   │   ├── MANIFEST.MF
    │   │   ├── PYDEV.DSA
    │   │   ├── PYDEV.SF
    │   │   └── maven
    │   │       └── org.python.pydev
    │   │           └── org.python.pydev.parser
    │   │               ├── pom.properties
    │   │               └── pom.xml
    │   ├── parser.jar
    │   ├── plugin.xml
    │   └── schema
    │       └── pydev_parser_observer.exsd
    ├── org.python.pydev.refactoring.source_4.5.5.201603221110.jar
    ├── org.python.pydev.refactoring_4.5.5.201603221110
    │   ├── LICENSE.txt
    │   ├── META-INF
    │   │   ├── MANIFEST.MF
    │   │   ├── PYDEV.DSA
    │   │   ├── PYDEV.SF
    │   │   └── maven
    │   │       └── org.python.pydev
    │   │           └── org.python.pydev.refactoring
    │   │               ├── pom.properties
    │   │               └── pom.xml
    │   ├── icons
    │   │   ├── attrpub_obj.gif
    │   │   ├── class_obj.gif
    │   │   ├── logo.png
    │   │   ├── logo.ufo
    │   │   └── methpub_obj.gif
    │   ├── plugin.properties
    │   └── refactoring.jar
    ├── org.python.pydev.shared_core.source_4.5.5.201603221110.jar
    ├── org.python.pydev.shared_core_4.5.5.201603221110
    │   ├── LICENSE.txt
    │   ├── META-INF
    │   │   ├── MANIFEST.MF
    │   │   ├── PYDEV.DSA
    │   │   ├── PYDEV.SF
    │   │   └── maven
    │   │       └── org.python.pydev
    │   │           └── org.python.pydev.shared_core
    │   │               ├── pom.properties
    │   │               └── pom.xml
    │   ├── libs
    │   │   ├── lucene-analyzers-common-5.2.1.jar
    │   │   ├── lucene-core-5.2.1.jar
    │   │   └── snakeyaml-1.11.jar
    │   └── shared_core.jar
    ├── org.python.pydev.shared_interactive_console.source_4.5.5.201603221110.jar
    ├── org.python.pydev.shared_interactive_console_4.5.5.201603221110
    │   ├── LICENSE.txt
    │   ├── META-INF
    │   │   ├── MANIFEST.MF
    │   │   ├── PYDEV.DSA
    │   │   ├── PYDEV.SF
    │   │   └── maven
    │   │       └── org.python.pydev
    │   │           └── org.python.pydev.shared_interactive_console
    │   │               ├── pom.properties
    │   │               └── pom.xml
    │   ├── commons-logging-1.1.1.jar
    │   ├── icons
    │   │   ├── interrupt.gif
    │   │   ├── save.gif
    │   │   ├── sync_ed.gif
    │   │   └── terminate.gif
    │   ├── interactive_console.jar
    │   ├── 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_ui.source_4.5.5.201603221110.jar
    ├── org.python.pydev.shared_ui_4.5.5.201603221110
    │   ├── LICENSE.txt
    │   ├── META-INF
    │   │   ├── MANIFEST.MF
    │   │   ├── PYDEV.DSA
    │   │   ├── PYDEV.SF
    │   │   └── maven
    │   │       └── org.python.pydev
    │   │           └── org.python.pydev.shared_ui
    │   │               ├── pom.properties
    │   │               └── pom.xml
    │   ├── 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.png
    │   │   ├── cython_file.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
    │   │   │   ├── __imp_obj.gif
    │   │   │   ├── 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.png
    │   │   │   ├── imp_rel_obj.gif
    │   │   │   ├── method_obj.gif
    │   │   │   ├── old_imp_rel_obj.gif
    │   │   │   ├── template.pdn
    │   │   │   └── xml_tag.png
    │   │   ├── package_obj.gif
    │   │   ├── packagefolder_obj.gif
    │   │   ├── parameters_obj.gif
    │   │   ├── private_obj.gif
    │   │   ├── project.png
    │   │   ├── project_source_folder.gif
    │   │   ├── protected_obj.gif
    │   │   ├── pydev_package_explorer.gif
    │   │   ├── pylint.png
    │   │   ├── pythonNature.gif
    │   │   ├── python_16x16.png
    │   │   ├── python_comment.png
    │   │   ├── python_comment_black.png
    │   │   ├── python_coverage.png
    │   │   ├── python_file.gif
    │   │   ├── python_logo.png
    │   │   ├── python_module.png
    │   │   ├── python_nature.png
    │   │   ├── python_perspective.png
    │   │   ├── python_refactor.png
    │   │   ├── python_run.png
    │   │   ├── python_unit.png
    │   │   ├── refresh_nav.gif
    │   │   ├── relaunch.png
    │   │   ├── relaunch1.png
    │   │   ├── relaunch_background_disabled.png
    │   │   ├── relaunch_background_enabled.png
    │   │   ├── relaunch_errors.png
    │   │   ├── remove.gif
    │   │   ├── remove_all.gif
    │   │   ├── remove_nature.png
    │   │   ├── sample.gif
    │   │   ├── save.gif
    │   │   ├── search.gif
    │   │   ├── search_docs.gif
    │   │   ├── showerr_tsk.gif
    │   │   ├── static_co.gif
    │   │   ├── sync_ed.gif
    │   │   ├── tabs_active.png
    │   │   ├── tabs_inactive.png
    │   │   ├── template.gif
    │   │   ├── terminate.gif
    │   │   ├── terminate_all.gif
    │   │   ├── toggle_tabs.png
    │   │   ├── warning.png
    │   │   ├── warning_decoration.gif
    │   │   └── workset.gif
    │   ├── plugin.xml
    │   └── shared_ui.jar
    ├── org.python.pydev.source_4.5.5.201603221110.jar
    └── org.python.pydev_4.5.5.201603221110
        ├── LICENSE.txt
        ├── META-INF
        │   ├── MANIFEST.MF
        │   ├── PYDEV.DSA
        │   ├── PYDEV.SF
        │   └── maven
        │       └── org.python.pydev
        │           └── org.python.pydev
        │               ├── pom.properties
        │               └── pom.xml
        ├── 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.png
        │   ├── cython_file.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
        │   │   ├── __imp_obj.gif
        │   │   ├── 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.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
        │   ├── package_obj.gif
        │   ├── packagefolder_obj.gif
        │   ├── packagefolder_obj_remove.gif
        │   ├── parameters_obj.gif
        │   ├── private_obj.gif
        │   ├── project_source_folder.gif
        │   ├── protected_obj.gif
        │   ├── pydev_package_explorer.gif
        │   ├── pylint.png
        │   ├── pythonNature.gif
        │   ├── python_16x16.png
        │   ├── python_comment.png
        │   ├── python_comment_black.png
        │   ├── python_coverage.png
        │   ├── python_file.gif
        │   ├── python_logo.png
        │   ├── python_module.png
        │   ├── python_nature.png
        │   ├── python_perspective.png
        │   ├── python_refactor.png
        │   ├── python_run.png
        │   ├── python_unit.png
        │   ├── refresh_nav.gif
        │   ├── relaunch.png
        │   ├── relaunch1.png
        │   ├── relaunch_background_disabled.png
        │   ├── relaunch_background_enabled.png
        │   ├── relaunch_errors.png
        │   ├── remove.gif
        │   ├── remove_nature.png
        │   ├── sample.gif
        │   ├── save.gif
        │   ├── search.gif
        │   ├── search_docs.gif
        │   ├── showerr_tsk.gif
        │   ├── static_co.gif
        │   ├── sync_ed.gif
        │   ├── tabs_active.png
        │   ├── tabs_inactive.png
        │   ├── template.gif
        │   ├── terminate.gif
        │   ├── terminate_all.gif
        │   ├── toggle_tabs.png
        │   ├── warning.png
        │   └── warning_decoration.gif
        ├── libs
        │   └── WinRegistry-4.5.jar
        ├── plugin.properties
        ├── plugin.xml
        ├── pydev.jar
        ├── pydev.png
        ├── pysrc
        │   ├── LICENSE
        │   ├── MANIFEST.in
        │   ├── README.rst
        │   ├── _pydev_bundle
        │   │   ├── __init__.py
        │   │   ├── _pydev_completer.py
        │   │   ├── _pydev_filesystem_encoding.py
        │   │   ├── _pydev_getopt.py
        │   │   ├── _pydev_imports_tipper.py
        │   │   ├── _pydev_jy_imports_tipper.py
        │   │   ├── _pydev_log.py
        │   │   ├── _pydev_tipper_common.py
        │   │   ├── fix_getpass.py
        │   │   ├── pydev_console_utils.py
        │   │   ├── pydev_import_hook.py
        │   │   ├── pydev_imports.py
        │   │   ├── pydev_ipython_console.py
        │   │   ├── pydev_ipython_console_011.py
        │   │   ├── pydev_is_thread_alive.py
        │   │   ├── pydev_localhost.py
        │   │   ├── pydev_log.py
        │   │   ├── pydev_monkey.py
        │   │   ├── pydev_monkey_qt.py
        │   │   ├── pydev_override.py
        │   │   ├── pydev_umd.py
        │   │   └── pydev_versioncheck.py
        │   ├── _pydev_imps
        │   │   ├── __init__.py
        │   │   ├── _pydev_BaseHTTPServer.py
        │   │   ├── _pydev_Queue.py
        │   │   ├── _pydev_SimpleXMLRPCServer.py
        │   │   ├── _pydev_SocketServer.py
        │   │   ├── _pydev_execfile.py
        │   │   ├── _pydev_inspect.py
        │   │   ├── _pydev_pkgutil_old.py
        │   │   ├── _pydev_select.py
        │   │   ├── _pydev_socket.py
        │   │   ├── _pydev_sys_patch.py
        │   │   ├── _pydev_thread.py
        │   │   ├── _pydev_threading.py
        │   │   ├── _pydev_time.py
        │   │   ├── _pydev_uuid_old.py
        │   │   └── _pydev_xmlrpclib.py
        │   ├── _pydev_runfiles
        │   │   ├── __init__.py
        │   │   ├── pydev_runfiles.py
        │   │   ├── pydev_runfiles_coverage.py
        │   │   ├── pydev_runfiles_nose.py
        │   │   ├── pydev_runfiles_parallel.py
        │   │   ├── pydev_runfiles_parallel_client.py
        │   │   ├── pydev_runfiles_pytest2.py
        │   │   ├── pydev_runfiles_unittest.py
        │   │   └── pydev_runfiles_xml_rpc.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.py
        │   │   ├── pydevd_dont_trace_files.py
        │   │   ├── pydevd_exec.py
        │   │   ├── pydevd_exec2.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_tracing.py
        │   │   ├── pydevd_utils.py
        │   │   ├── pydevd_vars.py
        │   │   ├── pydevd_vm_type.py
        │   │   └── pydevd_xml.py
        │   ├── appveyor.yml
        │   ├── build.cmd
        │   ├── build_tools
        │   │   ├── build.py
        │   │   ├── build_binaries_windows.py
        │   │   ├── generate_code.py
        │   │   ├── names_to_rename.py
        │   │   └── rename_pep8.py
        │   ├── interpreterInfo.py
        │   ├── pycompletionserver.py
        │   ├── pydev_app_engine_debug_startup.py
        │   ├── pydev_coverage.py
        │   ├── pydev_ipython
        │   │   ├── README
        │   │   ├── __init__.py
        │   │   ├── inputhook.py
        │   │   ├── inputhookglut.py
        │   │   ├── inputhookgtk.py
        │   │   ├── inputhookgtk3.py
        │   │   ├── inputhookpyglet.py
        │   │   ├── inputhookqt4.py
        │   │   ├── inputhooktk.py
        │   │   ├── inputhookwx.py
        │   │   ├── matplotlibtools.py
        │   │   ├── qt.py
        │   │   ├── qt_for_kernel.py
        │   │   ├── qt_loaders.py
        │   │   └── version.py
        │   ├── pydev_pysrc.py
        │   ├── pydev_run_in_console.py
        │   ├── pydev_sitecustomize
        │   │   ├── __not_in_default_pythonpath.txt
        │   │   └── sitecustomize.py
        │   ├── pydevconsole.py
        │   ├── pydevd.py
        │   ├── pydevd_attach_to_process
        │   │   ├── README.txt
        │   │   ├── _always_live_program.py
        │   │   ├── _check.py
        │   │   ├── _test_attach_to_process.py
        │   │   ├── _test_attach_to_process_linux.py
        │   │   ├── add_code_to_python_process.py
        │   │   ├── attach_amd64.dll
        │   │   ├── attach_linux_amd64.so
        │   │   ├── attach_linux_x86.so
        │   │   ├── attach_pydevd.py
        │   │   ├── attach_script.py
        │   │   ├── attach_x86.dll
        │   │   ├── attach_x86.dylib
        │   │   ├── attach_x86_64.dylib
        │   │   ├── dll
        │   │   │   ├── attach.cpp
        │   │   │   ├── attach.h
        │   │   │   ├── compile_dll.bat
        │   │   │   ├── python.h
        │   │   │   ├── stdafx.cpp
        │   │   │   ├── stdafx.h
        │   │   │   └── targetver.h
        │   │   ├── linux
        │   │   │   ├── Makefile
        │   │   │   ├── attach_linux.c
        │   │   │   ├── compile_mac.sh
        │   │   │   ├── compile_so.sh
        │   │   │   ├── gdb_threads_settrace.py
        │   │   │   ├── lldb_prepare.py
        │   │   │   ├── lldb_threads_settrace.py
        │   │   │   └── python.h
        │   │   └── winappdbg
        │   │       ├── __init__.py
        │   │       ├── breakpoint.py
        │   │       ├── compat.py
        │   │       ├── crash.py
        │   │       ├── debug.py
        │   │       ├── disasm.py
        │   │       ├── event.py
        │   │       ├── interactive.py
        │   │       ├── module.py
        │   │       ├── plugins
        │   │       │   ├── README
        │   │       │   ├── __init__.py
        │   │       │   ├── do_example.py
        │   │       │   ├── do_exchain.py
        │   │       │   ├── do_exploitable.py
        │   │       │   └── do_symfix.py
        │   │       ├── process.py
        │   │       ├── registry.py
        │   │       ├── search.py
        │   │       ├── sql.py
        │   │       ├── system.py
        │   │       ├── textio.py
        │   │       ├── thread.py
        │   │       ├── util.py
        │   │       ├── win32
        │   │       │   ├── __init__.py
        │   │       │   ├── advapi32.py
        │   │       │   ├── context_amd64.py
        │   │       │   ├── context_i386.py
        │   │       │   ├── dbghelp.py
        │   │       │   ├── defines.py
        │   │       │   ├── gdi32.py
        │   │       │   ├── kernel32.py
        │   │       │   ├── ntdll.py
        │   │       │   ├── peb_teb.py
        │   │       │   ├── psapi.py
        │   │       │   ├── shell32.py
        │   │       │   ├── shlwapi.py
        │   │       │   ├── user32.py
        │   │       │   ├── version.py
        │   │       │   └── wtsapi32.py
        │   │       └── window.py
        │   ├── pydevd_concurrency_analyser
        │   │   ├── __init__.py
        │   │   ├── pydevd_concurrency_logger.py
        │   │   └── pydevd_thread_wrappers.py
        │   ├── pydevd_file_utils.py
        │   ├── pydevd_plugins
        │   │   ├── __init__.py
        │   │   ├── django_debug.py
        │   │   └── jinja2_debug.py
        │   ├── runfiles.py
        │   ├── setup.py
        │   ├── setup_cython.py
        │   ├── stubs
        │   │   ├── _django_manager_body.py
        │   │   ├── _get_tips.py
        │   │   └── pycompletion.py
        │   └── third_party
        │       ├── pep8
        │       │   ├── autopep8.py
        │       │   ├── lib2to3
        │       │   │   └── lib2to3
        │       │   │       ├── Grammar.txt
        │       │   │       ├── PatternGrammar.txt
        │       │   │       ├── __init__.py
        │       │   │       ├── __main__.py
        │       │   │       ├── btm_matcher.py
        │       │   │       ├── btm_utils.py
        │       │   │       ├── fixer_base.py
        │       │   │       ├── fixer_util.py
        │       │   │       ├── fixes
        │       │   │       │   ├── __init__.py
        │       │   │       │   ├── fix_apply.py
        │       │   │       │   ├── fix_basestring.py
        │       │   │       │   ├── fix_buffer.py
        │       │   │       │   ├── fix_callable.py
        │       │   │       │   ├── fix_dict.py
        │       │   │       │   ├── fix_except.py
        │       │   │       │   ├── fix_exec.py
        │       │   │       │   ├── fix_execfile.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_imports.py
        │       │   │       │   ├── fix_imports2.py
        │       │   │       │   ├── fix_input.py
        │       │   │       │   ├── fix_intern.py
        │       │   │       │   ├── fix_isinstance.py
        │       │   │       │   ├── fix_itertools.py
        │       │   │       │   ├── fix_itertools_imports.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
        │       │   │       ├── main.py
        │       │   │       ├── patcomp.py
        │       │   │       ├── pgen2
        │       │   │       │   ├── __init__.py
        │       │   │       │   ├── conv.py
        │       │   │       │   ├── driver.py
        │       │   │       │   ├── grammar.py
        │       │   │       │   ├── literals.py
        │       │   │       │   ├── parse.py
        │       │   │       │   ├── pgen.py
        │       │   │       │   ├── token.py
        │       │   │       │   └── tokenize.py
        │       │   │       ├── pygram.py
        │       │   │       ├── pytree.py
        │       │   │       └── refactor.py
        │       │   └── pep8.py
        │       └── wrapped_for_pydev
        │           ├── ctypes
        │           │   ├── __init__.py
        │           │   ├── _ctypes.dll
        │           │   ├── _endian.py
        │           │   ├── ctypes-README.txt
        │           │   ├── macholib
        │           │   │   ├── __init__.py
        │           │   │   ├── dyld.py
        │           │   │   ├── dylib.py
        │           │   │   └── framework.py
        │           │   ├── util.py
        │           │   └── wintypes.py
        │           └── not_in_default_pythonpath.txt
        └── schema
            ├── pydev_builder.exsd
            ├── pydev_completion.exsd
            ├── pydev_ctrl_1.exsd
            ├── pydev_debug_preferences_page.exsd
            ├── pydev_formatter.exsd
            ├── pydev_globals_browser.exsd
            ├── pydev_hover.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

204 directories, 1432 files


标签: eclipse python 4.5.5 CLI dev

实例下载地址

Python for Eclipse PyDev 4.5.5

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警