Python自动化测试基础课程
├── 笔记资料/│ ├── python基础-02 数字和字符串.docx
│ ├── python基础-03 列表.docx
│ ├── Python基础-04 其他数据类型.docx
│ ├── Python基础-05 语句结构.docx
│ ├── Python基础-06 函数.docx
│ ├── python基础-07 面向对象.docx
│ └── Python基础-08 文件读写和其他.docx
├── 视频/
│ ├── 01章/
│ │ ├── python-01-01 python简介.mp4
│ │ ├── python-01-02 python安装.mp4
│ │ ├── python-01-03 python环境配置.mp4
│ │ ├── python-01-04 pip命令.mp4
│ │ ├── python-01-05 python编程案例.mp4
│ │ ├── python-01-06 python输入输出.mp4
│ │ ├── python-01-07 python习题讲解.mp4
│ │ ├── python-01-08 python变量.mp4
│ │ ├── python-01-09 标识符.mp4
│ │ ├── python-01-10 关键字.mp4
│ │ ├── python-01-11 注释和缩进.mp4
│ │ └── python-01-12 运算符.mp4
│ ├── 02章/
│ │ ├── python-02-01 数据类型.mp4
│ │ ├── python-02-02 数字型.mp4
│ │ ├── python-02-03 字符串类型.mp4
│ │ ├── python-02-04 字符串处理.mp4
│ │ └── python-02-05 字符串切片.mp4
│ ├── 03章/
│ │ ├── python-03-01 列表基础.mp4
│ │ ├── python-03-02 列表操作.mp4
│ │ ├── python-03-03 列表相关函数.mp4
│ │ └── python-03-04 字符串作业.mp4
│ ├── 04章/
│ │ ├── python-04-01 元组.mp4
│ │ ├── python-04-02 集合.mp4
│ │ ├── python-04-03 字典概述.mp4
│ │ └── python-04-04 字典应用.mp4
│ ├── 05章/
│ │ ├── python-05-01 if条件.mp4
│ │ ├── python-05-02 if条件实例.mp4
│ │ ├── python-05-03 for循环.mp4
│ │ ├── python-05-04 循环实例.mp4
│ │ ├── python-05-05 for+else结构.mp4
│ │ ├── python-05-06 循环实例.mp4
│ │ ├── python-05-07 while循环.mp4
│ │ ├── python-05-08 continue和break.mp4
│ │ └── python-05-09 作业讲解.mp4
│ ├── 06章/
│ │ ├── python-06-01 函数概述.mp4
│ │ ├── python-06-02 函数定义.mp4
│ │ ├── python-06-03 函数实例.mp4
│ │ ├── python-06-04 函数调用.mp4
│ │ ├── python-06-05 函数参数类型.mp4
│ │ ├── python-06-06 主函数.mp4
│ │ └── python-06-07 其他函数相关.mp4
│ ├── 07章/
│ │ ├── python-07-01 面向对象基础.mp4
│ │ ├── python-07-02 类和对象概述.mp4
│ │ ├── python-07-03 定义类和对象.mp4
│ │ ├── python-07-04 面向对象实例练习.mp4
│ │ ├── python-07-05 封装概述.mp4
│ │ ├── python-07-06 继承1.mp4
│ │ ├── python-07-07 继承2.mp4
│ │ ├── python-07-08 继承3.mp4
│ │ ├── python-07-09 多态.mp4
│ │ ├── python-07-10 面向对象综合.mp4
│ │ └── python-07-11 面向对象综合2.mp4
│ ├── 08章/
│ │ ├── python-08-01 文件读写1.mp4
│ │ ├── python-08-02 文件读写2.mp4
│ │ ├── python-08-03 csv处理1.mp4
│ │ ├── python-08-04 CSV处理2.mp4
│ │ ├── python-08-05 作业.mp4
│ │ ├── python-08-06 异常.mp4
│ │ └── python-08-07 异常实例.mp4
│ ├── 09章/
│ │ ├── python-09-01 白盒测试概述.mp4
│ │ ├── python-09-02 白盒测试概述2.mp4
│ │ ├── python-09-03 白盒测试概述3.mp4
│ │ └── python-09-04 白盒测试概述4.mp4
├── 演示源码/
│ ├── test0322/
│ │ ├── test01.py
│ │ ├── test01.txt
│ │ ├── test02.py
│ │ ├── test03.py
│ │ ├── test04_lx1.py
│ │ ├── test04_lx2.py
│ │ ├── test04_lx3.py
│ │ └── test04_lx4.py
│ ├── test0323/
│ │ ├── test01.py
│ │ └── test02.py
│ ├── test0324/
│ │ ├── test01.py
│ │ ├── test02.py
│ │ └── test03.py
│ ├── test0325/
│ │ └── test01.py
│ ├── test0326/
│ │ ├── test01.py
│ │ ├── test02.py
│ │ ├── test03.py
│ │ ├── test04.py
│ │ ├── test05.py
│ │ └── test06.py
│ ├── test0327/
│ │ ├── test1.py
│ │ ├── test2.py
│ │ └── test3.py
│ ├── test0329/
│ │ ├── test01.py
│ │ ├── test02.py
│ │ └── test03.py
│ ├── test0330/
│ │ ├── __pycache__/
│ │ │ ├── test01.cpython-37.pyc
│ │ │ └── test04.cpython-37.pyc
│ │ ├── test01.py
│ │ ├── test02.py
│ │ ├── test03.py
│ │ ├── test04.py
│ │ └── test05.py
│ ├── test0331/
│ │ ├── __pycache__/
│ │ │ ├── test1.cpython-37.pyc
│ │ │ └── test3.cpython-37.pyc
│ │ ├── test1.py
│ │ ├── test2.py
│ │ ├── test3.py
│ │ └── test4.py
│ ├── test0401/
│ │ ├── __pycache__/
│ │ │ └── test01.cpython-37.pyc
│ │ ├── hello.txt
│ │ ├── test01.py
│ │ ├── test02.py
│ │ ├── test03.py
│ │ ├── test04.py
│ │ ├── test05.py
│ │ ├── test06.py
│ │ ├── test07.py
│ │ ├── testCSV.csv
│ │ ├── testrw.txt
│ │ └── 新建 Microsoft Excel 工作表.xlsx
│ ├── test0402/
│ │ └── test01.py
│ ├── venv/
│ │ ├── Include/
│ │ ├── Lib/
│ │ │ ├── site-packages/
│ │ │ │ ├── pip-19.0.3-py3.7.egg/
│ │ │ │ │ ├── EGG-INFO/
│ │ │ │ │ │ ├── dependency_links.txt
│ │ │ │ │ │ ├── entry_points.txt
│ │ │ │ │ │ ├── not-zip-safe
│ │ │ │ │ │ ├── PKG-INFO
│ │ │ │ │ │ ├── SOURCES.txt
│ │ │ │ │ │ └── top_level.txt
│ │ │ │ │ ├── pip/
│ │ │ │ │ │ ├── _internal/
│ │ │ │ │ │ │ ├── cli/
│ │ │ │ │ │ │ │ ├── autocompletion.py
│ │ │ │ │ │ │ │ ├── base_command.py
│ │ │ │ │ │ │ │ ├── cmdoptions.py
│ │ │ │ │ │ │ │ ├── main_parser.py
│ │ │ │ │ │ │ │ ├── parser.py
│ │ │ │ │ │ │ │ ├── status_codes.py
│ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ ├── commands/
│ │ │ │ │ │ │ │ ├── check.py
│ │ │ │ │ │ │ │ ├── completion.py
│ │ │ │ │ │ │ │ ├── configuration.py
│ │ │ │ │ │ │ │ ├── download.py
│ │ │ │ │ │ │ │ ├── freeze.py
│ │ │ │ │ │ │ │ ├── hash.py
│ │ │ │ │ │ │ │ ├── help.py
│ │ │ │ │ │ │ │ ├── install.py
│ │ │ │ │ │ │ │ ├── list.py
│ │ │ │ │ │ │ │ ├── search.py
│ │ │ │ │ │ │ │ ├── show.py
│ │ │ │ │ │ │ │ ├── uninstall.py
│ │ │ │ │ │ │ │ ├── wheel.py
│ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ ├── models/
│ │ │ │ │ │ │ │ ├── candidate.py
│ │ │ │ │ │ │ │ ├── format_control.py
│ │ │ │ │ │ │ │ ├── index.py
│ │ │ │ │ │ │ │ ├── link.py
│ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ ├── operations/
│ │ │ │ │ │ │ │ ├── check.py
│ │ │ │ │ │ │ │ ├── freeze.py
│ │ │ │ │ │ │ │ ├── prepare.py
│ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ ├── req/
│ │ │ │ │ │ │ │ ├── constructors.py
│ │ │ │ │ │ │ │ ├── req_file.py
│ │ │ │ │ │ │ │ ├── req_install.py
│ │ │ │ │ │ │ │ ├── req_set.py
│ │ │ │ │ │ │ │ ├── req_tracker.py
│ │ │ │ │ │ │ │ ├── req_uninstall.py
│ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ ├── utils/
│ │ │ │ │ │ │ │ ├── appdirs.py
│ │ │ │ │ │ │ │ ├── compat.py
│ │ │ │ │ │ │ │ ├── deprecation.py
│ │ │ │ │ │ │ │ ├── encoding.py
│ │ │ │ │ │ │ │ ├── filesystem.py
│ │ │ │ │ │ │ │ ├── glibc.py
│ │ │ │ │ │ │ │ ├── hashes.py
│ │ │ │ │ │ │ │ ├── logging.py
│ │ │ │ │ │ │ │ ├── misc.py
│ │ │ │ │ │ │ │ ├── models.py
│ │ │ │ │ │ │ │ ├── outdated.py
│ │ │ │ │ │ │ │ ├── packaging.py
│ │ │ │ │ │ │ │ ├── setuptools_build.py
│ │ │ │ │ │ │ │ ├── temp_dir.py
│ │ │ │ │ │ │ │ ├── typing.py
│ │ │ │ │ │ │ │ ├── ui.py
│ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ ├── vcs/
│ │ │ │ │ │ │ │ ├── bazaar.py
│ │ │ │ │ │ │ │ ├── git.py
│ │ │ │ │ │ │ │ ├── mercurial.py
│ │ │ │ │ │ │ │ ├── subversion.py
│ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ ├── build_env.py
│ │ │ │ │ │ │ ├── cache.py
│ │ │ │ │ │ │ ├── configuration.py
│ │ │ │ │ │ │ ├── download.py
│ │ │ │ │ │ │ ├── exceptions.py
│ │ │ │ │ │ │ ├── index.py
│ │ │ │ │ │ │ ├── locations.py
│ │ │ │ │ │ │ ├── pep425tags.py
│ │ │ │ │ │ │ ├── pyproject.py
│ │ │ │ │ │ │ ├── resolve.py
│ │ │ │ │ │ │ ├── wheel.py
│ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ ├── _vendor/
│ │ │ │ │ │ │ ├── cachecontrol/
│ │ │ │ │ │ │ │ ├── caches/
│ │ │ │ │ │ │ │ │ ├── file_cache.py
│ │ │ │ │ │ │ │ │ ├── redis_cache.py
│ │ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ │ ├── adapter.py
│ │ │ │ │ │ │ │ ├── cache.py
│ │ │ │ │ │ │ │ ├── compat.py
│ │ │ │ │ │ │ │ ├── controller.py
│ │ │ │ │ │ │ │ ├── filewrapper.py
│ │ │ │ │ │ │ │ ├── heuristics.py
│ │ │ │ │ │ │ │ ├── serialize.py
│ │ │ │ │ │ │ │ ├── wrapper.py
│ │ │ │ │ │ │ │ ├── _cmd.py
│ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ ├── certifi/
│ │ │ │ │ │ │ │ ├── cacert.pem
│ │ │ │ │ │ │ │ ├── core.py
│ │ │ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ │ │ └── __main__.py
│ │ │ │ │ │ │ ├── chardet/
│ │ │ │ │ │ │ │ ├── cli/
│ │ │ │ │ │ │ │ │ ├── chardetect.py
│ │ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ │ ├── big5freq.py
│ │ │ │ │ │ │ │ ├── big5prober.py
│ │ │ │ │ │ │ │ ├── chardistribution.py
│ │ │ │ │ │ │ │ ├── charsetgroupprober.py
│ │ │ │ │ │ │ │ ├── charsetprober.py
│ │ │ │ │ │ │ │ ├── codingstatemachine.py
│ │ │ │ │ │ │ │ ├── compat.py
│ │ │ │ │ │ │ │ ├── cp949prober.py
│ │ │ │ │ │ │ │ ├── enums.py
│ │ │ │ │ │ │ │ ├── escprober.py
│ │ │ │ │ │ │ │ ├── escsm.py
│ │ │ │ │ │ │ │ ├── eucjpprober.py
│ │ │ │ │ │ │ │ ├── euckrfreq.py
│ │ │ │ │ │ │ │ ├── euckrprober.py
│ │ │ │ │ │ │ │ ├── euctwfreq.py
│ │ │ │ │ │ │ │ ├── euctwprober.py
│ │ │ │ │ │ │ │ ├── gb2312freq.py
│ │ │ │ │ │ │ │ ├── gb2312prober.py
│ │ │ │ │ │ │ │ ├── hebrewprober.py
│ │ │ │ │ │ │ │ ├── jisfreq.py
│ │ │ │ │ │ │ │ ├── jpcntx.py
│ │ │ │ │ │ │ │ ├── langbulgarianmodel.py
│ │ │ │ │ │ │ │ ├── langcyrillicmodel.py
│ │ │ │ │ │ │ │ ├── langgreekmodel.py
│ │ │ │ │ │ │ │ ├── langhebrewmodel.py
│ │ │ │ │ │ │ │ ├── langhungarianmodel.py
│ │ │ │ │ │ │ │ ├── langthaimodel.py
│ │ │ │ │ │ │ │ ├── langturkishmodel.py
│ │ │ │ │ │ │ │ ├── latin1prober.py
│ │ │ │ │ │ │ │ ├── mbcharsetprober.py
│ │ │ │ │ │ │ │ ├── mbcsgroupprober.py
│ │ │ │ │ │ │ │ ├── mbcssm.py
│ │ │ │ │ │ │ │ ├── sbcharsetprober.py
│ │ │ │ │ │ │ │ ├── sbcsgroupprober.py
│ │ │ │ │ │ │ │ ├── sjisprober.py
│ │ │ │ │ │ │ │ ├── universaldetector.py
│ │ │ │ │ │ │ │ ├── utf8prober.py
│ │ │ │ │ │ │ │ ├── version.py
│ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ ├── colorama/
│ │ │ │ │ │ │ │ ├── ansi.py
│ │ │ │ │ │ │ │ ├── ansitowin32.py
│ │ │ │ │ │ │ │ ├── initialise.py
│ │ │ │ │ │ │ │ ├── win32.py
│ │ │ │ │ │ │ │ ├── winterm.py
│ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ ├── distlib/
│ │ │ │ │ │ │ │ ├── _backport/
│ │ │ │ │ │ │ │ │ ├── misc.py
│ │ │ │ │ │ │ │ │ ├── shutil.py
│ │ │ │ │ │ │ │ │ ├── sysconfig.cfg
│ │ │ │ │ │ │ │ │ ├── sysconfig.py
│ │ │ │ │ │ │ │ │ ├── tarfile.py
│ │ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ │ ├── compat.py
│ │ │ │ │ │ │ │ ├── database.py
│ │ │ │ │ │ │ │ ├── index.py
│ │ │ │ │ │ │ │ ├── locators.py
│ │ │ │ │ │ │ │ ├── manifest.py
│ │ │ │ │ │ │ │ ├── markers.py
│ │ │ │ │ │ │ │ ├── metadata.py
│ │ │ │ │ │ │ │ ├── resources.py
│ │ │ │ │ │ │ │ ├── scripts.py
│ │ │ │ │ │ │ │ ├── t32.exe
│ │ │ │ │ │ │ │ ├── t64.exe
│ │ │ │ │ │ │ │ ├── util.py
│ │ │ │ │ │ │ │ ├── version.py
│ │ │ │ │ │ │ │ ├── w32.exe
│ │ │ │ │ │ │ │ ├── w64.exe
│ │ │ │ │ │ │ │ ├── wheel.py
│ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ ├── html5lib/
│ │ │ │ │ │ │ │ ├── filters/
│ │ │ │ │ │ │ │ │ ├── alphabeticalattributes.py
│ │ │ │ │ │ │ │ │ ├── base.py
│ │ │ │ │ │ │ │ │ ├── inject_meta_charset.py
│ │ │ │ │ │ │ │ │ ├── lint.py
│ │ │ │ │ │ │ │ │ ├── optionaltags.py
│ │ │ │ │ │ │ │ │ ├── sanitizer.py
│ │ │ │ │ │ │ │ │ ├── whitespace.py
│ │ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ │ ├── treeadapters/
│ │ │ │ │ │ │ │ │ ├── genshi.py
│ │ │ │ │ │ │ │ │ ├── sax.py
│ │ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ │ ├── treebuilders/
│ │ │ │ │ │ │ │ │ ├── base.py
│ │ │ │ │ │ │ │ │ ├── dom.py
│ │ │ │ │ │ │ │ │ ├── etree.py
│ │ │ │ │ │ │ │ │ ├── etree_lxml.py
│ │ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ │ ├── treewalkers/
│ │ │ │ │ │ │ │ │ ├── base.py
│ │ │ │ │ │ │ │ │ ├── dom.py
│ │ │ │ │ │ │ │ │ ├── etree.py
│ │ │ │ │ │ │ │ │ ├── etree_lxml.py
│ │ │ │ │ │ │ │ │ ├── genshi.py
│ │ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ │ ├── _trie/
│ │ │ │ │ │ │ │ │ ├── datrie.py
│ │ │ │ │ │ │ │ │ ├── py.py
│ │ │ │ │ │ │ │ │ ├── _base.py
│ │ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ │ ├── constants.py
│ │ │ │ │ │ │ │ ├── html5parser.py
│ │ │ │ │ │ │ │ ├── serializer.py
│ │ │ │ │ │ │ │ ├── _ihatexml.py
│ │ │ │ │ │ │ │ ├── _inputstream.py
│ │ │ │ │ │ │ │ ├── _tokenizer.py
│ │ │ │ │ │ │ │ ├── _utils.py
│ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ ├── idna/
│ │ │ │ │ │ │ │ ├── codec.py
│ │ │ │ │ │ │ │ ├── compat.py
│ │ │ │ │ │ │ │ ├── core.py
│ │ │ │ │ │ │ │ ├── idnadata.py
│ │ │ │ │ │ │ │ ├── intranges.py
│ │ │ │ │ │ │ │ ├── package_data.py
│ │ │ │ │ │ │ │ ├── uts46data.py
│ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ ├── lockfile/
│ │ │ │ │ │ │ │ ├── linklockfile.py
│ │ │ │ │ │ │ │ ├── mkdirlockfile.py
│ │ │ │ │ │ │ │ ├── pidlockfile.py
│ │ │ │ │ │ │ │ ├── sqlitelockfile.py
│ │ │ │ │ │ │ │ ├── symlinklockfile.py
│ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ ├── msgpack/
│ │ │ │ │ │ │ │ ├── exceptions.py
│ │ │ │ │ │ │ │ ├── fallback.py
│ │ │ │ │ │ │ │ ├── _version.py
│ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ ├── packaging/
│ │ │ │ │ │ │ │ ├── markers.py
│ │ │ │ │ │ │ │ ├── requirements.py
│ │ │ │ │ │ │ │ ├── specifiers.py
│ │ │ │ │ │ │ │ ├── utils.py
│ │ │ │ │ │ │ │ ├── version.py
│ │ │ │ │ │ │ │ ├── _compat.py
│ │ │ │ │ │ │ │ ├── _structures.py
│ │ │ │ │ │ │ │ ├── __about__.py
│ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ ├── pep517/
│ │ │ │ │ │ │ │ ├── build.py
│ │ │ │ │ │ │ │ ├── check.py
│ │ │ │ │ │ │ │ ├── colorlog.py
│ │ │ │ │ │ │ │ ├── compat.py
│ │ │ │ │ │ │ │ ├── envbuild.py
│ │ │ │ │ │ │ │ ├── wrappers.py
│ │ │ │ │ │ │ │ ├── _in_process.py
│ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ ├── pkg_resources/
│ │ │ │ │ │ │ │ ├── py31compat.py
│ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ ├── progress/
│ │ │ │ │ │ │ │ ├── bar.py
│ │ │ │ │ │ │ │ ├── counter.py
│ │ │ │ │ │ │ │ ├── helpers.py
│ │ │ │ │ │ │ │ ├── spinner.py
│ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ ├── pytoml/
│ │ │ │ │ │ │ │ ├── core.py
│ │ │ │ │ │ │ │ ├── parser.py
│ │ │ │ │ │ │ │ ├── test.py
│ │ │ │ │ │ │ │ ├── utils.py
│ │ │ │ │ │ │ │ ├── writer.py
│ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ ├── requests/
│ │ │ │ │ │ │ │ ├── adapters.py
│ │ │ │ │ │ │ │ ├── api.py
│ │ │ │ │ │ │ │ ├── auth.py
│ │ │ │ │ │ │ │ ├── certs.py
│ │ │ │ │ │ │ │ ├── compat.py
│ │ │ │ │ │ │ │ ├── cookies.py
│ │ │ │ │ │ │ │ ├── exceptions.py
│ │ │ │ │ │ │ │ ├── help.py
│ │ │ │ │ │ │ │ ├── hooks.py
│ │ │ │ │ │ │ │ ├── models.py
│ │ │ │ │ │ │ │ ├── packages.py
│ │ │ │ │ │ │ │ ├── sessions.py
│ │ │ │ │ │ │ │ ├── status_codes.py
│ │ │ │ │ │ │ │ ├── structures.py
│ │ │ │ │ │ │ │ ├── utils.py
│ │ │ │ │ │ │ │ ├── _internal_utils.py
│ │ │ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ │ │ └── __version__.py
│ │ │ │ │ │ │ ├── urllib3/
│ │ │ │ │ │ │ │ ├── contrib/
│ │ │ │ │ │ │ │ │ ├── _securetransport/
│ │ │ │ │ │ │ │ │ │ ├── bindings.py
│ │ │ │ │ │ │ │ │ │ ├── low_level.py
│ │ │ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ │ │ ├── appengine.py
│ │ │ │ │ │ │ │ │ ├── ntlmpool.py
│ │ │ │ │ │ │ │ │ ├── pyopenssl.py
│ │ │ │ │ │ │ │ │ ├── securetransport.py
│ │ │ │ │ │ │ │ │ ├── socks.py
│ │ │ │ │ │ │ │ │ ├── _appengine_environ.py
│ │ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ │ ├── packages/
│ │ │ │ │ │ │ │ │ ├── backports/
│ │ │ │ │ │ │ │ │ │ ├── makefile.py
│ │ │ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ │ │ ├── ssl_match_hostname/
│ │ │ │ │ │ │ │ │ │ ├── _implementation.py
│ │ │ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ │ │ ├── six.py
│ │ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ │ ├── util/
│ │ │ │ │ │ │ │ │ ├── connection.py
│ │ │ │ │ │ │ │ │ ├── queue.py
│ │ │ │ │ │ │ │ │ ├── request.py
│ │ │ │ │ │ │ │ │ ├── response.py
│ │ │ │ │ │ │ │ │ ├── retry.py
│ │ │ │ │ │ │ │ │ ├── ssl_.py
│ │ │ │ │ │ │ │ │ ├── timeout.py
│ │ │ │ │ │ │ │ │ ├── url.py
│ │ │ │ │ │ │ │ │ ├── wait.py
│ │ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ │ ├── connection.py
│ │ │ │ │ │ │ │ ├── connectionpool.py
│ │ │ │ │ │ │ │ ├── exceptions.py
│ │ │ │ │ │ │ │ ├── fields.py
│ │ │ │ │ │ │ │ ├── filepost.py
│ │ │ │ │ │ │ │ ├── poolmanager.py
│ │ │ │ │ │ │ │ ├── request.py
│ │ │ │ │ │ │ │ ├── response.py
│ │ │ │ │ │ │ │ ├── _collections.py
│ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ ├── webencodings/
│ │ │ │ │ │ │ │ ├── labels.py
│ │ │ │ │ │ │ │ ├── mklabels.py
│ │ │ │ │ │ │ │ ├── tests.py
│ │ │ │ │ │ │ │ ├── x_user_defined.py
│ │ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ │ ├── appdirs.py
│ │ │ │ │ │ │ ├── distro.py
│ │ │ │ │ │ │ ├── ipaddress.py
│ │ │ │ │ │ │ ├── pyparsing.py
│ │ │ │ │ │ │ ├── retrying.py
│ │ │ │ │ │ │ ├── six.py
│ │ │ │ │ │ │ └── __init__.py
│ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ └── __main__.py
│ │ │ │ ├── easy-install.pth
│ │ │ │ ├── setuptools-40.8.0-py3.7.egg
│ │ │ │ └── setuptools.pth
│ │ ├── Scripts/
│ │ │ ├── activate
│ │ │ ├── activate.bat
│ │ │ ├── Activate.ps1
│ │ │ ├── deactivate.bat
│ │ │ ├── easy_install-3.7-script.py
│ │ │ ├── easy_install-3.7.exe
│ │ │ ├── easy_install-script.py
│ │ │ ├── easy_install.exe
│ │ │ ├── pip-script.py
│ │ │ ├── pip.exe
│ │ │ ├── pip3-script.py
│ │ │ ├── pip3.7-script.py
│ │ │ ├── pip3.7.exe
│ │ │ ├── pip3.exe
│ │ │ ├── python.exe
│ │ │ └── pythonw.exe
│ │ └── pyvenv.cfg
│ └── test123.py
**** Hidden Message *****
谢谢 激动人心,无法言表! 我只是路过打酱油的。 强烈支持楼主ing…… 看到这帖子真是高兴! 淡定,淡定,淡定…… 强烈支持楼主ing……
页:
[1]