实例介绍
python官方文档中文汉化版,解压就能用,辛辛苦苦汉化的
【实例截图】
【核心代码】
Python_Manuals
└── Python_Manuals
├── about_files
│ ├── pydoctheme.css
│ ├── pygments.css
│ ├── py.png
│ ├── translate_24dp.png
│ └── translateelement.css
├── about.html
├── bugs_files
│ ├── pydoctheme.css
│ ├── pygments.css
│ ├── py.png
│ ├── translate_24dp.png
│ └── translateelement.css
├── bugs.html
├── c-api
│ ├── abstract_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── abstract.html
│ ├── allocation_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── allocation.html
│ ├── apiabiversion_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── apiabiversion.html
│ ├── arg_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── arg.html
│ ├── bjimpl_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── bjimpl.html
│ ├── bool_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── bool.html
│ ├── buffer_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── buffer.html
│ ├── bytearray_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── bytearray.html
│ ├── bytes_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── bytes.html
│ ├── capsule_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── capsule.html
│ ├── cell_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── cell.html
│ ├── codec_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── codec.html
│ ├── code_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── code.html
│ ├── complex_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── complex.html
│ ├── concrete_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── concrete.html
│ ├── conversion_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── conversion.html
│ ├── coro_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── coro.html
│ ├── datetime_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── datetime.html
│ ├── descriptor_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── descriptor.html
│ ├── dict_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── dict.html
│ ├── exceptions_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── exceptions.html
│ ├── file_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── file.html
│ ├── float_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── float.html
│ ├── function_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── function.html
│ ├── gcsupport_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── gcsupport.html
│ ├── gen_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── gen.html
│ ├── import_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── import.html
│ ├── index_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── index.html
│ ├── init_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── init.html
│ ├── intro_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── intro.html
│ ├── iterator_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── iterator.html
│ ├── iter_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── iter.html
│ ├── list_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── list.html
│ ├── long_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── long.html
│ ├── mapping_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── mapping.html
│ ├── marshal_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── marshal.html
│ ├── memory_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── memory.html
│ ├── memoryview_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── memoryview.html
│ ├── method_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── method.html
│ ├── module_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── module.html
│ ├── nicode_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── nicode.html
│ ├── none_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── none.html
│ ├── number_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── number.html
│ ├── objbuffer_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── objbuffer.html
│ ├── object_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── object.html
│ ├── objimpl_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── objimpl.html
│ ├── refcounting_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── refcounting.html
│ ├── reflection_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── reflection.html
│ ├── sequence_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── sequence.html
│ ├── set_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── set.html
│ ├── slice_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── slice.html
│ ├── stable_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── stable.html
│ ├── structures_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── structures.html
│ ├── sys_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── sys.html
│ ├── tuple_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── tuple.html
│ ├── type_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── type.html
│ ├── typeobj_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── typeobj.html
│ ├── unicode_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── unicode.html
│ ├── utilities_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── utilities.html
│ ├── veryhigh_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── veryhigh.html
│ ├── weakref_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ └── weakref.html
├── contents_files
│ ├── pydoctheme.css
│ ├── pygments.css
│ ├── py.png
│ ├── translate_24dp.png
│ └── translateelement.css
├── contents.html
├── copyright_files
│ ├── pydoctheme.css
│ ├── pygments.css
│ ├── py.png
│ ├── translate_24dp.png
│ └── translateelement.css
├── copyright.html
├── distributing
│ ├── index_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ └── index.html
├── distutils
│ ├── apiref_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── apiref.html
│ ├── building_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── building.html
│ ├── builtdist_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── builtdist.html
│ ├── commandref_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── commandref.html
│ ├── configfile_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── configfile.html
│ ├── embedding_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── embedding.html
│ ├── examples_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── examples.html
│ ├── extending_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── extending.html
│ ├── index_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── index.html
│ ├── introduction_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── introduction.html
│ ├── packageindex_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── packageindex.html
│ ├── setupscript_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── setupscript.html
│ ├── sourcedist_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── sourcedist.html
│ ├── uploading_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ └── uploading.html
├── download_files
│ ├── pydoctheme.css
│ ├── pygments.css
│ ├── py.png
│ ├── translate_24dp.png
│ └── translateelement.css
├── download.html
├── extending
│ ├── building_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── building.html
│ ├── embedding_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── embedding.html
│ ├── extending_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── extending.html
│ ├── index_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── index.html
│ ├── newtypes_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── newtypes.html
│ ├── windows_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ └── windows.html
├── faq
│ ├── design_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── design.html
│ ├── extending_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── extending.html
│ ├── general_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── general.html
│ ├── gui_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── gui.html
│ ├── index_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── index.html
│ ├── installed_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── installed.html
│ ├── library_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── library.html
│ ├── programming_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── programming.html
│ ├── windows_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── python-video-icon.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ └── windows.html
├── genindex-A.html
├── genindex-all.html
├── genindex-B.html
├── genindex-C.html
├── genindex-D.html
├── genindex-E.html
├── genindex-F.html
├── genindex-G.html
├── genindex-H.html
├── genindex-_.html
├── genindex.html
├── genindex-I.html
├── genindex-J.html
├── genindex-K.html
├── genindex-L.html
├── genindex-M.html
├── genindex-N.html
├── genindex-O.html
├── genindex-P.html
├── genindex-Q.html
├── genindex-R.html
├── genindex-S.html
├── genindex-Symbols.html
├── genindex-T.html
├── genindex-U.html
├── genindex-V.html
├── genindex-W.html
├── genindex-X.html
├── genindex-Y.html
├── genindex-Z.html
├── glossary_files
│ ├── pydoctheme.css
│ ├── pygments.css
│ ├── py.png
│ ├── translate_24dp.png
│ └── translateelement.css
├── glossary.html
├── howto
│ ├── argparse_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── argparse.html
│ ├── clinic_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── clinic.html
│ ├── cporting_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── cporting.html
│ ├── curses_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── curses.html
│ ├── descriptor_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── descriptor.html
│ ├── functional_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── functional.html
│ ├── index_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── index.html
│ ├── instrumentation_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── instrumentation.html
│ ├── ipaddress_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── ipaddress.html
│ ├── logging-cookbook_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── logging-cookbook.html
│ ├── logging_files
│ │ ├── logging_flow.png
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── logging.html
│ ├── pyporting_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── pyporting.html
│ ├── regex_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── regex.html
│ ├── sockets_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── sockets.html
│ ├── sorting_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── sorting.html
│ ├── unicode_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── unicode.html
│ ├── urllib2_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ └── urllib2.html
├── _images
│ ├── hashlib-blake2-tree.png
│ ├── logging_flow.png
│ ├── pathlib-inheritance.png
│ ├── python-video-icon.png
│ ├── tulip_coro.png
│ ├── turtle-star.png
│ └── win_installer.png
├── index_files
│ ├── pydoctheme.css
│ ├── pygments.css
│ ├── py.png
│ ├── translate_24dp.png
│ └── translateelement.css
├── index.html
├── install
│ ├── index_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ └── index.html
├── installing
│ ├── index_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ └── index.html
├── library
│ ├── 2to3_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── 2to3.html
│ ├── abc_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── abc.html
│ ├── aifc_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── aifc.html
│ ├── allos_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── allos.html
│ ├── archiving_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── archiving.html
│ ├── argparse_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── argparse.html
│ ├── array_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── array.html
│ ├── ast_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── ast.html
│ ├── asynchat_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── asynchat.html
│ ├── asyncio-dev_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── asyncio-dev.html
│ ├── asyncio-eventloop_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── asyncio-eventloop.html
│ ├── asyncio-eventloops_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── asyncio-eventloops.html
│ ├── asyncio_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── asyncio.html
│ ├── asyncio-protocol_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── asyncio-protocol.html
│ ├── asyncio-queue_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── asyncio-queue.html
│ ├── asyncio-stream_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── asyncio-stream.html
│ ├── asyncio-subprocess_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── asyncio-subprocess.html
│ ├── asyncio-sync_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── asyncio-sync.html
│ ├── asyncio-task_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ ├── translateelement.css
│ │ └── tulip_coro.png
│ ├── asyncio-task.html
│ ├── asyncore_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── asyncore.html
│ ├── atexit_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── atexit.html
│ ├── audioop_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── audioop.html
│ ├── base64_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── base64.html
│ ├── bdb_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── bdb.html
│ ├── binary_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── binary.html
│ ├── binascii_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── binascii.html
│ ├── binhex_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── binhex.html
│ ├── bisect_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── bisect.html
│ ├── builtins_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── builtins.html
│ ├── bz2_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── bz2.html
│ ├── calendar_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── calendar.html
│ ├── cgi_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── cgi.html
│ ├── cgitb_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── cgitb.html
│ ├── chunk_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── chunk.html
│ ├── cmath_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── cmath.html
│ ├── cmd_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── cmd.html
│ ├── codecs_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── codecs.html
│ ├── code_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── code.html
│ ├── codeop_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── codeop.html
│ ├── collections.abc_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── collections.abc.html
│ ├── collections_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── collections.html
│ ├── colorsys_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── colorsys.html
│ ├── compileall_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── compileall.html
│ ├── concurrency_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── concurrency.html
│ ├── concurrent_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── concurrent.futures_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── concurrent.futures.html
│ ├── concurrent.html
│ ├── configparser_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── configparser.html
│ ├── constants_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── constants.html
│ ├── contextlib_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── contextlib.html
│ ├── copy_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── copy.html
│ ├── copyreg_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── copyreg.html
│ ├── crypt_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── crypt.html
│ ├── crypto_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── crypto.html
│ ├── csv_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── csv.html
│ ├── ctypes_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── ctypes.html
│ ├── curses.ascii_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── curses.ascii.html
│ ├── curses_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── curses.html
│ ├── curses.panel_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── curses.panel.html
│ ├── custominterp_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── custominterp.html
│ ├── datatypes_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── datatypes.html
│ ├── datetime_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── datetime.html
│ ├── dbm_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── dbm.html
│ ├── debug_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── debug.html
│ ├── decimal_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── decimal.html
│ ├── development_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── development.html
│ ├── difflib_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── difflib.html
│ ├── dis_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── dis.html
│ ├── distribution_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── distribution.html
│ ├── distutils_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── distutils.html
│ ├── doctest_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── doctest.html
│ ├── _dummy_thread_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── _dummy_thread.html
│ ├── dummy_threading_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── dummy_threading.html
│ ├── email.charset_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── email.charset.html
│ ├── email.compat32-message_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── email.compat32-message.html
│ ├── email.contentmanager_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── email.contentmanager.html
│ ├── email.encoders_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── email.encoders.html
│ ├── email.errors_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── email.errors.html
│ ├── email.examples_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── email.examples.html
│ ├── email_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── email.generator_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── email.generator.html
│ ├── email.header_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── email.header.html
│ ├── email.headerregistry_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── email.headerregistry.html
│ ├── email.html
│ ├── email.iterators_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── email.iterators.html
│ ├── email.message_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── email.message.html
│ ├── email.mime_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── email.mime.html
│ ├── email.parser_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── email.parser.html
│ ├── email.policy_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── email.policy.html
│ ├── email.util_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── email.util.html
│ ├── ensurepip_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── ensurepip.html
│ ├── enum_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── enum.html
│ ├── errno_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── errno.html
│ ├── exceptions_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── exceptions.html
│ ├── faulthandler_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── faulthandler.html
│ ├── fcntl_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── fcntl.html
│ ├── filecmp_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── filecmp.html
│ ├── fileformats_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── fileformats.html
│ ├── fileinput_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── fileinput.html
│ ├── filesys_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── filesys.html
│ ├── fnmatch_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── fnmatch.html
│ ├── formatter_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── formatter.html
│ ├── fpectl_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── fpectl.html
│ ├── fractions_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── fractions.html
│ ├── frameworks_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── frameworks.html
│ ├── ftplib_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── ftplib.html
│ ├── functional_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── functional.html
│ ├── functions_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── functions.html
│ ├── functools_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── functools.html
│ ├── __future___files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── __future__.html
│ ├── gc_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── gc.html
│ ├── getopt_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── getopt.html
│ ├── getpass_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── getpass.html
│ ├── gettext_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── gettext.html
│ ├── glob_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── glob.html
│ ├── grp_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── grp.html
│ ├── gzip_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── gzip.html
│ ├── hashlib_files
│ │ ├── hashlib-blake2-tree.png
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── hashlib.html
│ ├── heapq_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── heapq.html
│ ├── hmac_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── hmac.html
│ ├── html.entities_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── html.entities.html
│ ├── html_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── html.html
│ ├── html.parser_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── html.parser.html
│ ├── http.client_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── http.client.html
│ ├── http.cookiejar_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── http.cookiejar.html
│ ├── http.cookies_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── http.cookies.html
│ ├── http_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── http.html
│ ├── http.server_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── http.server.html
│ ├── i18n_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── i18n.html
│ ├── idle_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── idle.html
│ ├── imaplib_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── imaplib.html
│ ├── imghdr_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── imghdr.html
│ ├── imp_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── imp.html
│ ├── importlib_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── importlib.html
│ ├── index_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── index.html
│ ├── inspect_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── inspect.html
│ ├── internet_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── internet.html
│ ├── intro_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── intro.html
│ ├── io_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── io.html
│ ├── ipaddress_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── ipaddress.html
│ ├── ipc_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── ipc.html
│ ├── itertools_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── itertools.html
│ ├── json_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── json.html
│ ├── keyword_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── keyword.html
│ ├── language_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── language.html
│ ├── linecache_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── linecache.html
│ ├── locale_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── locale.html
│ ├── logging.config_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── logging.config.html
│ ├── logging_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── logging.handlers_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── logging.handlers.html
│ ├── logging.html
│ ├── lzma_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── lzma.html
│ ├── macpath_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── macpath.html
│ ├── mailbox_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── mailbox.html
│ ├── mailcap_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── mailcap.html
│ ├── __main___files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── __main__.html
│ ├── markup_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── markup.html
│ ├── marshal_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── marshal.html
│ ├── math_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── math.html
│ ├── mimetypes_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── mimetypes.html
│ ├── misc_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── misc.html
│ ├── mmap_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── mmap.html
│ ├── mm_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── mm.html
│ ├── modulefinder_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── modulefinder.html
│ ├── modules_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── modules.html
│ ├── msilib_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── msilib.html
│ ├── msvcrt_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── msvcrt.html
│ ├── multiprocessing_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── multiprocessing.html
│ ├── netdata_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── netdata.html
│ ├── netrc_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── netrc.html
│ ├── nis_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── nis.html
│ ├── nntplib_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── nntplib.html
│ ├── numbers_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── numbers.html
│ ├── numeric_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── numeric.html
│ ├── operator_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── operator.html
│ ├── optparse_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── optparse.html
│ ├── os_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── os.html
│ ├── os.path_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── os.path.html
│ ├── ossaudiodev_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── ossaudiodev.html
│ ├── othergui_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── othergui.html
│ ├── parser_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── parser.html
│ ├── pathlib_files
│ │ ├── pathlib-inheritance.png
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── pathlib.html
│ ├── pdb_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── pdb.html
│ ├── persistence_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── persistence.html
│ ├── pickle_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── pickle.html
│ ├── pickletools_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── pickletools.html
│ ├── pipes_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── pipes.html
│ ├── pkgutil_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── pkgutil.html
│ ├── platform_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── platform.html
│ ├── plistlib_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── plistlib.html
│ ├── poplib_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── poplib.html
│ ├── posix_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── posix.html
│ ├── pprint_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── pprint.html
│ ├── profile_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── profile.html
│ ├── pty_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── pty.html
│ ├── pwd_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── pwd.html
│ ├── pyclbr_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── pyclbr.html
│ ├── py_compile_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── py_compile.html
│ ├── pydoc_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── pydoc.html
│ ├── pyexpat_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── pyexpat.html
│ ├── python_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── python.html
│ ├── queue_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── queue.html
│ ├── quopri_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── quopri.html
│ ├── random_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── random.html
│ ├── readline_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── readline.html
│ ├── re_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── re.html
│ ├── reprlib_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── reprlib.html
│ ├── resource_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── resource.html
│ ├── rlcompleter_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── rlcompleter.html
│ ├── runpy_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── runpy.html
│ ├── sched_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── sched.html
│ ├── secrets_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── secrets.html
│ ├── select_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── select.html
│ ├── selectors_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── selectors.html
│ ├── shelve_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── shelve.html
│ ├── shlex_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── shlex.html
│ ├── shutil_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── shutil.html
│ ├── signal_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── signal.html
│ ├── site_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── site.html
│ ├── smtpd_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── smtpd.html
│ ├── smtplib_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── smtplib.html
│ ├── sndhdr_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── sndhdr.html
│ ├── socket_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── socket.html
│ ├── socketserver_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── socketserver.html
│ ├── spwd_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── spwd.html
│ ├── sqlite3_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── sqlite3.html
│ ├── ssl_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── ssl.html
│ ├── stat_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── stat.html
│ ├── statistics_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── statistics.html
│ ├── stdtypes_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── stdtypes.html
│ ├── string_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── string.html
│ ├── stringprep_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── stringprep.html
│ ├── struct_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── struct.html
│ ├── subprocess_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── subprocess.html
│ ├── sunau_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── sunau.html
│ ├── superseded_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── superseded.html
│ ├── symbol_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── symbol.html
│ ├── symtable_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── symtable.html
│ ├── sysconfig_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── sysconfig.html
│ ├── sys_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── sys.html
│ ├── syslog_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── syslog.html
│ ├── tabnanny_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── tabnanny.html
│ ├── tarfile_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── tarfile.html
│ ├── telnetlib_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── telnetlib.html
│ ├── tempfile_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── tempfile.html
│ ├── termios_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── termios.html
│ ├── test_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── test.html
│ ├── text_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── text.html
│ ├── textwrap_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── textwrap.html
│ ├── _thread_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── _thread.html
│ ├── threading_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── threading.html
│ ├── time_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── time.html
│ ├── timeit_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── timeit.html
│ ├── tk_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── tk.html
│ ├── tkinter_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── tkinter.html
│ ├── tkinter.scrolledtext_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── tkinter.scrolledtext.html
│ ├── tkinter.tix_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── tkinter.tix.html
│ ├── tkinter.ttk_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── tkinter.ttk.html
│ ├── token_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── token.html
│ ├── tokenize_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── tokenize.html
│ ├── traceback_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── traceback.html
│ ├── trace_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── trace.html
│ ├── tracemalloc_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── tracemalloc.html
│ ├── tty_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── tty.html
│ ├── turtle_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ ├── translateelement.css
│ │ └── turtle-star.png
│ ├── turtle.html
│ ├── types_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── types.html
│ ├── typing_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── typing.html
│ ├── undoc_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── undoc.html
│ ├── unicodedata_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── unicodedata.html
│ ├── unittest_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── unittest.html
│ ├── unittest.mock-examples_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── unittest.mock-examples.html
│ ├── unittest.mock_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── unittest.mock.html
│ ├── unix_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── unix.html
│ ├── urllib.error_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── urllib.error.html
│ ├── urllib_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── urllib.html
│ ├── urllib.parse_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── urllib.parse.html
│ ├── urllib.request_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── urllib.request.html
│ ├── urllib.robotparser_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── urllib.robotparser.html
│ ├── uu_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── uu.html
│ ├── uuid_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── uuid.html
│ ├── venv_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── venv.html
│ ├── warnings_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── warnings.html
│ ├── wave_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── wave.html
│ ├── weakref_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── weakref.html
│ ├── webbrowser_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── webbrowser.html
│ ├── windows_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── windows.html
│ ├── winreg_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── winreg.html
│ ├── winsound_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── winsound.html
│ ├── wsgiref_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── wsgiref.html
│ ├── xdrlib_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── xdrlib.html
│ ├── xml.dom_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── xml.dom.html
│ ├── xml.dom.minidom_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── xml.dom.minidom.html
│ ├── xml.dom.pulldom_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── xml.dom.pulldom.html
│ ├── xml.etree.elementtree_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── xml.etree.elementtree.html
│ ├── xml_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── xml.html
│ ├── xmlrpc.client_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── xmlrpc.client.html
│ ├── xmlrpc_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── xmlrpc.html
│ ├── xmlrpc.server_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── xmlrpc.server.html
│ ├── xml.sax_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── xml.sax.handler_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── xml.sax.handler.html
│ ├── xml.sax.html
│ ├── xml.sax.reader_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── xml.sax.reader.html
│ ├── xml.sax.utils_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── xml.sax.utils.html
│ ├── zipapp_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── zipapp.html
│ ├── zipfile_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── zipfile.html
│ ├── zipimport_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── zipimport.html
│ ├── zlib_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ └── zlib.html
├── license_files
│ ├── pydoctheme.css
│ ├── pygments.css
│ ├── py.png
│ ├── translate_24dp.png
│ └── translateelement.css
├── license.html
├── py-modindex_files
│ ├── minus.png
│ ├── pydoctheme.css
│ ├── pygments.css
│ ├── py.png
│ ├── translate_24dp.png
│ └── translateelement.css
├── py-modindex.html
├── python365.hhc
├── python365.hhk
├── reference
│ ├── compound_stmts_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── compound_stmts.html
│ ├── datamodel_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── datamodel.html
│ ├── executionmodel_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── executionmodel.html
│ ├── expressions_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── expressions.html
│ ├── grammar_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── grammar.html
│ ├── import_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── import.html
│ ├── index_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── index.html
│ ├── introduction_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── introduction.html
│ ├── lexical_analysis_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── lexical_analysis.html
│ ├── simple_stmts_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── simple_stmts.html
│ ├── toplevel_components_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ └── toplevel_components.html
├── _static
│ ├── ajax-loader.gif
│ ├── basic.css
│ ├── classic.css
│ ├── comment-bright.png
│ ├── comment-close.png
│ ├── comment.png
│ ├── default.css
│ ├── down.png
│ ├── down-pressed.png
│ ├── file.png
│ ├── minus.png
│ ├── plus.png
│ ├── pydoctheme.css
│ ├── pygments.css
│ ├── py.png
│ ├── up.png
│ └── up-pressed.png
├── tutorial
│ ├── appendix_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── appendix.html
│ ├── appetite_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── appetite.html
│ ├── classes_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── classes.html
│ ├── controlflow_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── controlflow.html
│ ├── datastructures_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── datastructures.html
│ ├── errors_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── errors.html
│ ├── floatingpoint_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── floatingpoint.html
│ ├── index_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── index.html
│ ├── inputoutput_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── inputoutput.html
│ ├── interactive_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── interactive.html
│ ├── interpreter_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── interpreter.html
│ ├── introduction_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── introduction.html
│ ├── modules_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── modules.html
│ ├── stdlib2_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── stdlib2.html
│ ├── stdlib_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── stdlib.html
│ ├── venv_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── venv.html
│ ├── whatnow_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ └── whatnow.html
├── using
│ ├── cmdline_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── cmdline.html
│ ├── index_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── index.html
│ ├── mac_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── mac.html
│ ├── unix_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ └── translateelement.css
│ ├── unix.html
│ ├── windows_files
│ │ ├── pydoctheme.css
│ │ ├── pygments.css
│ │ ├── py.png
│ │ ├── translate_24dp.png
│ │ ├── translateelement.css
│ │ └── win_installer.png
│ └── windows.html
└── whatsnew
├── 2.0.html
├── 2.1.html
├── 2.2.html
├── 2.3.html
├── 2.4.html
├── 2.5.html
├── 2.6.html
├── 2.7.html
├── 3.0.html
├── 3.1.html
├── 3.2.html
├── 3.3.html
├── 3.4.html
├── 3.5.html
├── 3.6.html
├── changelog.html
└── index.html
471 directories, 2811 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论