实例介绍
【实例简介】Python 3.6 官方文档 (html)
文件清单
└── python-3.6.0-docs-html
├── about.html
├── bugs.html
├── c-api
│ ├── abstract.html
│ ├── allocation.html
│ ├── apiabiversion.html
│ ├── arg.html
│ ├── bool.html
│ ├── buffer.html
│ ├── bytearray.html
│ ├── bytes.html
│ ├── capsule.html
│ ├── cell.html
│ ├── codec.html
│ ├── code.html
│ ├── complex.html
│ ├── concrete.html
│ ├── conversion.html
│ ├── coro.html
│ ├── datetime.html
│ ├── descriptor.html
│ ├── dict.html
│ ├── exceptions.html
│ ├── file.html
│ ├── float.html
│ ├── function.html
│ ├── gcsupport.html
│ ├── gen.html
│ ├── import.html
│ ├── index.html
│ ├── init.html
│ ├── intro.html
│ ├── iterator.html
│ ├── iter.html
│ ├── list.html
│ ├── long.html
│ ├── mapping.html
│ ├── marshal.html
│ ├── memory.html
│ ├── memoryview.html
│ ├── method.html
│ ├── module.html
│ ├── none.html
│ ├── number.html
│ ├── objbuffer.html
│ ├── object.html
│ ├── objimpl.html
│ ├── refcounting.html
│ ├── reflection.html
│ ├── sequence.html
│ ├── set.html
│ ├── slice.html
│ ├── stable.html
│ ├── structures.html
│ ├── sys.html
│ ├── tuple.html
│ ├── type.html
│ ├── typeobj.html
│ ├── unicode.html
│ ├── utilities.html
│ ├── veryhigh.html
│ └── weakref.html
├── contents.html
├── copyright.html
├── distributing
│ └── index.html
├── distutils
│ ├── apiref.html
│ ├── builtdist.html
│ ├── commandref.html
│ ├── configfile.html
│ ├── examples.html
│ ├── extending.html
│ ├── index.html
│ ├── introduction.html
│ ├── packageindex.html
│ ├── setupscript.html
│ ├── sourcedist.html
│ └── uploading.html
├── download.html
├── extending
│ ├── building.html
│ ├── embedding.html
│ ├── extending.html
│ ├── index.html
│ ├── newtypes.html
│ └── windows.html
├── faq
│ ├── design.html
│ ├── extending.html
│ ├── general.html
│ ├── gui.html
│ ├── index.html
│ ├── installed.html
│ ├── library.html
│ ├── programming.html
│ └── 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.html
├── howto
│ ├── argparse.html
│ ├── clinic.html
│ ├── cporting.html
│ ├── curses.html
│ ├── descriptor.html
│ ├── functional.html
│ ├── index.html
│ ├── instrumentation.html
│ ├── ipaddress.html
│ ├── logging-cookbook.html
│ ├── logging.html
│ ├── pyporting.html
│ ├── regex.html
│ ├── sockets.html
│ ├── sorting.html
│ ├── unicode.html
│ └── 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.html
├── install
│ └── index.html
├── installing
│ └── index.html
├── library
│ ├── 2to3.html
│ ├── abc.html
│ ├── aifc.html
│ ├── allos.html
│ ├── archiving.html
│ ├── argparse.html
│ ├── array.html
│ ├── ast.html
│ ├── asynchat.html
│ ├── asyncio-dev.html
│ ├── asyncio-eventloop.html
│ ├── asyncio-eventloops.html
│ ├── asyncio.html
│ ├── asyncio-protocol.html
│ ├── asyncio-queue.html
│ ├── asyncio-stream.html
│ ├── asyncio-subprocess.html
│ ├── asyncio-sync.html
│ ├── asyncio-task.html
│ ├── asyncore.html
│ ├── atexit.html
│ ├── audioop.html
│ ├── base64.html
│ ├── bdb.html
│ ├── binary.html
│ ├── binascii.html
│ ├── binhex.html
│ ├── bisect.html
│ ├── builtins.html
│ ├── bz2.html
│ ├── calendar.html
│ ├── cgi.html
│ ├── cgitb.html
│ ├── chunk.html
│ ├── cmath.html
│ ├── cmd.html
│ ├── codecs.html
│ ├── code.html
│ ├── codeop.html
│ ├── collections.abc.html
│ ├── collections.html
│ ├── colorsys.html
│ ├── compileall.html
│ ├── concurrency.html
│ ├── concurrent.futures.html
│ ├── concurrent.html
│ ├── configparser.html
│ ├── constants.html
│ ├── contextlib.html
│ ├── copy.html
│ ├── copyreg.html
│ ├── crypt.html
│ ├── crypto.html
│ ├── csv.html
│ ├── ctypes.html
│ ├── curses.ascii.html
│ ├── curses.html
│ ├── curses.panel.html
│ ├── custominterp.html
│ ├── datatypes.html
│ ├── datetime.html
│ ├── dbm.html
│ ├── debug.html
│ ├── decimal.html
│ ├── development.html
│ ├── difflib.html
│ ├── dis.html
│ ├── distribution.html
│ ├── distutils.html
│ ├── doctest.html
│ ├── _dummy_thread.html
│ ├── dummy_threading.html
│ ├── email.charset.html
│ ├── email.compat32-message.html
│ ├── email.contentmanager.html
│ ├── email.encoders.html
│ ├── email.errors.html
│ ├── email.examples.html
│ ├── email.generator.html
│ ├── email.header.html
│ ├── email.headerregistry.html
│ ├── email.html
│ ├── email.iterators.html
│ ├── email.message.html
│ ├── email.mime.html
│ ├── email.parser.html
│ ├── email.policy.html
│ ├── email.util.html
│ ├── ensurepip.html
│ ├── enum.html
│ ├── errno.html
│ ├── exceptions.html
│ ├── faulthandler.html
│ ├── fcntl.html
│ ├── filecmp.html
│ ├── fileformats.html
│ ├── fileinput.html
│ ├── filesys.html
│ ├── fnmatch.html
│ ├── formatter.html
│ ├── fpectl.html
│ ├── fractions.html
│ ├── frameworks.html
│ ├── ftplib.html
│ ├── functional.html
│ ├── functions.html
│ ├── functools.html
│ ├── __future__.html
│ ├── gc.html
│ ├── getopt.html
│ ├── getpass.html
│ ├── gettext.html
│ ├── glob.html
│ ├── grp.html
│ ├── gzip.html
│ ├── hashlib-blake2.html
│ ├── hashlib.html
│ ├── heapq.html
│ ├── hmac.html
│ ├── html.entities.html
│ ├── html.html
│ ├── html.parser.html
│ ├── http.client.html
│ ├── http.cookiejar.html
│ ├── http.cookies.html
│ ├── http.html
│ ├── http.server.html
│ ├── i18n.html
│ ├── idle.html
│ ├── imaplib.html
│ ├── imghdr.html
│ ├── imp.html
│ ├── importlib.html
│ ├── index.html
│ ├── inspect.html
│ ├── internet.html
│ ├── intro.html
│ ├── io.html
│ ├── ipaddress.html
│ ├── ipc.html
│ ├── itertools.html
│ ├── json.html
│ ├── keyword.html
│ ├── language.html
│ ├── linecache.html
│ ├── locale.html
│ ├── logging.config.html
│ ├── logging.handlers.html
│ ├── logging.html
│ ├── lzma.html
│ ├── macpath.html
│ ├── mailbox.html
│ ├── mailcap.html
│ ├── __main__.html
│ ├── markup.html
│ ├── marshal.html
│ ├── math.html
│ ├── mimetypes.html
│ ├── misc.html
│ ├── mmap.html
│ ├── mm.html
│ ├── modulefinder.html
│ ├── modules.html
│ ├── msilib.html
│ ├── msvcrt.html
│ ├── multiprocessing.html
│ ├── netdata.html
│ ├── netrc.html
│ ├── nis.html
│ ├── nntplib.html
│ ├── numbers.html
│ ├── numeric.html
│ ├── operator.html
│ ├── optparse.html
│ ├── os.html
│ ├── os.path.html
│ ├── ossaudiodev.html
│ ├── othergui.html
│ ├── parser.html
│ ├── pathlib.html
│ ├── pdb.html
│ ├── persistence.html
│ ├── pickle.html
│ ├── pickletools.html
│ ├── pipes.html
│ ├── pkgutil.html
│ ├── platform.html
│ ├── plistlib.html
│ ├── poplib.html
│ ├── posix.html
│ ├── pprint.html
│ ├── profile.html
│ ├── pty.html
│ ├── pwd.html
│ ├── pyclbr.html
│ ├── py_compile.html
│ ├── pydoc.html
│ ├── pyexpat.html
│ ├── python.html
│ ├── queue.html
│ ├── quopri.html
│ ├── random.html
│ ├── readline.html
│ ├── re.html
│ ├── reprlib.html
│ ├── resource.html
│ ├── rlcompleter.html
│ ├── runpy.html
│ ├── sched.html
│ ├── secrets.html
│ ├── select.html
│ ├── selectors.html
│ ├── shelve.html
│ ├── shlex.html
│ ├── shutil.html
│ ├── signal.html
│ ├── site.html
│ ├── smtpd.html
│ ├── smtplib.html
│ ├── sndhdr.html
│ ├── socket.html
│ ├── socketserver.html
│ ├── spwd.html
│ ├── sqlite3.html
│ ├── ssl.html
│ ├── stat.html
│ ├── statistics.html
│ ├── stdtypes.html
│ ├── string.html
│ ├── stringprep.html
│ ├── struct.html
│ ├── subprocess.html
│ ├── sunau.html
│ ├── superseded.html
│ ├── symbol.html
│ ├── symtable.html
│ ├── sysconfig.html
│ ├── sys.html
│ ├── syslog.html
│ ├── tabnanny.html
│ ├── tarfile.html
│ ├── telnetlib.html
│ ├── tempfile.html
│ ├── termios.html
│ ├── test.html
│ ├── text.html
│ ├── textwrap.html
│ ├── _thread.html
│ ├── threading.html
│ ├── time.html
│ ├── timeit.html
│ ├── tk.html
│ ├── tkinter.html
│ ├── tkinter.scrolledtext.html
│ ├── tkinter.tix.html
│ ├── tkinter.ttk.html
│ ├── token.html
│ ├── tokenize.html
│ ├── traceback.html
│ ├── trace.html
│ ├── tracemalloc.html
│ ├── tty.html
│ ├── turtle.html
│ ├── types.html
│ ├── typing.html
│ ├── undoc.html
│ ├── unicodedata.html
│ ├── unittest.html
│ ├── unittest.mock-examples.html
│ ├── unittest.mock.html
│ ├── unix.html
│ ├── urllib.error.html
│ ├── urllib.html
│ ├── urllib.parse.html
│ ├── urllib.request.html
│ ├── urllib.robotparser.html
│ ├── uu.html
│ ├── uuid.html
│ ├── venv.html
│ ├── warnings.html
│ ├── wave.html
│ ├── weakref.html
│ ├── webbrowser.html
│ ├── windows.html
│ ├── winreg.html
│ ├── winsound.html
│ ├── wsgiref.html
│ ├── xdrlib.html
│ ├── xml.dom.html
│ ├── xml.dom.minidom.html
│ ├── xml.dom.pulldom.html
│ ├── xml.etree.elementtree.html
│ ├── xml.html
│ ├── xmlrpc.client.html
│ ├── xmlrpc.html
│ ├── xmlrpc.server.html
│ ├── xml.sax.handler.html
│ ├── xml.sax.html
│ ├── xml.sax.reader.html
│ ├── xml.sax.utils.html
│ ├── zipapp.html
│ ├── zipfile.html
│ ├── zipimport.html
│ └── zlib.html
├── license.html
├── objects.inv
├── py-modindex.html
├── reference
│ ├── compound_stmts.html
│ ├── datamodel.html
│ ├── executionmodel.html
│ ├── expressions.html
│ ├── grammar.html
│ ├── import.html
│ ├── index.html
│ ├── introduction.html
│ ├── lexical_analysis.html
│ ├── simple_stmts.html
│ └── toplevel_components.html
├── search.html
├── searchindex.js
├── _sources
│ ├── about.txt
│ ├── bugs.txt
│ ├── c-api
│ │ ├── abstract.txt
│ │ ├── allocation.txt
│ │ ├── apiabiversion.txt
│ │ ├── arg.txt
│ │ ├── bool.txt
│ │ ├── buffer.txt
│ │ ├── bytearray.txt
│ │ ├── bytes.txt
│ │ ├── capsule.txt
│ │ ├── cell.txt
│ │ ├── codec.txt
│ │ ├── code.txt
│ │ ├── complex.txt
│ │ ├── concrete.txt
│ │ ├── conversion.txt
│ │ ├── coro.txt
│ │ ├── datetime.txt
│ │ ├── descriptor.txt
│ │ ├── dict.txt
│ │ ├── exceptions.txt
│ │ ├── file.txt
│ │ ├── float.txt
│ │ ├── function.txt
│ │ ├── gcsupport.txt
│ │ ├── gen.txt
│ │ ├── import.txt
│ │ ├── index.txt
│ │ ├── init.txt
│ │ ├── intro.txt
│ │ ├── iterator.txt
│ │ ├── iter.txt
│ │ ├── list.txt
│ │ ├── long.txt
│ │ ├── mapping.txt
│ │ ├── marshal.txt
│ │ ├── memory.txt
│ │ ├── memoryview.txt
│ │ ├── method.txt
│ │ ├── module.txt
│ │ ├── none.txt
│ │ ├── number.txt
│ │ ├── objbuffer.txt
│ │ ├── object.txt
│ │ ├── objimpl.txt
│ │ ├── refcounting.txt
│ │ ├── reflection.txt
│ │ ├── sequence.txt
│ │ ├── set.txt
│ │ ├── slice.txt
│ │ ├── stable.txt
│ │ ├── structures.txt
│ │ ├── sys.txt
│ │ ├── tuple.txt
│ │ ├── typeobj.txt
│ │ ├── type.txt
│ │ ├── unicode.txt
│ │ ├── utilities.txt
│ │ ├── veryhigh.txt
│ │ └── weakref.txt
│ ├── contents.txt
│ ├── copyright.txt
│ ├── distributing
│ │ └── index.txt
│ ├── distutils
│ │ ├── apiref.txt
│ │ ├── builtdist.txt
│ │ ├── commandref.txt
│ │ ├── configfile.txt
│ │ ├── examples.txt
│ │ ├── extending.txt
│ │ ├── index.txt
│ │ ├── introduction.txt
│ │ ├── packageindex.txt
│ │ ├── setupscript.txt
│ │ ├── sourcedist.txt
│ │ └── uploading.txt
│ ├── extending
│ │ ├── building.txt
│ │ ├── embedding.txt
│ │ ├── extending.txt
│ │ ├── index.txt
│ │ ├── newtypes.txt
│ │ └── windows.txt
│ ├── faq
│ │ ├── design.txt
│ │ ├── extending.txt
│ │ ├── general.txt
│ │ ├── gui.txt
│ │ ├── index.txt
│ │ ├── installed.txt
│ │ ├── library.txt
│ │ ├── programming.txt
│ │ └── windows.txt
│ ├── glossary.txt
│ ├── howto
│ │ ├── argparse.txt
│ │ ├── clinic.txt
│ │ ├── cporting.txt
│ │ ├── curses.txt
│ │ ├── descriptor.txt
│ │ ├── functional.txt
│ │ ├── index.txt
│ │ ├── instrumentation.txt
│ │ ├── ipaddress.txt
│ │ ├── logging-cookbook.txt
│ │ ├── logging.txt
│ │ ├── pyporting.txt
│ │ ├── regex.txt
│ │ ├── sockets.txt
│ │ ├── sorting.txt
│ │ ├── unicode.txt
│ │ └── urllib2.txt
│ ├── install
│ │ └── index.txt
│ ├── installing
│ │ └── index.txt
│ ├── library
│ │ ├── 2to3.txt
│ │ ├── abc.txt
│ │ ├── aifc.txt
│ │ ├── allos.txt
│ │ ├── archiving.txt
│ │ ├── argparse.txt
│ │ ├── array.txt
│ │ ├── ast.txt
│ │ ├── asynchat.txt
│ │ ├── asyncio-dev.txt
│ │ ├── asyncio-eventloops.txt
│ │ ├── asyncio-eventloop.txt
│ │ ├── asyncio-protocol.txt
│ │ ├── asyncio-queue.txt
│ │ ├── asyncio-stream.txt
│ │ ├── asyncio-subprocess.txt
│ │ ├── asyncio-sync.txt
│ │ ├── asyncio-task.txt
│ │ ├── asyncio.txt
│ │ ├── asyncore.txt
│ │ ├── atexit.txt
│ │ ├── audioop.txt
│ │ ├── base64.txt
│ │ ├── bdb.txt
│ │ ├── binary.txt
│ │ ├── binascii.txt
│ │ ├── binhex.txt
│ │ ├── bisect.txt
│ │ ├── builtins.txt
│ │ ├── bz2.txt
│ │ ├── calendar.txt
│ │ ├── cgitb.txt
│ │ ├── cgi.txt
│ │ ├── chunk.txt
│ │ ├── cmath.txt
│ │ ├── cmd.txt
│ │ ├── codecs.txt
│ │ ├── codeop.txt
│ │ ├── code.txt
│ │ ├── collections.abc.txt
│ │ ├── collections.txt
│ │ ├── colorsys.txt
│ │ ├── compileall.txt
│ │ ├── concurrency.txt
│ │ ├── concurrent.futures.txt
│ │ ├── concurrent.txt
│ │ ├── configparser.txt
│ │ ├── constants.txt
│ │ ├── contextlib.txt
│ │ ├── copyreg.txt
│ │ ├── copy.txt
│ │ ├── crypto.txt
│ │ ├── crypt.txt
│ │ ├── csv.txt
│ │ ├── ctypes.txt
│ │ ├── curses.ascii.txt
│ │ ├── curses.panel.txt
│ │ ├── curses.txt
│ │ ├── custominterp.txt
│ │ ├── datatypes.txt
│ │ ├── datetime.txt
│ │ ├── dbm.txt
│ │ ├── debug.txt
│ │ ├── decimal.txt
│ │ ├── development.txt
│ │ ├── difflib.txt
│ │ ├── distribution.txt
│ │ ├── distutils.txt
│ │ ├── dis.txt
│ │ ├── doctest.txt
│ │ ├── dummy_threading.txt
│ │ ├── _dummy_thread.txt
│ │ ├── email.charset.txt
│ │ ├── email.compat32-message.txt
│ │ ├── email.contentmanager.txt
│ │ ├── email.encoders.txt
│ │ ├── email.errors.txt
│ │ ├── email.examples.txt
│ │ ├── email.generator.txt
│ │ ├── email.headerregistry.txt
│ │ ├── email.header.txt
│ │ ├── email.iterators.txt
│ │ ├── email.message.txt
│ │ ├── email.mime.txt
│ │ ├── email.parser.txt
│ │ ├── email.policy.txt
│ │ ├── email.txt
│ │ ├── email.util.txt
│ │ ├── ensurepip.txt
│ │ ├── enum.txt
│ │ ├── errno.txt
│ │ ├── exceptions.txt
│ │ ├── faulthandler.txt
│ │ ├── fcntl.txt
│ │ ├── filecmp.txt
│ │ ├── fileformats.txt
│ │ ├── fileinput.txt
│ │ ├── filesys.txt
│ │ ├── fnmatch.txt
│ │ ├── formatter.txt
│ │ ├── fpectl.txt
│ │ ├── fractions.txt
│ │ ├── frameworks.txt
│ │ ├── ftplib.txt
│ │ ├── functional.txt
│ │ ├── functions.txt
│ │ ├── functools.txt
│ │ ├── __future__.txt
│ │ ├── gc.txt
│ │ ├── getopt.txt
│ │ ├── getpass.txt
│ │ ├── gettext.txt
│ │ ├── glob.txt
│ │ ├── grp.txt
│ │ ├── gzip.txt
│ │ ├── hashlib-blake2.txt
│ │ ├── hashlib.txt
│ │ ├── heapq.txt
│ │ ├── hmac.txt
│ │ ├── html.entities.txt
│ │ ├── html.parser.txt
│ │ ├── html.txt
│ │ ├── http.client.txt
│ │ ├── http.cookiejar.txt
│ │ ├── http.cookies.txt
│ │ ├── http.server.txt
│ │ ├── http.txt
│ │ ├── i18n.txt
│ │ ├── idle.txt
│ │ ├── imaplib.txt
│ │ ├── imghdr.txt
│ │ ├── importlib.txt
│ │ ├── imp.txt
│ │ ├── index.txt
│ │ ├── inspect.txt
│ │ ├── internet.txt
│ │ ├── intro.txt
│ │ ├── io.txt
│ │ ├── ipaddress.txt
│ │ ├── ipc.txt
│ │ ├── itertools.txt
│ │ ├── json.txt
│ │ ├── keyword.txt
│ │ ├── language.txt
│ │ ├── linecache.txt
│ │ ├── locale.txt
│ │ ├── logging.config.txt
│ │ ├── logging.handlers.txt
│ │ ├── logging.txt
│ │ ├── lzma.txt
│ │ ├── macpath.txt
│ │ ├── mailbox.txt
│ │ ├── mailcap.txt
│ │ ├── __main__.txt
│ │ ├── markup.txt
│ │ ├── marshal.txt
│ │ ├── math.txt
│ │ ├── mimetypes.txt
│ │ ├── misc.txt
│ │ ├── mmap.txt
│ │ ├── mm.txt
│ │ ├── modulefinder.txt
│ │ ├── modules.txt
│ │ ├── msilib.txt
│ │ ├── msvcrt.txt
│ │ ├── multiprocessing.txt
│ │ ├── netdata.txt
│ │ ├── netrc.txt
│ │ ├── nis.txt
│ │ ├── nntplib.txt
│ │ ├── numbers.txt
│ │ ├── numeric.txt
│ │ ├── operator.txt
│ │ ├── optparse.txt
│ │ ├── os.path.txt
│ │ ├── ossaudiodev.txt
│ │ ├── os.txt
│ │ ├── othergui.txt
│ │ ├── parser.txt
│ │ ├── pathlib.txt
│ │ ├── pdb.txt
│ │ ├── persistence.txt
│ │ ├── pickletools.txt
│ │ ├── pickle.txt
│ │ ├── pipes.txt
│ │ ├── pkgutil.txt
│ │ ├── platform.txt
│ │ ├── plistlib.txt
│ │ ├── poplib.txt
│ │ ├── posix.txt
│ │ ├── pprint.txt
│ │ ├── profile.txt
│ │ ├── pty.txt
│ │ ├── pwd.txt
│ │ ├── pyclbr.txt
│ │ ├── py_compile.txt
│ │ ├── pydoc.txt
│ │ ├── pyexpat.txt
│ │ ├── python.txt
│ │ ├── queue.txt
│ │ ├── quopri.txt
│ │ ├── random.txt
│ │ ├── readline.txt
│ │ ├── reprlib.txt
│ │ ├── resource.txt
│ │ ├── re.txt
│ │ ├── rlcompleter.txt
│ │ ├── runpy.txt
│ │ ├── sched.txt
│ │ ├── secrets.txt
│ │ ├── selectors.txt
│ │ ├── select.txt
│ │ ├── shelve.txt
│ │ ├── shlex.txt
│ │ ├── shutil.txt
│ │ ├── signal.txt
│ │ ├── site.txt
│ │ ├── smtpd.txt
│ │ ├── smtplib.txt
│ │ ├── sndhdr.txt
│ │ ├── socketserver.txt
│ │ ├── socket.txt
│ │ ├── spwd.txt
│ │ ├── sqlite3.txt
│ │ ├── ssl.txt
│ │ ├── statistics.txt
│ │ ├── stat.txt
│ │ ├── stdtypes.txt
│ │ ├── stringprep.txt
│ │ ├── string.txt
│ │ ├── struct.txt
│ │ ├── subprocess.txt
│ │ ├── sunau.txt
│ │ ├── superseded.txt
│ │ ├── symbol.txt
│ │ ├── symtable.txt
│ │ ├── sysconfig.txt
│ │ ├── syslog.txt
│ │ ├── sys.txt
│ │ ├── tabnanny.txt
│ │ ├── tarfile.txt
│ │ ├── telnetlib.txt
│ │ ├── tempfile.txt
│ │ ├── termios.txt
│ │ ├── test.txt
│ │ ├── text.txt
│ │ ├── textwrap.txt
│ │ ├── threading.txt
│ │ ├── _thread.txt
│ │ ├── timeit.txt
│ │ ├── time.txt
│ │ ├── tkinter.scrolledtext.txt
│ │ ├── tkinter.tix.txt
│ │ ├── tkinter.ttk.txt
│ │ ├── tkinter.txt
│ │ ├── tk.txt
│ │ ├── tokenize.txt
│ │ ├── token.txt
│ │ ├── traceback.txt
│ │ ├── tracemalloc.txt
│ │ ├── trace.txt
│ │ ├── tty.txt
│ │ ├── turtle.txt
│ │ ├── types.txt
│ │ ├── typing.txt
│ │ ├── undoc.txt
│ │ ├── unicodedata.txt
│ │ ├── unittest.mock-examples.txt
│ │ ├── unittest.mock.txt
│ │ ├── unittest.txt
│ │ ├── unix.txt
│ │ ├── urllib.error.txt
│ │ ├── urllib.parse.txt
│ │ ├── urllib.request.txt
│ │ ├── urllib.robotparser.txt
│ │ ├── urllib.txt
│ │ ├── uuid.txt
│ │ ├── uu.txt
│ │ ├── venv.txt
│ │ ├── warnings.txt
│ │ ├── wave.txt
│ │ ├── weakref.txt
│ │ ├── webbrowser.txt
│ │ ├── windows.txt
│ │ ├── winreg.txt
│ │ ├── winsound.txt
│ │ ├── wsgiref.txt
│ │ ├── xdrlib.txt
│ │ ├── xml.dom.minidom.txt
│ │ ├── xml.dom.pulldom.txt
│ │ ├── xml.dom.txt
│ │ ├── xml.etree.elementtree.txt
│ │ ├── xmlrpc.client.txt
│ │ ├── xmlrpc.server.txt
│ │ ├── xmlrpc.txt
│ │ ├── xml.sax.handler.txt
│ │ ├── xml.sax.reader.txt
│ │ ├── xml.sax.txt
│ │ ├── xml.sax.utils.txt
│ │ ├── xml.txt
│ │ ├── zipapp.txt
│ │ ├── zipfile.txt
│ │ ├── zipimport.txt
│ │ └── zlib.txt
│ ├── license.txt
│ ├── reference
│ │ ├── compound_stmts.txt
│ │ ├── datamodel.txt
│ │ ├── executionmodel.txt
│ │ ├── expressions.txt
│ │ ├── grammar.txt
│ │ ├── import.txt
│ │ ├── index.txt
│ │ ├── introduction.txt
│ │ ├── lexical_analysis.txt
│ │ ├── simple_stmts.txt
│ │ └── toplevel_components.txt
│ ├── tutorial
│ │ ├── appendix.txt
│ │ ├── appetite.txt
│ │ ├── classes.txt
│ │ ├── controlflow.txt
│ │ ├── datastructures.txt
│ │ ├── errors.txt
│ │ ├── floatingpoint.txt
│ │ ├── index.txt
│ │ ├── inputoutput.txt
│ │ ├── interactive.txt
│ │ ├── interpreter.txt
│ │ ├── introduction.txt
│ │ ├── modules.txt
│ │ ├── stdlib2.txt
│ │ ├── stdlib.txt
│ │ ├── venv.txt
│ │ └── whatnow.txt
│ ├── using
│ │ ├── cmdline.txt
│ │ ├── index.txt
│ │ ├── mac.txt
│ │ ├── unix.txt
│ │ └── windows.txt
│ └── whatsnew
│ ├── 2.0.txt
│ ├── 2.1.txt
│ ├── 2.2.txt
│ ├── 2.3.txt
│ ├── 2.4.txt
│ ├── 2.5.txt
│ ├── 2.6.txt
│ ├── 2.7.txt
│ ├── 3.0.txt
│ ├── 3.1.txt
│ ├── 3.2.txt
│ ├── 3.3.txt
│ ├── 3.4.txt
│ ├── 3.5.txt
│ ├── 3.6.txt
│ ├── changelog.txt
│ └── index.txt
├── _static
│ ├── ajax-loader.gif
│ ├── basic.css
│ ├── classic.css
│ ├── comment-bright.png
│ ├── comment-close.png
│ ├── comment.png
│ ├── copybutton.js
│ ├── default.css
│ ├── doctools.js
│ ├── down.png
│ ├── down-pressed.png
│ ├── file.png
│ ├── jquery-1.11.1.js
│ ├── jquery.js
│ ├── minus.png
│ ├── opensearch.xml
│ ├── plus.png
│ ├── pydoctheme.css
│ ├── pygments.css
│ ├── py.png
│ ├── searchtools.js
│ ├── sidebar.js
│ ├── underscore-1.3.1.js
│ ├── underscore.js
│ ├── up.png
│ ├── up-pressed.png
│ ├── version_switch.js
│ └── websupport.js
├── tutorial
│ ├── appendix.html
│ ├── appetite.html
│ ├── classes.html
│ ├── controlflow.html
│ ├── datastructures.html
│ ├── errors.html
│ ├── floatingpoint.html
│ ├── index.html
│ ├── inputoutput.html
│ ├── interactive.html
│ ├── interpreter.html
│ ├── introduction.html
│ ├── modules.html
│ ├── stdlib2.html
│ ├── stdlib.html
│ ├── venv.html
│ └── whatnow.html
├── using
│ ├── cmdline.html
│ ├── index.html
│ ├── mac.html
│ ├── unix.html
│ └── 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
30 directories, 1003 files
【实例截图】
文件清单
└── python-3.6.0-docs-html
├── about.html
├── bugs.html
├── c-api
│ ├── abstract.html
│ ├── allocation.html
│ ├── apiabiversion.html
│ ├── arg.html
│ ├── bool.html
│ ├── buffer.html
│ ├── bytearray.html
│ ├── bytes.html
│ ├── capsule.html
│ ├── cell.html
│ ├── codec.html
│ ├── code.html
│ ├── complex.html
│ ├── concrete.html
│ ├── conversion.html
│ ├── coro.html
│ ├── datetime.html
│ ├── descriptor.html
│ ├── dict.html
│ ├── exceptions.html
│ ├── file.html
│ ├── float.html
│ ├── function.html
│ ├── gcsupport.html
│ ├── gen.html
│ ├── import.html
│ ├── index.html
│ ├── init.html
│ ├── intro.html
│ ├── iterator.html
│ ├── iter.html
│ ├── list.html
│ ├── long.html
│ ├── mapping.html
│ ├── marshal.html
│ ├── memory.html
│ ├── memoryview.html
│ ├── method.html
│ ├── module.html
│ ├── none.html
│ ├── number.html
│ ├── objbuffer.html
│ ├── object.html
│ ├── objimpl.html
│ ├── refcounting.html
│ ├── reflection.html
│ ├── sequence.html
│ ├── set.html
│ ├── slice.html
│ ├── stable.html
│ ├── structures.html
│ ├── sys.html
│ ├── tuple.html
│ ├── type.html
│ ├── typeobj.html
│ ├── unicode.html
│ ├── utilities.html
│ ├── veryhigh.html
│ └── weakref.html
├── contents.html
├── copyright.html
├── distributing
│ └── index.html
├── distutils
│ ├── apiref.html
│ ├── builtdist.html
│ ├── commandref.html
│ ├── configfile.html
│ ├── examples.html
│ ├── extending.html
│ ├── index.html
│ ├── introduction.html
│ ├── packageindex.html
│ ├── setupscript.html
│ ├── sourcedist.html
│ └── uploading.html
├── download.html
├── extending
│ ├── building.html
│ ├── embedding.html
│ ├── extending.html
│ ├── index.html
│ ├── newtypes.html
│ └── windows.html
├── faq
│ ├── design.html
│ ├── extending.html
│ ├── general.html
│ ├── gui.html
│ ├── index.html
│ ├── installed.html
│ ├── library.html
│ ├── programming.html
│ └── 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.html
├── howto
│ ├── argparse.html
│ ├── clinic.html
│ ├── cporting.html
│ ├── curses.html
│ ├── descriptor.html
│ ├── functional.html
│ ├── index.html
│ ├── instrumentation.html
│ ├── ipaddress.html
│ ├── logging-cookbook.html
│ ├── logging.html
│ ├── pyporting.html
│ ├── regex.html
│ ├── sockets.html
│ ├── sorting.html
│ ├── unicode.html
│ └── 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.html
├── install
│ └── index.html
├── installing
│ └── index.html
├── library
│ ├── 2to3.html
│ ├── abc.html
│ ├── aifc.html
│ ├── allos.html
│ ├── archiving.html
│ ├── argparse.html
│ ├── array.html
│ ├── ast.html
│ ├── asynchat.html
│ ├── asyncio-dev.html
│ ├── asyncio-eventloop.html
│ ├── asyncio-eventloops.html
│ ├── asyncio.html
│ ├── asyncio-protocol.html
│ ├── asyncio-queue.html
│ ├── asyncio-stream.html
│ ├── asyncio-subprocess.html
│ ├── asyncio-sync.html
│ ├── asyncio-task.html
│ ├── asyncore.html
│ ├── atexit.html
│ ├── audioop.html
│ ├── base64.html
│ ├── bdb.html
│ ├── binary.html
│ ├── binascii.html
│ ├── binhex.html
│ ├── bisect.html
│ ├── builtins.html
│ ├── bz2.html
│ ├── calendar.html
│ ├── cgi.html
│ ├── cgitb.html
│ ├── chunk.html
│ ├── cmath.html
│ ├── cmd.html
│ ├── codecs.html
│ ├── code.html
│ ├── codeop.html
│ ├── collections.abc.html
│ ├── collections.html
│ ├── colorsys.html
│ ├── compileall.html
│ ├── concurrency.html
│ ├── concurrent.futures.html
│ ├── concurrent.html
│ ├── configparser.html
│ ├── constants.html
│ ├── contextlib.html
│ ├── copy.html
│ ├── copyreg.html
│ ├── crypt.html
│ ├── crypto.html
│ ├── csv.html
│ ├── ctypes.html
│ ├── curses.ascii.html
│ ├── curses.html
│ ├── curses.panel.html
│ ├── custominterp.html
│ ├── datatypes.html
│ ├── datetime.html
│ ├── dbm.html
│ ├── debug.html
│ ├── decimal.html
│ ├── development.html
│ ├── difflib.html
│ ├── dis.html
│ ├── distribution.html
│ ├── distutils.html
│ ├── doctest.html
│ ├── _dummy_thread.html
│ ├── dummy_threading.html
│ ├── email.charset.html
│ ├── email.compat32-message.html
│ ├── email.contentmanager.html
│ ├── email.encoders.html
│ ├── email.errors.html
│ ├── email.examples.html
│ ├── email.generator.html
│ ├── email.header.html
│ ├── email.headerregistry.html
│ ├── email.html
│ ├── email.iterators.html
│ ├── email.message.html
│ ├── email.mime.html
│ ├── email.parser.html
│ ├── email.policy.html
│ ├── email.util.html
│ ├── ensurepip.html
│ ├── enum.html
│ ├── errno.html
│ ├── exceptions.html
│ ├── faulthandler.html
│ ├── fcntl.html
│ ├── filecmp.html
│ ├── fileformats.html
│ ├── fileinput.html
│ ├── filesys.html
│ ├── fnmatch.html
│ ├── formatter.html
│ ├── fpectl.html
│ ├── fractions.html
│ ├── frameworks.html
│ ├── ftplib.html
│ ├── functional.html
│ ├── functions.html
│ ├── functools.html
│ ├── __future__.html
│ ├── gc.html
│ ├── getopt.html
│ ├── getpass.html
│ ├── gettext.html
│ ├── glob.html
│ ├── grp.html
│ ├── gzip.html
│ ├── hashlib-blake2.html
│ ├── hashlib.html
│ ├── heapq.html
│ ├── hmac.html
│ ├── html.entities.html
│ ├── html.html
│ ├── html.parser.html
│ ├── http.client.html
│ ├── http.cookiejar.html
│ ├── http.cookies.html
│ ├── http.html
│ ├── http.server.html
│ ├── i18n.html
│ ├── idle.html
│ ├── imaplib.html
│ ├── imghdr.html
│ ├── imp.html
│ ├── importlib.html
│ ├── index.html
│ ├── inspect.html
│ ├── internet.html
│ ├── intro.html
│ ├── io.html
│ ├── ipaddress.html
│ ├── ipc.html
│ ├── itertools.html
│ ├── json.html
│ ├── keyword.html
│ ├── language.html
│ ├── linecache.html
│ ├── locale.html
│ ├── logging.config.html
│ ├── logging.handlers.html
│ ├── logging.html
│ ├── lzma.html
│ ├── macpath.html
│ ├── mailbox.html
│ ├── mailcap.html
│ ├── __main__.html
│ ├── markup.html
│ ├── marshal.html
│ ├── math.html
│ ├── mimetypes.html
│ ├── misc.html
│ ├── mmap.html
│ ├── mm.html
│ ├── modulefinder.html
│ ├── modules.html
│ ├── msilib.html
│ ├── msvcrt.html
│ ├── multiprocessing.html
│ ├── netdata.html
│ ├── netrc.html
│ ├── nis.html
│ ├── nntplib.html
│ ├── numbers.html
│ ├── numeric.html
│ ├── operator.html
│ ├── optparse.html
│ ├── os.html
│ ├── os.path.html
│ ├── ossaudiodev.html
│ ├── othergui.html
│ ├── parser.html
│ ├── pathlib.html
│ ├── pdb.html
│ ├── persistence.html
│ ├── pickle.html
│ ├── pickletools.html
│ ├── pipes.html
│ ├── pkgutil.html
│ ├── platform.html
│ ├── plistlib.html
│ ├── poplib.html
│ ├── posix.html
│ ├── pprint.html
│ ├── profile.html
│ ├── pty.html
│ ├── pwd.html
│ ├── pyclbr.html
│ ├── py_compile.html
│ ├── pydoc.html
│ ├── pyexpat.html
│ ├── python.html
│ ├── queue.html
│ ├── quopri.html
│ ├── random.html
│ ├── readline.html
│ ├── re.html
│ ├── reprlib.html
│ ├── resource.html
│ ├── rlcompleter.html
│ ├── runpy.html
│ ├── sched.html
│ ├── secrets.html
│ ├── select.html
│ ├── selectors.html
│ ├── shelve.html
│ ├── shlex.html
│ ├── shutil.html
│ ├── signal.html
│ ├── site.html
│ ├── smtpd.html
│ ├── smtplib.html
│ ├── sndhdr.html
│ ├── socket.html
│ ├── socketserver.html
│ ├── spwd.html
│ ├── sqlite3.html
│ ├── ssl.html
│ ├── stat.html
│ ├── statistics.html
│ ├── stdtypes.html
│ ├── string.html
│ ├── stringprep.html
│ ├── struct.html
│ ├── subprocess.html
│ ├── sunau.html
│ ├── superseded.html
│ ├── symbol.html
│ ├── symtable.html
│ ├── sysconfig.html
│ ├── sys.html
│ ├── syslog.html
│ ├── tabnanny.html
│ ├── tarfile.html
│ ├── telnetlib.html
│ ├── tempfile.html
│ ├── termios.html
│ ├── test.html
│ ├── text.html
│ ├── textwrap.html
│ ├── _thread.html
│ ├── threading.html
│ ├── time.html
│ ├── timeit.html
│ ├── tk.html
│ ├── tkinter.html
│ ├── tkinter.scrolledtext.html
│ ├── tkinter.tix.html
│ ├── tkinter.ttk.html
│ ├── token.html
│ ├── tokenize.html
│ ├── traceback.html
│ ├── trace.html
│ ├── tracemalloc.html
│ ├── tty.html
│ ├── turtle.html
│ ├── types.html
│ ├── typing.html
│ ├── undoc.html
│ ├── unicodedata.html
│ ├── unittest.html
│ ├── unittest.mock-examples.html
│ ├── unittest.mock.html
│ ├── unix.html
│ ├── urllib.error.html
│ ├── urllib.html
│ ├── urllib.parse.html
│ ├── urllib.request.html
│ ├── urllib.robotparser.html
│ ├── uu.html
│ ├── uuid.html
│ ├── venv.html
│ ├── warnings.html
│ ├── wave.html
│ ├── weakref.html
│ ├── webbrowser.html
│ ├── windows.html
│ ├── winreg.html
│ ├── winsound.html
│ ├── wsgiref.html
│ ├── xdrlib.html
│ ├── xml.dom.html
│ ├── xml.dom.minidom.html
│ ├── xml.dom.pulldom.html
│ ├── xml.etree.elementtree.html
│ ├── xml.html
│ ├── xmlrpc.client.html
│ ├── xmlrpc.html
│ ├── xmlrpc.server.html
│ ├── xml.sax.handler.html
│ ├── xml.sax.html
│ ├── xml.sax.reader.html
│ ├── xml.sax.utils.html
│ ├── zipapp.html
│ ├── zipfile.html
│ ├── zipimport.html
│ └── zlib.html
├── license.html
├── objects.inv
├── py-modindex.html
├── reference
│ ├── compound_stmts.html
│ ├── datamodel.html
│ ├── executionmodel.html
│ ├── expressions.html
│ ├── grammar.html
│ ├── import.html
│ ├── index.html
│ ├── introduction.html
│ ├── lexical_analysis.html
│ ├── simple_stmts.html
│ └── toplevel_components.html
├── search.html
├── searchindex.js
├── _sources
│ ├── about.txt
│ ├── bugs.txt
│ ├── c-api
│ │ ├── abstract.txt
│ │ ├── allocation.txt
│ │ ├── apiabiversion.txt
│ │ ├── arg.txt
│ │ ├── bool.txt
│ │ ├── buffer.txt
│ │ ├── bytearray.txt
│ │ ├── bytes.txt
│ │ ├── capsule.txt
│ │ ├── cell.txt
│ │ ├── codec.txt
│ │ ├── code.txt
│ │ ├── complex.txt
│ │ ├── concrete.txt
│ │ ├── conversion.txt
│ │ ├── coro.txt
│ │ ├── datetime.txt
│ │ ├── descriptor.txt
│ │ ├── dict.txt
│ │ ├── exceptions.txt
│ │ ├── file.txt
│ │ ├── float.txt
│ │ ├── function.txt
│ │ ├── gcsupport.txt
│ │ ├── gen.txt
│ │ ├── import.txt
│ │ ├── index.txt
│ │ ├── init.txt
│ │ ├── intro.txt
│ │ ├── iterator.txt
│ │ ├── iter.txt
│ │ ├── list.txt
│ │ ├── long.txt
│ │ ├── mapping.txt
│ │ ├── marshal.txt
│ │ ├── memory.txt
│ │ ├── memoryview.txt
│ │ ├── method.txt
│ │ ├── module.txt
│ │ ├── none.txt
│ │ ├── number.txt
│ │ ├── objbuffer.txt
│ │ ├── object.txt
│ │ ├── objimpl.txt
│ │ ├── refcounting.txt
│ │ ├── reflection.txt
│ │ ├── sequence.txt
│ │ ├── set.txt
│ │ ├── slice.txt
│ │ ├── stable.txt
│ │ ├── structures.txt
│ │ ├── sys.txt
│ │ ├── tuple.txt
│ │ ├── typeobj.txt
│ │ ├── type.txt
│ │ ├── unicode.txt
│ │ ├── utilities.txt
│ │ ├── veryhigh.txt
│ │ └── weakref.txt
│ ├── contents.txt
│ ├── copyright.txt
│ ├── distributing
│ │ └── index.txt
│ ├── distutils
│ │ ├── apiref.txt
│ │ ├── builtdist.txt
│ │ ├── commandref.txt
│ │ ├── configfile.txt
│ │ ├── examples.txt
│ │ ├── extending.txt
│ │ ├── index.txt
│ │ ├── introduction.txt
│ │ ├── packageindex.txt
│ │ ├── setupscript.txt
│ │ ├── sourcedist.txt
│ │ └── uploading.txt
│ ├── extending
│ │ ├── building.txt
│ │ ├── embedding.txt
│ │ ├── extending.txt
│ │ ├── index.txt
│ │ ├── newtypes.txt
│ │ └── windows.txt
│ ├── faq
│ │ ├── design.txt
│ │ ├── extending.txt
│ │ ├── general.txt
│ │ ├── gui.txt
│ │ ├── index.txt
│ │ ├── installed.txt
│ │ ├── library.txt
│ │ ├── programming.txt
│ │ └── windows.txt
│ ├── glossary.txt
│ ├── howto
│ │ ├── argparse.txt
│ │ ├── clinic.txt
│ │ ├── cporting.txt
│ │ ├── curses.txt
│ │ ├── descriptor.txt
│ │ ├── functional.txt
│ │ ├── index.txt
│ │ ├── instrumentation.txt
│ │ ├── ipaddress.txt
│ │ ├── logging-cookbook.txt
│ │ ├── logging.txt
│ │ ├── pyporting.txt
│ │ ├── regex.txt
│ │ ├── sockets.txt
│ │ ├── sorting.txt
│ │ ├── unicode.txt
│ │ └── urllib2.txt
│ ├── install
│ │ └── index.txt
│ ├── installing
│ │ └── index.txt
│ ├── library
│ │ ├── 2to3.txt
│ │ ├── abc.txt
│ │ ├── aifc.txt
│ │ ├── allos.txt
│ │ ├── archiving.txt
│ │ ├── argparse.txt
│ │ ├── array.txt
│ │ ├── ast.txt
│ │ ├── asynchat.txt
│ │ ├── asyncio-dev.txt
│ │ ├── asyncio-eventloops.txt
│ │ ├── asyncio-eventloop.txt
│ │ ├── asyncio-protocol.txt
│ │ ├── asyncio-queue.txt
│ │ ├── asyncio-stream.txt
│ │ ├── asyncio-subprocess.txt
│ │ ├── asyncio-sync.txt
│ │ ├── asyncio-task.txt
│ │ ├── asyncio.txt
│ │ ├── asyncore.txt
│ │ ├── atexit.txt
│ │ ├── audioop.txt
│ │ ├── base64.txt
│ │ ├── bdb.txt
│ │ ├── binary.txt
│ │ ├── binascii.txt
│ │ ├── binhex.txt
│ │ ├── bisect.txt
│ │ ├── builtins.txt
│ │ ├── bz2.txt
│ │ ├── calendar.txt
│ │ ├── cgitb.txt
│ │ ├── cgi.txt
│ │ ├── chunk.txt
│ │ ├── cmath.txt
│ │ ├── cmd.txt
│ │ ├── codecs.txt
│ │ ├── codeop.txt
│ │ ├── code.txt
│ │ ├── collections.abc.txt
│ │ ├── collections.txt
│ │ ├── colorsys.txt
│ │ ├── compileall.txt
│ │ ├── concurrency.txt
│ │ ├── concurrent.futures.txt
│ │ ├── concurrent.txt
│ │ ├── configparser.txt
│ │ ├── constants.txt
│ │ ├── contextlib.txt
│ │ ├── copyreg.txt
│ │ ├── copy.txt
│ │ ├── crypto.txt
│ │ ├── crypt.txt
│ │ ├── csv.txt
│ │ ├── ctypes.txt
│ │ ├── curses.ascii.txt
│ │ ├── curses.panel.txt
│ │ ├── curses.txt
│ │ ├── custominterp.txt
│ │ ├── datatypes.txt
│ │ ├── datetime.txt
│ │ ├── dbm.txt
│ │ ├── debug.txt
│ │ ├── decimal.txt
│ │ ├── development.txt
│ │ ├── difflib.txt
│ │ ├── distribution.txt
│ │ ├── distutils.txt
│ │ ├── dis.txt
│ │ ├── doctest.txt
│ │ ├── dummy_threading.txt
│ │ ├── _dummy_thread.txt
│ │ ├── email.charset.txt
│ │ ├── email.compat32-message.txt
│ │ ├── email.contentmanager.txt
│ │ ├── email.encoders.txt
│ │ ├── email.errors.txt
│ │ ├── email.examples.txt
│ │ ├── email.generator.txt
│ │ ├── email.headerregistry.txt
│ │ ├── email.header.txt
│ │ ├── email.iterators.txt
│ │ ├── email.message.txt
│ │ ├── email.mime.txt
│ │ ├── email.parser.txt
│ │ ├── email.policy.txt
│ │ ├── email.txt
│ │ ├── email.util.txt
│ │ ├── ensurepip.txt
│ │ ├── enum.txt
│ │ ├── errno.txt
│ │ ├── exceptions.txt
│ │ ├── faulthandler.txt
│ │ ├── fcntl.txt
│ │ ├── filecmp.txt
│ │ ├── fileformats.txt
│ │ ├── fileinput.txt
│ │ ├── filesys.txt
│ │ ├── fnmatch.txt
│ │ ├── formatter.txt
│ │ ├── fpectl.txt
│ │ ├── fractions.txt
│ │ ├── frameworks.txt
│ │ ├── ftplib.txt
│ │ ├── functional.txt
│ │ ├── functions.txt
│ │ ├── functools.txt
│ │ ├── __future__.txt
│ │ ├── gc.txt
│ │ ├── getopt.txt
│ │ ├── getpass.txt
│ │ ├── gettext.txt
│ │ ├── glob.txt
│ │ ├── grp.txt
│ │ ├── gzip.txt
│ │ ├── hashlib-blake2.txt
│ │ ├── hashlib.txt
│ │ ├── heapq.txt
│ │ ├── hmac.txt
│ │ ├── html.entities.txt
│ │ ├── html.parser.txt
│ │ ├── html.txt
│ │ ├── http.client.txt
│ │ ├── http.cookiejar.txt
│ │ ├── http.cookies.txt
│ │ ├── http.server.txt
│ │ ├── http.txt
│ │ ├── i18n.txt
│ │ ├── idle.txt
│ │ ├── imaplib.txt
│ │ ├── imghdr.txt
│ │ ├── importlib.txt
│ │ ├── imp.txt
│ │ ├── index.txt
│ │ ├── inspect.txt
│ │ ├── internet.txt
│ │ ├── intro.txt
│ │ ├── io.txt
│ │ ├── ipaddress.txt
│ │ ├── ipc.txt
│ │ ├── itertools.txt
│ │ ├── json.txt
│ │ ├── keyword.txt
│ │ ├── language.txt
│ │ ├── linecache.txt
│ │ ├── locale.txt
│ │ ├── logging.config.txt
│ │ ├── logging.handlers.txt
│ │ ├── logging.txt
│ │ ├── lzma.txt
│ │ ├── macpath.txt
│ │ ├── mailbox.txt
│ │ ├── mailcap.txt
│ │ ├── __main__.txt
│ │ ├── markup.txt
│ │ ├── marshal.txt
│ │ ├── math.txt
│ │ ├── mimetypes.txt
│ │ ├── misc.txt
│ │ ├── mmap.txt
│ │ ├── mm.txt
│ │ ├── modulefinder.txt
│ │ ├── modules.txt
│ │ ├── msilib.txt
│ │ ├── msvcrt.txt
│ │ ├── multiprocessing.txt
│ │ ├── netdata.txt
│ │ ├── netrc.txt
│ │ ├── nis.txt
│ │ ├── nntplib.txt
│ │ ├── numbers.txt
│ │ ├── numeric.txt
│ │ ├── operator.txt
│ │ ├── optparse.txt
│ │ ├── os.path.txt
│ │ ├── ossaudiodev.txt
│ │ ├── os.txt
│ │ ├── othergui.txt
│ │ ├── parser.txt
│ │ ├── pathlib.txt
│ │ ├── pdb.txt
│ │ ├── persistence.txt
│ │ ├── pickletools.txt
│ │ ├── pickle.txt
│ │ ├── pipes.txt
│ │ ├── pkgutil.txt
│ │ ├── platform.txt
│ │ ├── plistlib.txt
│ │ ├── poplib.txt
│ │ ├── posix.txt
│ │ ├── pprint.txt
│ │ ├── profile.txt
│ │ ├── pty.txt
│ │ ├── pwd.txt
│ │ ├── pyclbr.txt
│ │ ├── py_compile.txt
│ │ ├── pydoc.txt
│ │ ├── pyexpat.txt
│ │ ├── python.txt
│ │ ├── queue.txt
│ │ ├── quopri.txt
│ │ ├── random.txt
│ │ ├── readline.txt
│ │ ├── reprlib.txt
│ │ ├── resource.txt
│ │ ├── re.txt
│ │ ├── rlcompleter.txt
│ │ ├── runpy.txt
│ │ ├── sched.txt
│ │ ├── secrets.txt
│ │ ├── selectors.txt
│ │ ├── select.txt
│ │ ├── shelve.txt
│ │ ├── shlex.txt
│ │ ├── shutil.txt
│ │ ├── signal.txt
│ │ ├── site.txt
│ │ ├── smtpd.txt
│ │ ├── smtplib.txt
│ │ ├── sndhdr.txt
│ │ ├── socketserver.txt
│ │ ├── socket.txt
│ │ ├── spwd.txt
│ │ ├── sqlite3.txt
│ │ ├── ssl.txt
│ │ ├── statistics.txt
│ │ ├── stat.txt
│ │ ├── stdtypes.txt
│ │ ├── stringprep.txt
│ │ ├── string.txt
│ │ ├── struct.txt
│ │ ├── subprocess.txt
│ │ ├── sunau.txt
│ │ ├── superseded.txt
│ │ ├── symbol.txt
│ │ ├── symtable.txt
│ │ ├── sysconfig.txt
│ │ ├── syslog.txt
│ │ ├── sys.txt
│ │ ├── tabnanny.txt
│ │ ├── tarfile.txt
│ │ ├── telnetlib.txt
│ │ ├── tempfile.txt
│ │ ├── termios.txt
│ │ ├── test.txt
│ │ ├── text.txt
│ │ ├── textwrap.txt
│ │ ├── threading.txt
│ │ ├── _thread.txt
│ │ ├── timeit.txt
│ │ ├── time.txt
│ │ ├── tkinter.scrolledtext.txt
│ │ ├── tkinter.tix.txt
│ │ ├── tkinter.ttk.txt
│ │ ├── tkinter.txt
│ │ ├── tk.txt
│ │ ├── tokenize.txt
│ │ ├── token.txt
│ │ ├── traceback.txt
│ │ ├── tracemalloc.txt
│ │ ├── trace.txt
│ │ ├── tty.txt
│ │ ├── turtle.txt
│ │ ├── types.txt
│ │ ├── typing.txt
│ │ ├── undoc.txt
│ │ ├── unicodedata.txt
│ │ ├── unittest.mock-examples.txt
│ │ ├── unittest.mock.txt
│ │ ├── unittest.txt
│ │ ├── unix.txt
│ │ ├── urllib.error.txt
│ │ ├── urllib.parse.txt
│ │ ├── urllib.request.txt
│ │ ├── urllib.robotparser.txt
│ │ ├── urllib.txt
│ │ ├── uuid.txt
│ │ ├── uu.txt
│ │ ├── venv.txt
│ │ ├── warnings.txt
│ │ ├── wave.txt
│ │ ├── weakref.txt
│ │ ├── webbrowser.txt
│ │ ├── windows.txt
│ │ ├── winreg.txt
│ │ ├── winsound.txt
│ │ ├── wsgiref.txt
│ │ ├── xdrlib.txt
│ │ ├── xml.dom.minidom.txt
│ │ ├── xml.dom.pulldom.txt
│ │ ├── xml.dom.txt
│ │ ├── xml.etree.elementtree.txt
│ │ ├── xmlrpc.client.txt
│ │ ├── xmlrpc.server.txt
│ │ ├── xmlrpc.txt
│ │ ├── xml.sax.handler.txt
│ │ ├── xml.sax.reader.txt
│ │ ├── xml.sax.txt
│ │ ├── xml.sax.utils.txt
│ │ ├── xml.txt
│ │ ├── zipapp.txt
│ │ ├── zipfile.txt
│ │ ├── zipimport.txt
│ │ └── zlib.txt
│ ├── license.txt
│ ├── reference
│ │ ├── compound_stmts.txt
│ │ ├── datamodel.txt
│ │ ├── executionmodel.txt
│ │ ├── expressions.txt
│ │ ├── grammar.txt
│ │ ├── import.txt
│ │ ├── index.txt
│ │ ├── introduction.txt
│ │ ├── lexical_analysis.txt
│ │ ├── simple_stmts.txt
│ │ └── toplevel_components.txt
│ ├── tutorial
│ │ ├── appendix.txt
│ │ ├── appetite.txt
│ │ ├── classes.txt
│ │ ├── controlflow.txt
│ │ ├── datastructures.txt
│ │ ├── errors.txt
│ │ ├── floatingpoint.txt
│ │ ├── index.txt
│ │ ├── inputoutput.txt
│ │ ├── interactive.txt
│ │ ├── interpreter.txt
│ │ ├── introduction.txt
│ │ ├── modules.txt
│ │ ├── stdlib2.txt
│ │ ├── stdlib.txt
│ │ ├── venv.txt
│ │ └── whatnow.txt
│ ├── using
│ │ ├── cmdline.txt
│ │ ├── index.txt
│ │ ├── mac.txt
│ │ ├── unix.txt
│ │ └── windows.txt
│ └── whatsnew
│ ├── 2.0.txt
│ ├── 2.1.txt
│ ├── 2.2.txt
│ ├── 2.3.txt
│ ├── 2.4.txt
│ ├── 2.5.txt
│ ├── 2.6.txt
│ ├── 2.7.txt
│ ├── 3.0.txt
│ ├── 3.1.txt
│ ├── 3.2.txt
│ ├── 3.3.txt
│ ├── 3.4.txt
│ ├── 3.5.txt
│ ├── 3.6.txt
│ ├── changelog.txt
│ └── index.txt
├── _static
│ ├── ajax-loader.gif
│ ├── basic.css
│ ├── classic.css
│ ├── comment-bright.png
│ ├── comment-close.png
│ ├── comment.png
│ ├── copybutton.js
│ ├── default.css
│ ├── doctools.js
│ ├── down.png
│ ├── down-pressed.png
│ ├── file.png
│ ├── jquery-1.11.1.js
│ ├── jquery.js
│ ├── minus.png
│ ├── opensearch.xml
│ ├── plus.png
│ ├── pydoctheme.css
│ ├── pygments.css
│ ├── py.png
│ ├── searchtools.js
│ ├── sidebar.js
│ ├── underscore-1.3.1.js
│ ├── underscore.js
│ ├── up.png
│ ├── up-pressed.png
│ ├── version_switch.js
│ └── websupport.js
├── tutorial
│ ├── appendix.html
│ ├── appetite.html
│ ├── classes.html
│ ├── controlflow.html
│ ├── datastructures.html
│ ├── errors.html
│ ├── floatingpoint.html
│ ├── index.html
│ ├── inputoutput.html
│ ├── interactive.html
│ ├── interpreter.html
│ ├── introduction.html
│ ├── modules.html
│ ├── stdlib2.html
│ ├── stdlib.html
│ ├── venv.html
│ └── whatnow.html
├── using
│ ├── cmdline.html
│ ├── index.html
│ ├── mac.html
│ ├── unix.html
│ └── 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
30 directories, 1003 files
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论