在好例子网,分享、交流、成长!
您当前所在位置:首页Python 开发实例Python语言基础 → python-eclipse插件PyDev 4.3.0

python-eclipse插件PyDev 4.3.0

Python语言基础

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

实例介绍

【实例简介】python-eclipse插件PyDev 4.3.0
eclipse用于python开发插件,请用jdk1.7

【实例截图】

from clipboard

【核心代码】.
├── features
│   ├── org.python.pydev.feature_4.3.0.201508182223
│   │   ├── 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_4.3.0.201508182223
│   │   ├── 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_4.3.0.201508182223
│   │   ├── 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_4.3.0.201508182223
│   │   ├── 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_4.3.0.201508182223
│   │   ├── 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_4.3.0.201508182223
│   │   ├── 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_4.3.0.201508182223
│   │   ├── 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_4.3.0.201508182223
│   │   ├── 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_4.3.0.201508182223
│   │   ├── 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_4.3.0.201508182223
│   │   ├── 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_4.3.0.201508182223
│   │   ├── 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_4.3.0.201508182223
│   │   ├── 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.3.0.201508182223
│   │   ├── 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_4.3.0.201508182223
│       ├── 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
│       │   ├── 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
│       │       ├── case.py
│       │       ├── loader.py
│       │       ├── main.py
│       │       ├── result.py
│       │       ├── runner.py
│       │       ├── signals.py
│       │       ├── suite.py
│       │       └── test
│       │           ├── dummy.py
│       │           ├── support.py
│       │           ├── test_assertions.py
│       │           └── test_break.py
│       ├── 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_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
└── python-eclipse插件PyDev 4.3.0_PyDev4.3.0.zip

105 directories, 695 files


标签: eclipse python CLI dev 3.0

实例下载地址

python-eclipse插件PyDev 4.3.0

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警