实例介绍
【实例截图】
【核心代码】
.
├── MTK解锁
│ ├── K40G Boot
│ │ └── root.img
│ ├── MTK_UNIVERSAL_V5
│ │ ├── ComponentFactory.Krypton.Docking.dll
│ │ ├── ComponentFactory.Krypton.Navigator.dll
│ │ ├── ComponentFactory.Krypton.Ribbon.dll
│ │ ├── ComponentFactory.Krypton.Toolkit.dll
│ │ ├── ComponentFactory.Krypton.Workspace.dll
│ │ ├── Driver
│ │ │ ├── UsbDk_1.0.22_x64.msi
│ │ │ └── UsbDk_1.0.22_x86.msi
│ │ ├── Krypton_toolKitDemo.exe
│ │ ├── Krypton_toolKitDemo.zip
│ │ ├── Python
│ │ │ ├── Cli
│ │ │ │ ├── LICENSE
│ │ │ │ ├── MANIFEST.in
│ │ │ │ ├── README.md
│ │ │ │ ├── Setup
│ │ │ │ │ └── Linux
│ │ │ │ ├── lock
│ │ │ │ │ ├── misc.bin
│ │ │ │ │ └── para.bin
│ │ │ │ ├── logs
│ │ │ │ │ ├── hwcode.txt
│ │ │ │ │ ├── meid.txt
│ │ │ │ │ └── socid.txt
│ │ │ │ ├── misc.bin
│ │ │ │ ├── mtk
│ │ │ │ ├── mtkclient
│ │ │ │ │ ├── Library
│ │ │ │ │ ├── Loader
│ │ │ │ │ ├── Windows
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── config
│ │ │ │ │ └── payloads
│ │ │ │ ├── para.bin
│ │ │ │ ├── pyproject.toml
│ │ │ │ ├── requirements.txt
│ │ │ │ ├── setup.cfg
│ │ │ │ ├── setup.py
│ │ │ │ ├── stage2
│ │ │ │ └── vbmeta.img.empty
│ │ │ ├── DLLs
│ │ │ │ ├── _asyncio.pyd
│ │ │ │ ├── _bz2.pyd
│ │ │ │ ├── _ctypes.pyd
│ │ │ │ ├── _ctypes_test.pyd
│ │ │ │ ├── _decimal.pyd
│ │ │ │ ├── _elementtree.pyd
│ │ │ │ ├── _hashlib.pyd
│ │ │ │ ├── _lzma.pyd
│ │ │ │ ├── _msi.pyd
│ │ │ │ ├── _multiprocessing.pyd
│ │ │ │ ├── _overlapped.pyd
│ │ │ │ ├── _queue.pyd
│ │ │ │ ├── _socket.pyd
│ │ │ │ ├── _sqlite3.pyd
│ │ │ │ ├── _ssl.pyd
│ │ │ │ ├── _testbuffer.pyd
│ │ │ │ ├── _testcapi.pyd
│ │ │ │ ├── _testconsole.pyd
│ │ │ │ ├── _testimportmultiple.pyd
│ │ │ │ ├── _testinternalcapi.pyd
│ │ │ │ ├── _testmultiphase.pyd
│ │ │ │ ├── _tkinter.pyd
│ │ │ │ ├── _uuid.pyd
│ │ │ │ ├── _zoneinfo.pyd
│ │ │ │ ├── libcrypto-1_1.dll
│ │ │ │ ├── libffi-7.dll
│ │ │ │ ├── libssl-1_1.dll
│ │ │ │ ├── py.ico
│ │ │ │ ├── pyc.ico
│ │ │ │ ├── pyd.ico
│ │ │ │ ├── pyexpat.pyd
│ │ │ │ ├── python_lib.cat
│ │ │ │ ├── python_tools.cat
│ │ │ │ ├── select.pyd
│ │ │ │ ├── sqlite3.dll
│ │ │ │ ├── tcl86t.dll
│ │ │ │ ├── tk86t.dll
│ │ │ │ ├── unicodedata.pyd
│ │ │ │ └── winsound.pyd
│ │ │ ├── Doc
│ │ │ │ └── python391.chm
│ │ │ ├── LICENSE.txt
│ │ │ ├── Lib
│ │ │ │ ├── __future__.py
│ │ │ │ ├── __phello__.foo.py
│ │ │ │ ├── __pycache__
│ │ │ │ │ ├── __future__.cpython-39.pyc
│ │ │ │ │ ├── _bootlocale.cpython-39.pyc
│ │ │ │ │ ├── _collections_abc.cpython-39.pyc
│ │ │ │ │ ├── _compat_pickle.cpython-39.pyc
│ │ │ │ │ ├── _compression.cpython-39.pyc
│ │ │ │ │ ├── _markupbase.cpython-39.pyc
│ │ │ │ │ ├── _sitebuiltins.cpython-39.pyc
│ │ │ │ │ ├── _strptime.cpython-39.pyc
│ │ │ │ │ ├── _weakrefset.cpython-39.pyc
│ │ │ │ │ ├── abc.cpython-39.pyc
│ │ │ │ │ ├── argparse.cpython-39.pyc
│ │ │ │ │ ├── ast.cpython-39.pyc
│ │ │ │ │ ├── base64.cpython-39.pyc
│ │ │ │ │ ├── bisect.cpython-39.pyc
│ │ │ │ │ ├── bz2.cpython-39.pyc
│ │ │ │ │ ├── calendar.cpython-39.pyc
│ │ │ │ │ ├── cgi.cpython-39.pyc
│ │ │ │ │ ├── codecs.cpython-39.pyc
│ │ │ │ │ ├── compileall.cpython-39.pyc
│ │ │ │ │ ├── configparser.cpython-39.pyc
│ │ │ │ │ ├── contextlib.cpython-39.pyc
│ │ │ │ │ ├── contextvars.cpython-39.pyc
│ │ │ │ │ ├── copy.cpython-39.pyc
│ │ │ │ │ ├── copyreg.cpython-39.pyc
│ │ │ │ │ ├── csv.cpython-39.pyc
│ │ │ │ │ ├── datetime.cpython-39.pyc
│ │ │ │ │ ├── decimal.cpython-39.pyc
│ │ │ │ │ ├── dis.cpython-39.pyc
│ │ │ │ │ ├── enum.cpython-39.pyc
│ │ │ │ │ ├── filecmp.cpython-39.pyc
│ │ │ │ │ ├── fnmatch.cpython-39.pyc
│ │ │ │ │ ├── functools.cpython-39.pyc
│ │ │ │ │ ├── genericpath.cpython-39.pyc
│ │ │ │ │ ├── getopt.cpython-39.pyc
│ │ │ │ │ ├── getpass.cpython-39.pyc
│ │ │ │ │ ├── gettext.cpython-39.pyc
│ │ │ │ │ ├── glob.cpython-39.pyc
│ │ │ │ │ ├── gzip.cpython-39.pyc
│ │ │ │ │ ├── hashlib.cpython-39.pyc
│ │ │ │ │ ├── heapq.cpython-39.pyc
│ │ │ │ │ ├── hmac.cpython-39.pyc
│ │ │ │ │ ├── inspect.cpython-39.pyc
│ │ │ │ │ ├── io.cpython-39.pyc
│ │ │ │ │ ├── ipaddress.cpython-39.pyc
│ │ │ │ │ ├── keyword.cpython-39.pyc
│ │ │ │ │ ├── linecache.cpython-39.pyc
│ │ │ │ │ ├── locale.cpython-39.pyc
│ │ │ │ │ ├── lzma.cpython-39.pyc
│ │ │ │ │ ├── mimetypes.cpython-39.pyc
│ │ │ │ │ ├── netrc.cpython-39.pyc
│ │ │ │ │ ├── ntpath.cpython-39.pyc
│ │ │ │ │ ├── nturl2path.cpython-39.pyc
│ │ │ │ │ ├── numbers.cpython-39.pyc
│ │ │ │ │ ├── opcode.cpython-39.pyc
│ │ │ │ │ ├── operator.cpython-39.pyc
│ │ │ │ │ ├── optparse.cpython-39.pyc
│ │ │ │ │ ├── os.cpython-39.pyc
│ │ │ │ │ ├── pathlib.cpython-39.pyc
│ │ │ │ │ ├── pickle.cpython-39.pyc
│ │ │ │ │ ├── pkgutil.cpython-39.pyc
│ │ │ │ │ ├── platform.cpython-39.pyc
│ │ │ │ │ ├── plistlib.cpython-39.pyc
│ │ │ │ │ ├── posixpath.cpython-39.pyc
│ │ │ │ │ ├── pprint.cpython-39.pyc
│ │ │ │ │ ├── py_compile.cpython-39.pyc
│ │ │ │ │ ├── queue.cpython-39.pyc
│ │ │ │ │ ├── quopri.cpython-39.pyc
│ │ │ │ │ ├── random.cpython-39.pyc
│ │ │ │ │ ├── re.cpython-39.pyc
│ │ │ │ │ ├── reprlib.cpython-39.pyc
│ │ │ │ │ ├── runpy.cpython-39.pyc
│ │ │ │ │ ├── selectors.cpython-39.pyc
│ │ │ │ │ ├── shlex.cpython-39.pyc
│ │ │ │ │ ├── shutil.cpython-39.pyc
│ │ │ │ │ ├── signal.cpython-39.pyc
│ │ │ │ │ ├── site.cpython-39.pyc
│ │ │ │ │ ├── socket.cpython-39.pyc
│ │ │ │ │ ├── socketserver.cpython-39.pyc
│ │ │ │ │ ├── sre_compile.cpython-39.pyc
│ │ │ │ │ ├── sre_constants.cpython-39.pyc
│ │ │ │ │ ├── sre_parse.cpython-39.pyc
│ │ │ │ │ ├── ssl.cpython-39.pyc
│ │ │ │ │ ├── stat.cpython-39.pyc
│ │ │ │ │ ├── string.cpython-39.pyc
│ │ │ │ │ ├── stringprep.cpython-39.pyc
│ │ │ │ │ ├── struct.cpython-39.pyc
│ │ │ │ │ ├── subprocess.cpython-39.pyc
│ │ │ │ │ ├── sysconfig.cpython-39.pyc
│ │ │ │ │ ├── tarfile.cpython-39.pyc
│ │ │ │ │ ├── tempfile.cpython-39.pyc
│ │ │ │ │ ├── textwrap.cpython-39.pyc
│ │ │ │ │ ├── threading.cpython-39.pyc
│ │ │ │ │ ├── token.cpython-39.pyc
│ │ │ │ │ ├── tokenize.cpython-39.pyc
│ │ │ │ │ ├── traceback.cpython-39.pyc
│ │ │ │ │ ├── types.cpython-39.pyc
│ │ │ │ │ ├── typing.cpython-39.pyc
│ │ │ │ │ ├── uu.cpython-39.pyc
│ │ │ │ │ ├── uuid.cpython-39.pyc
│ │ │ │ │ ├── warnings.cpython-39.pyc
│ │ │ │ │ ├── weakref.cpython-39.pyc
│ │ │ │ │ └── zipfile.cpython-39.pyc
│ │ │ │ ├── _aix_support.py
│ │ │ │ ├── _bootlocale.py
│ │ │ │ ├── _bootsubprocess.py
│ │ │ │ ├── _collections_abc.py
│ │ │ │ ├── _compat_pickle.py
│ │ │ │ ├── _compression.py
│ │ │ │ ├── _markupbase.py
│ │ │ │ ├── _osx_support.py
│ │ │ │ ├── _py_abc.py
│ │ │ │ ├── _pydecimal.py
│ │ │ │ ├── _pyio.py
│ │ │ │ ├── _sitebuiltins.py
│ │ │ │ ├── _strptime.py
│ │ │ │ ├── _threading_local.py
│ │ │ │ ├── _weakrefset.py
│ │ │ │ ├── abc.py
│ │ │ │ ├── aifc.py
│ │ │ │ ├── antigravity.py
│ │ │ │ ├── argparse.py
│ │ │ │ ├── ast.py
│ │ │ │ ├── asynchat.py
│ │ │ │ ├── asyncio
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __main__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── base_events.py
│ │ │ │ │ ├── base_futures.py
│ │ │ │ │ ├── base_subprocess.py
│ │ │ │ │ ├── base_tasks.py
│ │ │ │ │ ├── constants.py
│ │ │ │ │ ├── coroutines.py
│ │ │ │ │ ├── events.py
│ │ │ │ │ ├── exceptions.py
│ │ │ │ │ ├── format_helpers.py
│ │ │ │ │ ├── futures.py
│ │ │ │ │ ├── locks.py
│ │ │ │ │ ├── log.py
│ │ │ │ │ ├── proactor_events.py
│ │ │ │ │ ├── protocols.py
│ │ │ │ │ ├── queues.py
│ │ │ │ │ ├── runners.py
│ │ │ │ │ ├── selector_events.py
│ │ │ │ │ ├── sslproto.py
│ │ │ │ │ ├── staggered.py
│ │ │ │ │ ├── streams.py
│ │ │ │ │ ├── subprocess.py
│ │ │ │ │ ├── tasks.py
│ │ │ │ │ ├── threads.py
│ │ │ │ │ ├── transports.py
│ │ │ │ │ ├── trsock.py
│ │ │ │ │ ├── unix_events.py
│ │ │ │ │ ├── windows_events.py
│ │ │ │ │ └── windows_utils.py
│ │ │ │ ├── asyncore.py
│ │ │ │ ├── base64.py
│ │ │ │ ├── bdb.py
│ │ │ │ ├── binhex.py
│ │ │ │ ├── bisect.py
│ │ │ │ ├── bz2.py
│ │ │ │ ├── cProfile.py
│ │ │ │ ├── calendar.py
│ │ │ │ ├── cgi.py
│ │ │ │ ├── cgitb.py
│ │ │ │ ├── chunk.py
│ │ │ │ ├── cmd.py
│ │ │ │ ├── code.py
│ │ │ │ ├── codecs.py
│ │ │ │ ├── codeop.py
│ │ │ │ ├── collections
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ └── abc.py
│ │ │ │ ├── colorsys.py
│ │ │ │ ├── compileall.py
│ │ │ │ ├── concurrent
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ └── futures
│ │ │ │ ├── configparser.py
│ │ │ │ ├── contextlib.py
│ │ │ │ ├── contextvars.py
│ │ │ │ ├── copy.py
│ │ │ │ ├── copyreg.py
│ │ │ │ ├── crypt.py
│ │ │ │ ├── csv.py
│ │ │ │ ├── ctypes
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── _aix.py
│ │ │ │ │ ├── _endian.py
│ │ │ │ │ ├── macholib
│ │ │ │ │ ├── test
│ │ │ │ │ ├── util.py
│ │ │ │ │ └── wintypes.py
│ │ │ │ ├── curses
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── ascii.py
│ │ │ │ │ ├── has_key.py
│ │ │ │ │ ├── panel.py
│ │ │ │ │ └── textpad.py
│ │ │ │ ├── dataclasses.py
│ │ │ │ ├── datetime.py
│ │ │ │ ├── dbm
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── dumb.py
│ │ │ │ │ ├── gnu.py
│ │ │ │ │ └── ndbm.py
│ │ │ │ ├── decimal.py
│ │ │ │ ├── difflib.py
│ │ │ │ ├── dis.py
│ │ │ │ ├── distutils
│ │ │ │ │ ├── README
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── _msvccompiler.py
│ │ │ │ │ ├── archive_util.py
│ │ │ │ │ ├── bcppcompiler.py
│ │ │ │ │ ├── ccompiler.py
│ │ │ │ │ ├── cmd.py
│ │ │ │ │ ├── command
│ │ │ │ │ ├── config.py
│ │ │ │ │ ├── core.py
│ │ │ │ │ ├── cygwinccompiler.py
│ │ │ │ │ ├── debug.py
│ │ │ │ │ ├── dep_util.py
│ │ │ │ │ ├── dir_util.py
│ │ │ │ │ ├── dist.py
│ │ │ │ │ ├── errors.py
│ │ │ │ │ ├── extension.py
│ │ │ │ │ ├── fancy_getopt.py
│ │ │ │ │ ├── file_util.py
│ │ │ │ │ ├── filelist.py
│ │ │ │ │ ├── log.py
│ │ │ │ │ ├── msvc9compiler.py
│ │ │ │ │ ├── msvccompiler.py
│ │ │ │ │ ├── spawn.py
│ │ │ │ │ ├── sysconfig.py
│ │ │ │ │ ├── tests
│ │ │ │ │ ├── text_file.py
│ │ │ │ │ ├── unixccompiler.py
│ │ │ │ │ ├── util.py
│ │ │ │ │ ├── version.py
│ │ │ │ │ └── versionpredicate.py
│ │ │ │ ├── doctest.py
│ │ │ │ ├── email
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── _encoded_words.py
│ │ │ │ │ ├── _header_value_parser.py
│ │ │ │ │ ├── _parseaddr.py
│ │ │ │ │ ├── _policybase.py
│ │ │ │ │ ├── architecture.rst
│ │ │ │ │ ├── base64mime.py
│ │ │ │ │ ├── charset.py
│ │ │ │ │ ├── contentmanager.py
│ │ │ │ │ ├── encoders.py
│ │ │ │ │ ├── errors.py
│ │ │ │ │ ├── feedparser.py
│ │ │ │ │ ├── generator.py
│ │ │ │ │ ├── header.py
│ │ │ │ │ ├── headerregistry.py
│ │ │ │ │ ├── iterators.py
│ │ │ │ │ ├── message.py
│ │ │ │ │ ├── mime
│ │ │ │ │ ├── parser.py
│ │ │ │ │ ├── policy.py
│ │ │ │ │ ├── quoprimime.py
│ │ │ │ │ └── utils.py
│ │ │ │ ├── encodings
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── aliases.py
│ │ │ │ │ ├── ascii.py
│ │ │ │ │ ├── base64_codec.py
│ │ │ │ │ ├── big5.py
│ │ │ │ │ ├── big5hkscs.py
│ │ │ │ │ ├── bz2_codec.py
│ │ │ │ │ ├── charmap.py
│ │ │ │ │ ├── cp037.py
│ │ │ │ │ ├── cp1006.py
│ │ │ │ │ ├── cp1026.py
│ │ │ │ │ ├── cp1125.py
│ │ │ │ │ ├── cp1140.py
│ │ │ │ │ ├── cp1250.py
│ │ │ │ │ ├── cp1251.py
│ │ │ │ │ ├── cp1252.py
│ │ │ │ │ ├── cp1253.py
│ │ │ │ │ ├── cp1254.py
│ │ │ │ │ ├── cp1255.py
│ │ │ │ │ ├── cp1256.py
│ │ │ │ │ ├── cp1257.py
│ │ │ │ │ ├── cp1258.py
│ │ │ │ │ ├── cp273.py
│ │ │ │ │ ├── cp424.py
│ │ │ │ │ ├── cp437.py
│ │ │ │ │ ├── cp500.py
│ │ │ │ │ ├── cp720.py
│ │ │ │ │ ├── cp737.py
│ │ │ │ │ ├── cp775.py
│ │ │ │ │ ├── cp850.py
│ │ │ │ │ ├── cp852.py
│ │ │ │ │ ├── cp855.py
│ │ │ │ │ ├── cp856.py
│ │ │ │ │ ├── cp857.py
│ │ │ │ │ ├── cp858.py
│ │ │ │ │ ├── cp860.py
│ │ │ │ │ ├── cp861.py
│ │ │ │ │ ├── cp862.py
│ │ │ │ │ ├── cp863.py
│ │ │ │ │ ├── cp864.py
│ │ │ │ │ ├── cp865.py
│ │ │ │ │ ├── cp866.py
│ │ │ │ │ ├── cp869.py
│ │ │ │ │ ├── cp874.py
│ │ │ │ │ ├── cp875.py
│ │ │ │ │ ├── cp932.py
│ │ │ │ │ ├── cp949.py
│ │ │ │ │ ├── cp950.py
│ │ │ │ │ ├── euc_jis_2004.py
│ │ │ │ │ ├── euc_jisx0213.py
│ │ │ │ │ ├── euc_jp.py
│ │ │ │ │ ├── euc_kr.py
│ │ │ │ │ ├── gb18030.py
│ │ │ │ │ ├── gb2312.py
│ │ │ │ │ ├── gbk.py
│ │ │ │ │ ├── hex_codec.py
│ │ │ │ │ ├── hp_roman8.py
│ │ │ │ │ ├── hz.py
│ │ │ │ │ ├── idna.py
│ │ │ │ │ ├── iso2022_jp.py
│ │ │ │ │ ├── iso2022_jp_1.py
│ │ │ │ │ ├── iso2022_jp_2.py
│ │ │ │ │ ├── iso2022_jp_2004.py
│ │ │ │ │ ├── iso2022_jp_3.py
│ │ │ │ │ ├── iso2022_jp_ext.py
│ │ │ │ │ ├── iso2022_kr.py
│ │ │ │ │ ├── iso8859_1.py
│ │ │ │ │ ├── iso8859_10.py
│ │ │ │ │ ├── iso8859_11.py
│ │ │ │ │ ├── iso8859_13.py
│ │ │ │ │ ├── iso8859_14.py
│ │ │ │ │ ├── iso8859_15.py
│ │ │ │ │ ├── iso8859_16.py
│ │ │ │ │ ├── iso8859_2.py
│ │ │ │ │ ├── iso8859_3.py
│ │ │ │ │ ├── iso8859_4.py
│ │ │ │ │ ├── iso8859_5.py
│ │ │ │ │ ├── iso8859_6.py
│ │ │ │ │ ├── iso8859_7.py
│ │ │ │ │ ├── iso8859_8.py
│ │ │ │ │ ├── iso8859_9.py
│ │ │ │ │ ├── johab.py
│ │ │ │ │ ├── koi8_r.py
│ │ │ │ │ ├── koi8_t.py
│ │ │ │ │ ├── koi8_u.py
│ │ │ │ │ ├── kz1048.py
│ │ │ │ │ ├── latin_1.py
│ │ │ │ │ ├── mac_arabic.py
│ │ │ │ │ ├── mac_croatian.py
│ │ │ │ │ ├── mac_cyrillic.py
│ │ │ │ │ ├── mac_farsi.py
│ │ │ │ │ ├── mac_greek.py
│ │ │ │ │ ├── mac_iceland.py
│ │ │ │ │ ├── mac_latin2.py
│ │ │ │ │ ├── mac_roman.py
│ │ │ │ │ ├── mac_romanian.py
│ │ │ │ │ ├── mac_turkish.py
│ │ │ │ │ ├── mbcs.py
│ │ │ │ │ ├── oem.py
│ │ │ │ │ ├── palmos.py
│ │ │ │ │ ├── ptcp154.py
│ │ │ │ │ ├── punycode.py
│ │ │ │ │ ├── quopri_codec.py
│ │ │ │ │ ├── raw_unicode_escape.py
│ │ │ │ │ ├── rot_13.py
│ │ │ │ │ ├── shift_jis.py
│ │ │ │ │ ├── shift_jis_2004.py
│ │ │ │ │ ├── shift_jisx0213.py
│ │ │ │ │ ├── tis_620.py
│ │ │ │ │ ├── undefined.py
│ │ │ │ │ ├── unicode_escape.py
│ │ │ │ │ ├── utf_16.py
│ │ │ │ │ ├── utf_16_be.py
│ │ │ │ │ ├── utf_16_le.py
│ │ │ │ │ ├── utf_32.py
│ │ │ │ │ ├── utf_32_be.py
│ │ │ │ │ ├── utf_32_le.py
│ │ │ │ │ ├── utf_7.py
│ │ │ │ │ ├── utf_8.py
│ │ │ │ │ ├── utf_8_sig.py
│ │ │ │ │ ├── uu_codec.py
│ │ │ │ │ └── zlib_codec.py
│ │ │ │ ├── ensurepip
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __main__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── _bundled
│ │ │ │ │ └── _uninstall.py
│ │ │ │ ├── enum.py
│ │ │ │ ├── filecmp.py
│ │ │ │ ├── fileinput.py
│ │ │ │ ├── fnmatch.py
│ │ │ │ ├── formatter.py
│ │ │ │ ├── fractions.py
│ │ │ │ ├── ftplib.py
│ │ │ │ ├── functools.py
│ │ │ │ ├── genericpath.py
│ │ │ │ ├── getopt.py
│ │ │ │ ├── getpass.py
│ │ │ │ ├── gettext.py
│ │ │ │ ├── glob.py
│ │ │ │ ├── graphlib.py
│ │ │ │ ├── gzip.py
│ │ │ │ ├── hashlib.py
│ │ │ │ ├── heapq.py
│ │ │ │ ├── hmac.py
│ │ │ │ ├── html
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── entities.py
│ │ │ │ │ └── parser.py
│ │ │ │ ├── http
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── client.py
│ │ │ │ │ ├── cookiejar.py
│ │ │ │ │ ├── cookies.py
│ │ │ │ │ └── server.py
│ │ │ │ ├── idlelib
│ │ │ │ │ ├── CREDITS.txt
│ │ │ │ │ ├── ChangeLog
│ │ │ │ │ ├── HISTORY.txt
│ │ │ │ │ ├── Icons
│ │ │ │ │ ├── NEWS.txt
│ │ │ │ │ ├── NEWS2x.txt
│ │ │ │ │ ├── README.txt
│ │ │ │ │ ├── TODO.txt
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __main__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── autocomplete.py
│ │ │ │ │ ├── autocomplete_w.py
│ │ │ │ │ ├── autoexpand.py
│ │ │ │ │ ├── browser.py
│ │ │ │ │ ├── calltip.py
│ │ │ │ │ ├── calltip_w.py
│ │ │ │ │ ├── codecontext.py
│ │ │ │ │ ├── colorizer.py
│ │ │ │ │ ├── config-extensions.def
│ │ │ │ │ ├── config-highlight.def
│ │ │ │ │ ├── config-keys.def
│ │ │ │ │ ├── config-main.def
│ │ │ │ │ ├── config.py
│ │ │ │ │ ├── config_key.py
│ │ │ │ │ ├── configdialog.py
│ │ │ │ │ ├── debugger.py
│ │ │ │ │ ├── debugger_r.py
│ │ │ │ │ ├── debugobj.py
│ │ │ │ │ ├── debugobj_r.py
│ │ │ │ │ ├── delegator.py
│ │ │ │ │ ├── dynoption.py
│ │ │ │ │ ├── editor.py
│ │ │ │ │ ├── extend.txt
│ │ │ │ │ ├── filelist.py
│ │ │ │ │ ├── format.py
│ │ │ │ │ ├── grep.py
│ │ │ │ │ ├── help.html
│ │ │ │ │ ├── help.py
│ │ │ │ │ ├── help_about.py
│ │ │ │ │ ├── history.py
│ │ │ │ │ ├── hyperparser.py
│ │ │ │ │ ├── idle.bat
│ │ │ │ │ ├── idle.py
│ │ │ │ │ ├── idle.pyw
│ │ │ │ │ ├── idle_test
│ │ │ │ │ ├── iomenu.py
│ │ │ │ │ ├── macosx.py
│ │ │ │ │ ├── mainmenu.py
│ │ │ │ │ ├── multicall.py
│ │ │ │ │ ├── outwin.py
│ │ │ │ │ ├── parenmatch.py
│ │ │ │ │ ├── pathbrowser.py
│ │ │ │ │ ├── percolator.py
│ │ │ │ │ ├── pyparse.py
│ │ │ │ │ ├── pyshell.py
│ │ │ │ │ ├── query.py
│ │ │ │ │ ├── redirector.py
│ │ │ │ │ ├── replace.py
│ │ │ │ │ ├── rpc.py
│ │ │ │ │ ├── run.py
│ │ │ │ │ ├── runscript.py
│ │ │ │ │ ├── scrolledlist.py
│ │ │ │ │ ├── search.py
│ │ │ │ │ ├── searchbase.py
│ │ │ │ │ ├── searchengine.py
│ │ │ │ │ ├── sidebar.py
│ │ │ │ │ ├── squeezer.py
│ │ │ │ │ ├── stackviewer.py
│ │ │ │ │ ├── statusbar.py
│ │ │ │ │ ├── textview.py
│ │ │ │ │ ├── tooltip.py
│ │ │ │ │ ├── tree.py
│ │ │ │ │ ├── undo.py
│ │ │ │ │ ├── window.py
│ │ │ │ │ ├── zoomheight.py
│ │ │ │ │ └── zzdummy.py
│ │ │ │ ├── imaplib.py
│ │ │ │ ├── imghdr.py
│ │ │ │ ├── imp.py
│ │ │ │ ├── importlib
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── _bootstrap.py
│ │ │ │ │ ├── _bootstrap_external.py
│ │ │ │ │ ├── _common.py
│ │ │ │ │ ├── abc.py
│ │ │ │ │ ├── machinery.py
│ │ │ │ │ ├── metadata.py
│ │ │ │ │ ├── resources.py
│ │ │ │ │ └── util.py
│ │ │ │ ├── inspect.py
│ │ │ │ ├── io.py
│ │ │ │ ├── ipaddress.py
│ │ │ │ ├── json
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── decoder.py
│ │ │ │ │ ├── encoder.py
│ │ │ │ │ ├── scanner.py
│ │ │ │ │ └── tool.py
│ │ │ │ ├── keyword.py
│ │ │ │ ├── lib2to3
│ │ │ │ │ ├── Grammar.txt
│ │ │ │ │ ├── Grammar3.9.1.final.0.pickle
│ │ │ │ │ ├── PatternGrammar.txt
│ │ │ │ │ ├── PatternGrammar3.9.1.final.0.pickle
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __main__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── btm_matcher.py
│ │ │ │ │ ├── btm_utils.py
│ │ │ │ │ ├── fixer_base.py
│ │ │ │ │ ├── fixer_util.py
│ │ │ │ │ ├── fixes
│ │ │ │ │ ├── main.py
│ │ │ │ │ ├── patcomp.py
│ │ │ │ │ ├── pgen2
│ │ │ │ │ ├── pygram.py
│ │ │ │ │ ├── pytree.py
│ │ │ │ │ ├── refactor.py
│ │ │ │ │ └── tests
│ │ │ │ ├── linecache.py
│ │ │ │ ├── locale.py
│ │ │ │ ├── logging
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── config.py
│ │ │ │ │ └── handlers.py
│ │ │ │ ├── lzma.py
│ │ │ │ ├── mailbox.py
│ │ │ │ ├── mailcap.py
│ │ │ │ ├── mimetypes.py
│ │ │ │ ├── modulefinder.py
│ │ │ │ ├── msilib
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── schema.py
│ │ │ │ │ ├── sequence.py
│ │ │ │ │ └── text.py
│ │ │ │ ├── multiprocessing
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── connection.py
│ │ │ │ │ ├── context.py
│ │ │ │ │ ├── dummy
│ │ │ │ │ ├── forkserver.py
│ │ │ │ │ ├── heap.py
│ │ │ │ │ ├── managers.py
│ │ │ │ │ ├── pool.py
│ │ │ │ │ ├── popen_fork.py
│ │ │ │ │ ├── popen_forkserver.py
│ │ │ │ │ ├── popen_spawn_posix.py
│ │ │ │ │ ├── popen_spawn_win32.py
│ │ │ │ │ ├── process.py
│ │ │ │ │ ├── queues.py
│ │ │ │ │ ├── reduction.py
│ │ │ │ │ ├── resource_sharer.py
│ │ │ │ │ ├── resource_tracker.py
│ │ │ │ │ ├── shared_memory.py
│ │ │ │ │ ├── sharedctypes.py
│ │ │ │ │ ├── spawn.py
│ │ │ │ │ ├── synchronize.py
│ │ │ │ │ └── util.py
│ │ │ │ ├── netrc.py
│ │ │ │ ├── nntplib.py
│ │ │ │ ├── ntpath.py
│ │ │ │ ├── nturl2path.py
│ │ │ │ ├── numbers.py
│ │ │ │ ├── opcode.py
│ │ │ │ ├── operator.py
│ │ │ │ ├── optparse.py
│ │ │ │ ├── os.py
│ │ │ │ ├── pathlib.py
│ │ │ │ ├── pdb.py
│ │ │ │ ├── pickle.py
│ │ │ │ ├── pickletools.py
│ │ │ │ ├── pipes.py
│ │ │ │ ├── pkgutil.py
│ │ │ │ ├── platform.py
│ │ │ │ ├── plistlib.py
│ │ │ │ ├── poplib.py
│ │ │ │ ├── posixpath.py
│ │ │ │ ├── pprint.py
│ │ │ │ ├── profile.py
│ │ │ │ ├── pstats.py
│ │ │ │ ├── pty.py
│ │ │ │ ├── py_compile.py
│ │ │ │ ├── pyclbr.py
│ │ │ │ ├── pydoc.py
│ │ │ │ ├── pydoc_data
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── _pydoc.css
│ │ │ │ │ └── topics.py
│ │ │ │ ├── queue.py
│ │ │ │ ├── quopri.py
│ │ │ │ ├── random.py
│ │ │ │ ├── re.py
│ │ │ │ ├── reprlib.py
│ │ │ │ ├── rlcompleter.py
│ │ │ │ ├── runpy.py
│ │ │ │ ├── sched.py
│ │ │ │ ├── secrets.py
│ │ │ │ ├── selectors.py
│ │ │ │ ├── shelve.py
│ │ │ │ ├── shlex.py
│ │ │ │ ├── shutil.py
│ │ │ │ ├── signal.py
│ │ │ │ ├── site-packages
│ │ │ │ │ ├── Crypto
│ │ │ │ │ ├── README.txt
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── colorama
│ │ │ │ │ ├── colorama-0.4.4.dist-info
│ │ │ │ │ ├── config
│ │ │ │ │ ├── config-0.5.0.post0.dist-info
│ │ │ │ │ ├── docopt-0.6.2-py3.9.egg-info
│ │ │ │ │ ├── docopt.py
│ │ │ │ │ ├── easy_install.py
│ │ │ │ │ ├── oslo.i18n-5.0.1.dist-info
│ │ │ │ │ ├── oslo_i18n
│ │ │ │ │ ├── packaging
│ │ │ │ │ ├── packaging-21.0.dist-info
│ │ │ │ │ ├── pbr
│ │ │ │ │ ├── pbr-5.6.0.dist-info
│ │ │ │ │ ├── pip
│ │ │ │ │ ├── pip-21.2.4.dist-info
│ │ │ │ │ ├── pkg_resources
│ │ │ │ │ ├── pycryptodome-3.10.1.dist-info
│ │ │ │ │ ├── pyparsing-2.4.7.dist-info
│ │ │ │ │ ├── pyparsing.py
│ │ │ │ │ ├── pytz
│ │ │ │ │ ├── pytz-2021.1.dist-info
│ │ │ │ │ ├── pyusb-1.2.1.dist-info
│ │ │ │ │ ├── setuptools
│ │ │ │ │ ├── setuptools-49.2.1.dist-info
│ │ │ │ │ ├── six-1.16.0.dist-info
│ │ │ │ │ ├── six.py
│ │ │ │ │ ├── tests
│ │ │ │ │ ├── united_states_of_browsers
│ │ │ │ │ ├── urllib3
│ │ │ │ │ ├── urllib3-1.26.6.dist-info
│ │ │ │ │ ├── usb
│ │ │ │ │ ├── usb-0.0.83.dev0.dist-info
│ │ │ │ │ ├── wheel
│ │ │ │ │ ├── wheel-0.37.0.dist-info
│ │ │ │ │ ├── wrapt
│ │ │ │ │ └── wrapt-1.12.1.dist-info
│ │ │ │ ├── site.py
│ │ │ │ ├── smtpd.py
│ │ │ │ ├── smtplib.py
│ │ │ │ ├── sndhdr.py
│ │ │ │ ├── socket.py
│ │ │ │ ├── socketserver.py
│ │ │ │ ├── sqlite3
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── dbapi2.py
│ │ │ │ │ ├── dump.py
│ │ │ │ │ └── test
│ │ │ │ ├── sre_compile.py
│ │ │ │ ├── sre_constants.py
│ │ │ │ ├── sre_parse.py
│ │ │ │ ├── ssl.py
│ │ │ │ ├── stat.py
│ │ │ │ ├── statistics.py
│ │ │ │ ├── string.py
│ │ │ │ ├── stringprep.py
│ │ │ │ ├── struct.py
│ │ │ │ ├── subprocess.py
│ │ │ │ ├── sunau.py
│ │ │ │ ├── symbol.py
│ │ │ │ ├── symtable.py
│ │ │ │ ├── sysconfig.py
│ │ │ │ ├── tabnanny.py
│ │ │ │ ├── tarfile.py
│ │ │ │ ├── telnetlib.py
│ │ │ │ ├── tempfile.py
│ │ │ │ ├── test
│ │ │ │ │ ├── Sine-1000Hz-300ms.aif
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __main__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── _test_multiprocessing.py
│ │ │ │ │ ├── allsans.pem
│ │ │ │ │ ├── ann_module.py
│ │ │ │ │ ├── ann_module2.py
│ │ │ │ │ ├── ann_module3.py
│ │ │ │ │ ├── audiodata
│ │ │ │ │ ├── audiotest.au
│ │ │ │ │ ├── audiotests.py
│ │ │ │ │ ├── audit-tests.py
│ │ │ │ │ ├── autotest.py
│ │ │ │ │ ├── bad_coding.py
│ │ │ │ │ ├── bad_coding2.py
│ │ │ │ │ ├── bad_getattr.py
│ │ │ │ │ ├── bad_getattr2.py
│ │ │ │ │ ├── bad_getattr3.py
│ │ │ │ │ ├── badcert.pem
│ │ │ │ │ ├── badkey.pem
│ │ │ │ │ ├── badsyntax_3131.py
│ │ │ │ │ ├── badsyntax_future10.py
│ │ │ │ │ ├── badsyntax_future3.py
│ │ │ │ │ ├── badsyntax_future4.py
│ │ │ │ │ ├── badsyntax_future5.py
│ │ │ │ │ ├── badsyntax_future6.py
│ │ │ │ │ ├── badsyntax_future7.py
│ │ │ │ │ ├── badsyntax_future8.py
│ │ │ │ │ ├── badsyntax_future9.py
│ │ │ │ │ ├── badsyntax_pep3120.py
│ │ │ │ │ ├── bisect_cmd.py
│ │ │ │ │ ├── capath
│ │ │ │ │ ├── cfgparser.1
│ │ │ │ │ ├── cfgparser.2
│ │ │ │ │ ├── cfgparser.3
│ │ │ │ │ ├── cjkencodings
│ │ │ │ │ ├── clinic.test
│ │ │ │ │ ├── cmath_testcases.txt
│ │ │ │ │ ├── coding20731.py
│ │ │ │ │ ├── crashers
│ │ │ │ │ ├── curses_tests.py
│ │ │ │ │ ├── data
│ │ │ │ │ ├── dataclass_module_1.py
│ │ │ │ │ ├── dataclass_module_1_str.py
│ │ │ │ │ ├── dataclass_module_2.py
│ │ │ │ │ ├── dataclass_module_2_str.py
│ │ │ │ │ ├── dataclass_textanno.py
│ │ │ │ │ ├── datetimetester.py
│ │ │ │ │ ├── decimaltestdata
│ │ │ │ │ ├── dis_module.py
│ │ │ │ │ ├── doctest_aliases.py
│ │ │ │ │ ├── double_const.py
│ │ │ │ │ ├── dtracedata
│ │ │ │ │ ├── eintrdata
│ │ │ │ │ ├── empty.vbs
│ │ │ │ │ ├── encoded_modules
│ │ │ │ │ ├── exception_hierarchy.txt
│ │ │ │ │ ├── ffdh3072.pem
│ │ │ │ │ ├── final_a.py
│ │ │ │ │ ├── final_b.py
│ │ │ │ │ ├── floating_points.txt
│ │ │ │ │ ├── fork_wait.py
│ │ │ │ │ ├── formatfloat_testcases.txt
│ │ │ │ │ ├── future_test1.py
│ │ │ │ │ ├── future_test2.py
│ │ │ │ │ ├── gdb_sample.py
│ │ │ │ │ ├── good_getattr.py
│ │ │ │ │ ├── idnsans.pem
│ │ │ │ │ ├── ieee754.txt
│ │ │ │ │ ├── imghdrdata
│ │ │ │ │ ├── imp_dummy.py
│ │ │ │ │ ├── inspect_fodder.py
│ │ │ │ │ ├── inspect_fodder2.py
│ │ │ │ │ ├── keycert.passwd.pem
│ │ │ │ │ ├── keycert.pem
│ │ │ │ │ ├── keycert2.pem
│ │ │ │ │ ├── keycert3.pem
│ │ │ │ │ ├── keycert4.pem
│ │ │ │ │ ├── keycertecc.pem
│ │ │ │ │ ├── leakers
│ │ │ │ │ ├── libregrtest
│ │ │ │ │ ├── list_tests.py
│ │ │ │ │ ├── lock_tests.py
│ │ │ │ │ ├── mailcap.txt
│ │ │ │ │ ├── make_ssl_certs.py
│ │ │ │ │ ├── mapping_tests.py
│ │ │ │ │ ├── math_testcases.txt
│ │ │ │ │ ├── memory_watchdog.py
│ │ │ │ │ ├── mime.types
│ │ │ │ │ ├── mock_socket.py
│ │ │ │ │ ├── mod_generics_cache.py
│ │ │ │ │ ├── mp_fork_bomb.py
│ │ │ │ │ ├── mp_preload.py
│ │ │ │ │ ├── multibytecodec_support.py
│ │ │ │ │ ├── nokia.pem
│ │ │ │ │ ├── nullbytecert.pem
│ │ │ │ │ ├── nullcert.pem
│ │ │ │ │ ├── pickletester.py
│ │ │ │ │ ├── profilee.py
│ │ │ │ │ ├── pstats.pck
│ │ │ │ │ ├── pycacert.pem
│ │ │ │ │ ├── pycakey.pem
│ │ │ │ │ ├── pyclbr_input.py
│ │ │ │ │ ├── pydoc_mod.py
│ │ │ │ │ ├── pydocfodder.py
│ │ │ │ │ ├── pythoninfo.py
│ │ │ │ │ ├── randv2_32.pck
│ │ │ │ │ ├── randv2_64.pck
│ │ │ │ │ ├── randv3.pck
│ │ │ │ │ ├── re_tests.py
│ │ │ │ │ ├── recursion.tar
│ │ │ │ │ ├── regrtest.py
│ │ │ │ │ ├── relimport.py
│ │ │ │ │ ├── reperf.py
│ │ │ │ │ ├── revocation.crl
│ │ │ │ │ ├── sample_doctest.py
│ │ │ │ │ ├── sample_doctest_no_docstrings.py
│ │ │ │ │ ├── sample_doctest_no_doctests.py
│ │ │ │ │ ├── secp384r1.pem
│ │ │ │ │ ├── selfsigned_pythontestdotnet.pem
│ │ │ │ │ ├── seq_tests.py
│ │ │ │ │ ├── sgml_input.html
│ │ │ │ │ ├── signalinterproctester.py
│ │ │ │ │ ├── sndhdrdata
│ │ │ │ │ ├── sortperf.py
│ │ │ │ │ ├── ssl_cert.pem
│ │ │ │ │ ├── ssl_key.passwd.pem
│ │ │ │ │ ├── ssl_key.pem
│ │ │ │ │ ├── ssl_servers.py
│ │ │ │ │ ├── ssltests.py
│ │ │ │ │ ├── string_tests.py
│ │ │ │ │ ├── subprocessdata
│ │ │ │ │ ├── support
│ │ │ │ │ ├── talos-2019-0758.pem
│ │ │ │ │ ├── test___all__.py
│ │ │ │ │ ├── test___future__.py
│ │ │ │ │ ├── test__locale.py
│ │ │ │ │ ├── test__opcode.py
│ │ │ │ │ ├── test__osx_support.py
│ │ │ │ │ ├── test__xxsubinterpreters.py
│ │ │ │ │ ├── test_abc.py
│ │ │ │ │ ├── test_abstract_numbers.py
│ │ │ │ │ ├── test_aifc.py
│ │ │ │ │ ├── test_argparse.py
│ │ │ │ │ ├── test_array.py
│ │ │ │ │ ├── test_asdl_parser.py
│ │ │ │ │ ├── test_ast.py
│ │ │ │ │ ├── test_asyncgen.py
│ │ │ │ │ ├── test_asynchat.py
│ │ │ │ │ ├── test_asyncio
│ │ │ │ │ ├── test_asyncore.py
│ │ │ │ │ ├── test_atexit.py
│ │ │ │ │ ├── test_audioop.py
│ │ │ │ │ ├── test_audit.py
│ │ │ │ │ ├── test_augassign.py
│ │ │ │ │ ├── test_base64.py
│ │ │ │ │ ├── test_baseexception.py
│ │ │ │ │ ├── test_bdb.py
│ │ │ │ │ ├── test_bigaddrspace.py
│ │ │ │ │ ├── test_bigmem.py
│ │ │ │ │ ├── test_binascii.py
│ │ │ │ │ ├── test_binhex.py
│ │ │ │ │ ├── test_binop.py
│ │ │ │ │ ├── test_bisect.py
│ │ │ │ │ ├── test_bool.py
│ │ │ │ │ ├── test_buffer.py
│ │ │ │ │ ├── test_bufio.py
│ │ │ │ │ ├── test_builtin.py
│ │ │ │ │ ├── test_bytes.py
│ │ │ │ │ ├── test_bz2.py
│ │ │ │ │ ├── test_c_locale_coercion.py
│ │ │ │ │ ├── test_calendar.py
│ │ │ │ │ ├── test_call.py
│ │ │ │ │ ├── test_capi.py
│ │ │ │ │ ├── test_cgi.py
│ │ │ │ │ ├── test_cgitb.py
│ │ │ │ │ ├── test_charmapcodec.py
│ │ │ │ │ ├── test_check_c_globals.py
│ │ │ │ │ ├── test_class.py
│ │ │ │ │ ├── test_clinic.py
│ │ │ │ │ ├── test_cmath.py
│ │ │ │ │ ├── test_cmd.py
│ │ │ │ │ ├── test_cmd_line.py
│ │ │ │ │ ├── test_cmd_line_script.py
│ │ │ │ │ ├── test_code.py
│ │ │ │ │ ├── test_code_module.py
│ │ │ │ │ ├── test_codeccallbacks.py
│ │ │ │ │ ├── test_codecencodings_cn.py
│ │ │ │ │ ├── test_codecencodings_hk.py
│ │ │ │ │ ├── test_codecencodings_iso2022.py
│ │ │ │ │ ├── test_codecencodings_jp.py
│ │ │ │ │ ├── test_codecencodings_kr.py
│ │ │ │ │ ├── test_codecencodings_tw.py
│ │ │ │ │ ├── test_codecmaps_cn.py
│ │ │ │ │ ├── test_codecmaps_hk.py
│ │ │ │ │ ├── test_codecmaps_jp.py
│ │ │ │ │ ├── test_codecmaps_kr.py
│ │ │ │ │ ├── test_codecmaps_tw.py
│ │ │ │ │ ├── test_codecs.py
│ │ │ │ │ ├── test_codeop.py
│ │ │ │ │ ├── test_collections.py
│ │ │ │ │ ├── test_colorsys.py
│ │ │ │ │ ├── test_compare.py
│ │ │ │ │ ├── test_compile.py
│ │ │ │ │ ├── test_compileall.py
│ │ │ │ │ ├── test_complex.py
│ │ │ │ │ ├── test_concurrent_futures.py
│ │ │ │ │ ├── test_configparser.py
│ │ │ │ │ ├── test_contains.py
│ │ │ │ │ ├── test_context.py
│ │ │ │ │ ├── test_contextlib.py
│ │ │ │ │ ├── test_contextlib_async.py
│ │ │ │ │ ├── test_copy.py
│ │ │ │ │ ├── test_copyreg.py
│ │ │ │ │ ├── test_coroutines.py
│ │ │ │ │ ├── test_cprofile.py
│ │ │ │ │ ├── test_crashers.py
│ │ │ │ │ ├── test_crypt.py
│ │ │ │ │ ├── test_csv.py
│ │ │ │ │ ├── test_ctypes.py
│ │ │ │ │ ├── test_curses.py
│ │ │ │ │ ├── test_dataclasses.py
│ │ │ │ │ ├── test_datetime.py
│ │ │ │ │ ├── test_dbm.py
│ │ │ │ │ ├── test_dbm_dumb.py
│ │ │ │ │ ├── test_dbm_gnu.py
│ │ │ │ │ ├── test_dbm_ndbm.py
│ │ │ │ │ ├── test_decimal.py
│ │ │ │ │ ├── test_decorators.py
│ │ │ │ │ ├── test_defaultdict.py
│ │ │ │ │ ├── test_deque.py
│ │ │ │ │ ├── test_descr.py
│ │ │ │ │ ├── test_descrtut.py
│ │ │ │ │ ├── test_devpoll.py
│ │ │ │ │ ├── test_dict.py
│ │ │ │ │ ├── test_dict_version.py
│ │ │ │ │ ├── test_dictcomps.py
│ │ │ │ │ ├── test_dictviews.py
│ │ │ │ │ ├── test_difflib.py
│ │ │ │ │ ├── test_difflib_expect.html
│ │ │ │ │ ├── test_dis.py
│ │ │ │ │ ├── test_distutils.py
│ │ │ │ │ ├── test_doctest.py
│ │ │ │ │ ├── test_doctest.txt
│ │ │ │ │ ├── test_doctest2.py
│ │ │ │ │ ├── test_doctest2.txt
│ │ │ │ │ ├── test_doctest3.txt
│ │ │ │ │ ├── test_doctest4.txt
│ │ │ │ │ ├── test_docxmlrpc.py
│ │ │ │ │ ├── test_dtrace.py
│ │ │ │ │ ├── test_dynamic.py
│ │ │ │ │ ├── test_dynamicclassattribute.py
│ │ │ │ │ ├── test_eintr.py
│ │ │ │ │ ├── test_email
│ │ │ │ │ ├── test_embed.py
│ │ │ │ │ ├── test_ensurepip.py
│ │ │ │ │ ├── test_enum.py
│ │ │ │ │ ├── test_enumerate.py
│ │ │ │ │ ├── test_eof.py
│ │ │ │ │ ├── test_epoll.py
│ │ │ │ │ ├── test_errno.py
│ │ │ │ │ ├── test_exception_hierarchy.py
│ │ │ │ │ ├── test_exception_variations.py
│ │ │ │ │ ├── test_exceptions.py
│ │ │ │ │ ├── test_extcall.py
│ │ │ │ │ ├── test_faulthandler.py
│ │ │ │ │ ├── test_fcntl.py
│ │ │ │ │ ├── test_file.py
│ │ │ │ │ ├── test_file_eintr.py
│ │ │ │ │ ├── test_filecmp.py
│ │ │ │ │ ├── test_fileinput.py
│ │ │ │ │ ├── test_fileio.py
│ │ │ │ │ ├── test_finalization.py
│ │ │ │ │ ├── test_float.py
│ │ │ │ │ ├── test_flufl.py
│ │ │ │ │ ├── test_fnmatch.py
│ │ │ │ │ ├── test_fork1.py
│ │ │ │ │ ├── test_format.py
│ │ │ │ │ ├── test_fractions.py
│ │ │ │ │ ├── test_frame.py
│ │ │ │ │ ├── test_frozen.py
│ │ │ │ │ ├── test_fstring.py
│ │ │ │ │ ├── test_ftplib.py
│ │ │ │ │ ├── test_funcattrs.py
│ │ │ │ │ ├── test_functools.py
│ │ │ │ │ ├── test_future.py
│ │ │ │ │ ├── test_future3.py
│ │ │ │ │ ├── test_future4.py
│ │ │ │ │ ├── test_future5.py
│ │ │ │ │ ├── test_gc.py
│ │ │ │ │ ├── test_gdb.py
│ │ │ │ │ ├── test_generator_stop.py
│ │ │ │ │ ├── test_generators.py
│ │ │ │ │ ├── test_genericalias.py
│ │ │ │ │ ├── test_genericclass.py
│ │ │ │ │ ├── test_genericpath.py
│ │ │ │ │ ├── test_genexps.py
│ │ │ │ │ ├── test_getargs2.py
│ │ │ │ │ ├── test_getopt.py
│ │ │ │ │ ├── test_getpass.py
│ │ │ │ │ ├── test_gettext.py
│ │ │ │ │ ├── test_glob.py
│ │ │ │ │ ├── test_global.py
│ │ │ │ │ ├── test_grammar.py
│ │ │ │ │ ├── test_graphlib.py
│ │ │ │ │ ├── test_grp.py
│ │ │ │ │ ├── test_gzip.py
│ │ │ │ │ ├── test_hash.py
│ │ │ │ │ ├── test_hashlib.py
│ │ │ │ │ ├── test_heapq.py
│ │ │ │ │ ├── test_hmac.py
│ │ │ │ │ ├── test_html.py
│ │ │ │ │ ├── test_htmlparser.py
│ │ │ │ │ ├── test_http_cookiejar.py
│ │ │ │ │ ├── test_http_cookies.py
│ │ │ │ │ ├── test_httplib.py
│ │ │ │ │ ├── test_httpservers.py
│ │ │ │ │ ├── test_idle.py
│ │ │ │ │ ├── test_imaplib.py
│ │ │ │ │ ├── test_imghdr.py
│ │ │ │ │ ├── test_imp.py
│ │ │ │ │ ├── test_import
│ │ │ │ │ ├── test_importlib
│ │ │ │ │ ├── test_index.py
│ │ │ │ │ ├── test_inspect.py
│ │ │ │ │ ├── test_int.py
│ │ │ │ │ ├── test_int_literal.py
│ │ │ │ │ ├── test_io.py
│ │ │ │ │ ├── test_ioctl.py
│ │ │ │ │ ├── test_ipaddress.py
│ │ │ │ │ ├── test_isinstance.py
│ │ │ │ │ ├── test_iter.py
│ │ │ │ │ ├── test_iterlen.py
│ │ │ │ │ ├── test_itertools.py
│ │ │ │ │ ├── test_json
│ │ │ │ │ ├── test_keyword.py
│ │ │ │ │ ├── test_keywordonlyarg.py
│ │ │ │ │ ├── test_kqueue.py
│ │ │ │ │ ├── test_largefile.py
│ │ │ │ │ ├── test_lib2to3.py
│ │ │ │ │ ├── test_linecache.py
│ │ │ │ │ ├── test_list.py
│ │ │ │ │ ├── test_listcomps.py
│ │ │ │ │ ├── test_lltrace.py
│ │ │ │ │ ├── test_locale.py
│ │ │ │ │ ├── test_logging.py
│ │ │ │ │ ├── test_long.py
│ │ │ │ │ ├── test_longexp.py
│ │ │ │ │ ├── test_lzma.py
│ │ │ │ │ ├── test_mailbox.py
│ │ │ │ │ ├── test_mailcap.py
│ │ │ │ │ ├── test_marshal.py
│ │ │ │ │ ├── test_math.py
│ │ │ │ │ ├── test_memoryio.py
│ │ │ │ │ ├── test_memoryview.py
│ │ │ │ │ ├── test_metaclass.py
│ │ │ │ │ ├── test_mimetypes.py
│ │ │ │ │ ├── test_minidom.py
│ │ │ │ │ ├── test_mmap.py
│ │ │ │ │ ├── test_module.py
│ │ │ │ │ ├── test_modulefinder.py
│ │ │ │ │ ├── test_msilib.py
│ │ │ │ │ ├── test_multibytecodec.py
│ │ │ │ │ ├── test_multiprocessing_fork.py
│ │ │ │ │ ├── test_multiprocessing_forkserver.py
│ │ │ │ │ ├── test_multiprocessing_main_handling.py
│ │ │ │ │ ├── test_multiprocessing_spawn.py
│ │ │ │ │ ├── test_named_expressions.py
│ │ │ │ │ ├── test_netrc.py
│ │ │ │ │ ├── test_nis.py
│ │ │ │ │ ├── test_nntplib.py
│ │ │ │ │ ├── test_ntpath.py
│ │ │ │ │ ├── test_numeric_tower.py
│ │ │ │ │ ├── test_opcodes.py
│ │ │ │ │ ├── test_openpty.py
│ │ │ │ │ ├── test_operator.py
│ │ │ │ │ ├── test_optparse.py
│ │ │ │ │ ├── test_ordered_dict.py
│ │ │ │ │ ├── test_os.py
│ │ │ │ │ ├── test_ossaudiodev.py
│ │ │ │ │ ├── test_osx_env.py
│ │ │ │ │ ├── test_parser.py
│ │ │ │ │ ├── test_pathlib.py
│ │ │ │ │ ├── test_pdb.py
│ │ │ │ │ ├── test_peepholer.py
│ │ │ │ │ ├── test_peg_generator
│ │ │ │ │ ├── test_peg_parser.py
│ │ │ │ │ ├── test_pickle.py
│ │ │ │ │ ├── test_picklebuffer.py
│ │ │ │ │ ├── test_pickletools.py
│ │ │ │ │ ├── test_pipes.py
│ │ │ │ │ ├── test_pkg.py
│ │ │ │ │ ├── test_pkgutil.py
│ │ │ │ │ ├── test_platform.py
│ │ │ │ │ ├── test_plistlib.py
│ │ │ │ │ ├── test_poll.py
│ │ │ │ │ ├── test_popen.py
│ │ │ │ │ ├── test_poplib.py
│ │ │ │ │ ├── test_positional_only_arg.py
│ │ │ │ │ ├── test_posix.py
│ │ │ │ │ ├── test_posixpath.py
│ │ │ │ │ ├── test_pow.py
│ │ │ │ │ ├── test_pprint.py
│ │ │ │ │ ├── test_print.py
│ │ │ │ │ ├── test_profile.py
│ │ │ │ │ ├── test_property.py
│ │ │ │ │ ├── test_pstats.py
│ │ │ │ │ ├── test_pty.py
│ │ │ │ │ ├── test_pulldom.py
│ │ │ │ │ ├── test_pwd.py
│ │ │ │ │ ├── test_py_compile.py
│ │ │ │ │ ├── test_pyclbr.py
│ │ │ │ │ ├── test_pydoc.py
│ │ │ │ │ ├── test_pyexpat.py
│ │ │ │ │ ├── test_queue.py
│ │ │ │ │ ├── test_quopri.py
│ │ │ │ │ ├── test_raise.py
│ │ │ │ │ ├── test_random.py
│ │ │ │ │ ├── test_range.py
│ │ │ │ │ ├── test_re.py
│ │ │ │ │ ├── test_readline.py
│ │ │ │ │ ├── test_regrtest.py
│ │ │ │ │ ├── test_repl.py
│ │ │ │ │ ├── test_reprlib.py
│ │ │ │ │ ├── test_resource.py
│ │ │ │ │ ├── test_richcmp.py
│ │ │ │ │ ├── test_rlcompleter.py
│ │ │ │ │ ├── test_robotparser.py
│ │ │ │ │ ├── test_runpy.py
│ │ │ │ │ ├── test_sax.py
│ │ │ │ │ ├── test_sched.py
│ │ │ │ │ ├── test_scope.py
│ │ │ │ │ ├── test_script_helper.py
│ │ │ │ │ ├── test_secrets.py
│ │ │ │ │ ├── test_select.py
│ │ │ │ │ ├── test_selectors.py
│ │ │ │ │ ├── test_set.py
│ │ │ │ │ ├── test_setcomps.py
│ │ │ │ │ ├── test_shelve.py
│ │ │ │ │ ├── test_shlex.py
│ │ │ │ │ ├── test_shutil.py
│ │ │ │ │ ├── test_signal.py
│ │ │ │ │ ├── test_site.py
│ │ │ │ │ ├── test_slice.py
│ │ │ │ │ ├── test_smtpd.py
│ │ │ │ │ ├── test_smtplib.py
│ │ │ │ │ ├── test_smtpnet.py
│ │ │ │ │ ├── test_sndhdr.py
│ │ │ │ │ ├── test_socket.py
│ │ │ │ │ ├── test_socketserver.py
│ │ │ │ │ ├── test_sort.py
│ │ │ │ │ ├── test_source_encoding.py
│ │ │ │ │ ├── test_spwd.py
│ │ │ │ │ ├── test_sqlite.py
│ │ │ │ │ ├── test_ssl.py
│ │ │ │ │ ├── test_startfile.py
│ │ │ │ │ ├── test_stat.py
│ │ │ │ │ ├── test_statistics.py
│ │ │ │ │ ├── test_strftime.py
│ │ │ │ │ ├── test_string.py
│ │ │ │ │ ├── test_string_literals.py
│ │ │ │ │ ├── test_stringprep.py
│ │ │ │ │ ├── test_strptime.py
│ │ │ │ │ ├── test_strtod.py
│ │ │ │ │ ├── test_struct.py
│ │ │ │ │ ├── test_structmembers.py
│ │ │ │ │ ├── test_structseq.py
│ │ │ │ │ ├── test_subclassinit.py
│ │ │ │ │ ├── test_subprocess.py
│ │ │ │ │ ├── test_sunau.py
│ │ │ │ │ ├── test_sundry.py
│ │ │ │ │ ├── test_super.py
│ │ │ │ │ ├── test_support.py
│ │ │ │ │ ├── test_symbol.py
│ │ │ │ │ ├── test_symtable.py
│ │ │ │ │ ├── test_syntax.py
│ │ │ │ │ ├── test_sys.py
│ │ │ │ │ ├── test_sys_setprofile.py
│ │ │ │ │ ├── test_sys_settrace.py
│ │ │ │ │ ├── test_sysconfig.py
│ │ │ │ │ ├── test_syslog.py
│ │ │ │ │ ├── test_tabnanny.py
│ │ │ │ │ ├── test_tarfile.py
│ │ │ │ │ ├── test_tcl.py
│ │ │ │ │ ├── test_telnetlib.py
│ │ │ │ │ ├── test_tempfile.py
│ │ │ │ │ ├── test_textwrap.py
│ │ │ │ │ ├── test_thread.py
│ │ │ │ │ ├── test_threadedtempfile.py
│ │ │ │ │ ├── test_threading.py
│ │ │ │ │ ├── test_threading_local.py
│ │ │ │ │ ├── test_threadsignals.py
│ │ │ │ │ ├── test_time.py
│ │ │ │ │ ├── test_timeit.py
│ │ │ │ │ ├── test_timeout.py
│ │ │ │ │ ├── test_tix.py
│ │ │ │ │ ├── test_tk.py
│ │ │ │ │ ├── test_tokenize.py
│ │ │ │ │ ├── test_tools
│ │ │ │ │ ├── test_trace.py
│ │ │ │ │ ├── test_traceback.py
│ │ │ │ │ ├── test_tracemalloc.py
│ │ │ │ │ ├── test_ttk_guionly.py
│ │ │ │ │ ├── test_ttk_textonly.py
│ │ │ │ │ ├── test_tuple.py
│ │ │ │ │ ├── test_turtle.py
│ │ │ │ │ ├── test_type_comments.py
│ │ │ │ │ ├── test_typechecks.py
│ │ │ │ │ ├── test_types.py
│ │ │ │ │ ├── test_typing.py
│ │ │ │ │ ├── test_ucn.py
│ │ │ │ │ ├── test_unary.py
│ │ │ │ │ ├── test_unicode.py
│ │ │ │ │ ├── test_unicode_file.py
│ │ │ │ │ ├── test_unicode_file_functions.py
│ │ │ │ │ ├── test_unicode_identifiers.py
│ │ │ │ │ ├── test_unicodedata.py
│ │ │ │ │ ├── test_unittest.py
│ │ │ │ │ ├── test_univnewlines.py
│ │ │ │ │ ├── test_unpack.py
│ │ │ │ │ ├── test_unpack_ex.py
│ │ │ │ │ ├── test_unparse.py
│ │ │ │ │ ├── test_urllib.py
│ │ │ │ │ ├── test_urllib2.py
│ │ │ │ │ ├── test_urllib2_localnet.py
│ │ │ │ │ ├── test_urllib2net.py
│ │ │ │ │ ├── test_urllib_response.py
│ │ │ │ │ ├── test_urllibnet.py
│ │ │ │ │ ├── test_urlparse.py
│ │ │ │ │ ├── test_userdict.py
│ │ │ │ │ ├── test_userlist.py
│ │ │ │ │ ├── test_userstring.py
│ │ │ │ │ ├── test_utf8_mode.py
│ │ │ │ │ ├── test_utf8source.py
│ │ │ │ │ ├── test_uu.py
│ │ │ │ │ ├── test_uuid.py
│ │ │ │ │ ├── test_venv.py
│ │ │ │ │ ├── test_wait3.py
│ │ │ │ │ ├── test_wait4.py
│ │ │ │ │ ├── test_warnings
│ │ │ │ │ ├── test_wave.py
│ │ │ │ │ ├── test_weakref.py
│ │ │ │ │ ├── test_weakset.py
│ │ │ │ │ ├── test_webbrowser.py
│ │ │ │ │ ├── test_winconsoleio.py
│ │ │ │ │ ├── test_winreg.py
│ │ │ │ │ ├── test_winsound.py
│ │ │ │ │ ├── test_with.py
│ │ │ │ │ ├── test_wsgiref.py
│ │ │ │ │ ├── test_xdrlib.py
│ │ │ │ │ ├── test_xml_dom_minicompat.py
│ │ │ │ │ ├── test_xml_etree.py
│ │ │ │ │ ├── test_xml_etree_c.py
│ │ │ │ │ ├── test_xmlrpc.py
│ │ │ │ │ ├── test_xmlrpc_net.py
│ │ │ │ │ ├── test_xxtestfuzz.py
│ │ │ │ │ ├── test_yield_from.py
│ │ │ │ │ ├── test_zipapp.py
│ │ │ │ │ ├── test_zipfile.py
│ │ │ │ │ ├── test_zipfile64.py
│ │ │ │ │ ├── test_zipimport.py
│ │ │ │ │ ├── test_zipimport_support.py
│ │ │ │ │ ├── test_zlib.py
│ │ │ │ │ ├── test_zoneinfo
│ │ │ │ │ ├── testcodec.py
│ │ │ │ │ ├── testtar.tar
│ │ │ │ │ ├── tf_inherit_check.py
│ │ │ │ │ ├── time_hashlib.py
│ │ │ │ │ ├── tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt
│ │ │ │ │ ├── tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt
│ │ │ │ │ ├── tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt
│ │ │ │ │ ├── tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt
│ │ │ │ │ ├── tokenize_tests.txt
│ │ │ │ │ ├── tracedmodules
│ │ │ │ │ ├── win_console_handler.py
│ │ │ │ │ ├── xmltestdata
│ │ │ │ │ ├── xmltests.py
│ │ │ │ │ ├── zip_cp437_header.zip
│ │ │ │ │ ├── zipdir.zip
│ │ │ │ │ └── ziptestdata
│ │ │ │ ├── textwrap.py
│ │ │ │ ├── this.py
│ │ │ │ ├── threading.py
│ │ │ │ ├── timeit.py
│ │ │ │ ├── tkinter
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __main__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── colorchooser.py
│ │ │ │ │ ├── commondialog.py
│ │ │ │ │ ├── constants.py
│ │ │ │ │ ├── dialog.py
│ │ │ │ │ ├── dnd.py
│ │ │ │ │ ├── filedialog.py
│ │ │ │ │ ├── font.py
│ │ │ │ │ ├── messagebox.py
│ │ │ │ │ ├── scrolledtext.py
│ │ │ │ │ ├── simpledialog.py
│ │ │ │ │ ├── test
│ │ │ │ │ ├── tix.py
│ │ │ │ │ └── ttk.py
│ │ │ │ ├── token.py
│ │ │ │ ├── tokenize.py
│ │ │ │ ├── trace.py
│ │ │ │ ├── traceback.py
│ │ │ │ ├── tracemalloc.py
│ │ │ │ ├── tty.py
│ │ │ │ ├── turtle.py
│ │ │ │ ├── turtledemo
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __main__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── bytedesign.py
│ │ │ │ │ ├── chaos.py
│ │ │ │ │ ├── clock.py
│ │ │ │ │ ├── colormixer.py
│ │ │ │ │ ├── forest.py
│ │ │ │ │ ├── fractalcurves.py
│ │ │ │ │ ├── lindenmayer.py
│ │ │ │ │ ├── minimal_hanoi.py
│ │ │ │ │ ├── nim.py
│ │ │ │ │ ├── paint.py
│ │ │ │ │ ├── peace.py
│ │ │ │ │ ├── penrose.py
│ │ │ │ │ ├── planet_and_moon.py
│ │ │ │ │ ├── rosette.py
│ │ │ │ │ ├── round_dance.py
│ │ │ │ │ ├── sorting_animate.py
│ │ │ │ │ ├── tree.py
│ │ │ │ │ ├── turtle.cfg
│ │ │ │ │ ├── two_canvases.py
│ │ │ │ │ └── yinyang.py
│ │ │ │ ├── types.py
│ │ │ │ ├── typing.py
│ │ │ │ ├── unittest
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __main__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── _log.py
│ │ │ │ │ ├── async_case.py
│ │ │ │ │ ├── case.py
│ │ │ │ │ ├── loader.py
│ │ │ │ │ ├── main.py
│ │ │ │ │ ├── mock.py
│ │ │ │ │ ├── result.py
│ │ │ │ │ ├── runner.py
│ │ │ │ │ ├── signals.py
│ │ │ │ │ ├── suite.py
│ │ │ │ │ ├── test
│ │ │ │ │ └── util.py
│ │ │ │ ├── urllib
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── error.py
│ │ │ │ │ ├── parse.py
│ │ │ │ │ ├── request.py
│ │ │ │ │ ├── response.py
│ │ │ │ │ └── robotparser.py
│ │ │ │ ├── uu.py
│ │ │ │ ├── uuid.py
│ │ │ │ ├── venv
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __main__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ └── scripts
│ │ │ │ ├── warnings.py
│ │ │ │ ├── wave.py
│ │ │ │ ├── weakref.py
│ │ │ │ ├── webbrowser.py
│ │ │ │ ├── wsgiref
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── handlers.py
│ │ │ │ │ ├── headers.py
│ │ │ │ │ ├── simple_server.py
│ │ │ │ │ ├── util.py
│ │ │ │ │ └── validate.py
│ │ │ │ ├── xdrlib.py
│ │ │ │ ├── xml
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── dom
│ │ │ │ │ ├── etree
│ │ │ │ │ ├── parsers
│ │ │ │ │ └── sax
│ │ │ │ ├── xmlrpc
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── client.py
│ │ │ │ │ └── server.py
│ │ │ │ ├── zipapp.py
│ │ │ │ ├── zipfile.py
│ │ │ │ ├── zipimport.py
│ │ │ │ └── zoneinfo
│ │ │ │ ├── __init__.py
│ │ │ │ ├── __pycache__
│ │ │ │ ├── _common.py
│ │ │ │ ├── _tzpath.py
│ │ │ │ └── _zoneinfo.py
│ │ │ ├── NEWS.txt
│ │ │ ├── Scripts
│ │ │ │ ├── easy_install-3.9.exe
│ │ │ │ ├── easy_install.exe
│ │ │ │ ├── pbr.exe
│ │ │ │ ├── pip.exe
│ │ │ │ ├── pip3.9.exe
│ │ │ │ ├── pip3.exe
│ │ │ │ └── wheel.exe
│ │ │ ├── Tools
│ │ │ │ ├── demo
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── beer.py
│ │ │ │ │ ├── eiffel.py
│ │ │ │ │ ├── hanoi.py
│ │ │ │ │ ├── life.py
│ │ │ │ │ ├── markov.py
│ │ │ │ │ ├── mcast.py
│ │ │ │ │ ├── queens.py
│ │ │ │ │ ├── redemo.py
│ │ │ │ │ ├── rpython.py
│ │ │ │ │ ├── rpythond.py
│ │ │ │ │ ├── sortvisu.py
│ │ │ │ │ ├── spreadsheet.py
│ │ │ │ │ └── vector.py
│ │ │ │ ├── i18n
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── makelocalealias.py
│ │ │ │ │ ├── msgfmt.py
│ │ │ │ │ └── pygettext.py
│ │ │ │ ├── pynche
│ │ │ │ │ ├── ChipViewer.py
│ │ │ │ │ ├── ColorDB.py
│ │ │ │ │ ├── DetailsViewer.py
│ │ │ │ │ ├── ListViewer.py
│ │ │ │ │ ├── Main.py
│ │ │ │ │ ├── PyncheWidget.py
│ │ │ │ │ ├── StripViewer.py
│ │ │ │ │ ├── Switchboard.py
│ │ │ │ │ ├── TextViewer.py
│ │ │ │ │ ├── TypeinViewer.py
│ │ │ │ │ ├── X
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __pycache__
│ │ │ │ │ ├── html40colors.txt
│ │ │ │ │ ├── namedcolors.txt
│ │ │ │ │ ├── pyColorChooser.py
│ │ │ │ │ ├── pynche.pyw
│ │ │ │ │ ├── webcolors.txt
│ │ │ │ │ └── websafe.txt
│ │ │ │ └── scripts
│ │ │ │ ├── 2to3.py
│ │ │ │ ├── __pycache__
│ │ │ │ ├── abitype.py
│ │ │ │ ├── analyze_dxp.py
│ │ │ │ ├── byext.py
│ │ │ │ ├── byteyears.py
│ │ │ │ ├── checkpip.py
│ │ │ │ ├── cleanfuture.py
│ │ │ │ ├── combinerefs.py
│ │ │ │ ├── copytime.py
│ │ │ │ ├── crlf.py
│ │ │ │ ├── db2pickle.py
│ │ │ │ ├── diff.py
│ │ │ │ ├── dutree.py
│ │ │ │ ├── eptags.py
│ │ │ │ ├── find-uname.py
│ │ │ │ ├── find_recursionlimit.py
│ │ │ │ ├── finddiv.py
│ │ │ │ ├── findlinksto.py
│ │ │ │ ├── findnocoding.py
│ │ │ │ ├── fixcid.py
│ │ │ │ ├── fixdiv.py
│ │ │ │ ├── fixheader.py
│ │ │ │ ├── fixnotice.py
│ │ │ │ ├── fixps.py
│ │ │ │ ├── generate_opcode_h.py
│ │ │ │ ├── generate_symbol_py.py
│ │ │ │ ├── generate_token.py
│ │ │ │ ├── get-remote-certificate.py
│ │ │ │ ├── google.py
│ │ │ │ ├── gprof2html.py
│ │ │ │ ├── highlight.py
│ │ │ │ ├── ifdef.py
│ │ │ │ ├── import_diagnostics.py
│ │ │ │ ├── lfcr.py
│ │ │ │ ├── linktree.py
│ │ │ │ ├── lll.py
│ │ │ │ ├── mailerdaemon.py
│ │ │ │ ├── make_ctype.py
│ │ │ │ ├── md5sum.py
│ │ │ │ ├── mkreal.py
│ │ │ │ ├── ndiff.py
│ │ │ │ ├── nm2def.py
│ │ │ │ ├── objgraph.py
│ │ │ │ ├── parse_html5_entities.py
│ │ │ │ ├── parseentities.py
│ │ │ │ ├── patchcheck.py
│ │ │ │ ├── pathfix.py
│ │ │ │ ├── pdeps.py
│ │ │ │ ├── pep384_macrocheck.py
│ │ │ │ ├── pickle2db.py
│ │ │ │ ├── pindent.py
│ │ │ │ ├── ptags.py
│ │ │ │ ├── pydoc3.py
│ │ │ │ ├── pysource.py
│ │ │ │ ├── reindent-rst.py
│ │ │ │ ├── reindent.py
│ │ │ │ ├── rgrep.py
│ │ │ │ ├── run_tests.py
│ │ │ │ ├── serve.py
│ │ │ │ ├── smelly.py
│ │ │ │ ├── suff.py
│ │ │ │ ├── texi2html.py
│ │ │ │ ├── untabify.py
│ │ │ │ ├── update_file.py
│ │ │ │ ├── var_access_benchmark.py
│ │ │ │ ├── which.py
│ │ │ │ └── win_add2path.py
│ │ │ ├── include
│ │ │ │ ├── Python-ast.h
│ │ │ │ ├── Python.h
│ │ │ │ ├── abstract.h
│ │ │ │ ├── asdl.h
│ │ │ │ ├── ast.h
│ │ │ │ ├── bitset.h
│ │ │ │ ├── bltinmodule.h
│ │ │ │ ├── boolobject.h
│ │ │ │ ├── bytearrayobject.h
│ │ │ │ ├── bytesobject.h
│ │ │ │ ├── cellobject.h
│ │ │ │ ├── ceval.h
│ │ │ │ ├── classobject.h
│ │ │ │ ├── code.h
│ │ │ │ ├── codecs.h
│ │ │ │ ├── compile.h
│ │ │ │ ├── complexobject.h
│ │ │ │ ├── context.h
│ │ │ │ ├── cpython
│ │ │ │ │ ├── abstract.h
│ │ │ │ │ ├── bytearrayobject.h
│ │ │ │ │ ├── bytesobject.h
│ │ │ │ │ ├── ceval.h
│ │ │ │ │ ├── code.h
│ │ │ │ │ ├── dictobject.h
│ │ │ │ │ ├── fileobject.h
│ │ │ │ │ ├── fileutils.h
│ │ │ │ │ ├── frameobject.h
│ │ │ │ │ ├── import.h
│ │ │ │ │ ├── initconfig.h
│ │ │ │ │ ├── interpreteridobject.h
│ │ │ │ │ ├── listobject.h
│ │ │ │ │ ├── methodobject.h
│ │ │ │ │ ├── object.h
│ │ │ │ │ ├── objimpl.h
│ │ │ │ │ ├── pyerrors.h
│ │ │ │ │ ├── pylifecycle.h
│ │ │ │ │ ├── pymem.h
│ │ │ │ │ ├── pystate.h
│ │ │ │ │ ├── sysmodule.h
│ │ │ │ │ ├── traceback.h
│ │ │ │ │ ├── tupleobject.h
│ │ │ │ │ └── unicodeobject.h
│ │ │ │ ├── datetime.h
│ │ │ │ ├── descrobject.h
│ │ │ │ ├── dictobject.h
│ │ │ │ ├── dynamic_annotations.h
│ │ │ │ ├── enumobject.h
│ │ │ │ ├── errcode.h
│ │ │ │ ├── eval.h
│ │ │ │ ├── exports.h
│ │ │ │ ├── fileobject.h
│ │ │ │ ├── fileutils.h
│ │ │ │ ├── floatobject.h
│ │ │ │ ├── frameobject.h
│ │ │ │ ├── funcobject.h
│ │ │ │ ├── genericaliasobject.h
│ │ │ │ ├── genobject.h
│ │ │ │ ├── graminit.h
│ │ │ │ ├── grammar.h
│ │ │ │ ├── import.h
│ │ │ │ ├── internal
│ │ │ │ │ ├── pegen_interface.h
│ │ │ │ │ ├── pycore_abstract.h
│ │ │ │ │ ├── pycore_accu.h
│ │ │ │ │ ├── pycore_atomic.h
│ │ │ │ │ ├── pycore_bytes_methods.h
│ │ │ │ │ ├── pycore_byteswap.h
│ │ │ │ │ ├── pycore_call.h
│ │ │ │ │ ├── pycore_ceval.h
│ │ │ │ │ ├── pycore_code.h
│ │ │ │ │ ├── pycore_condvar.h
│ │ │ │ │ ├── pycore_context.h
│ │ │ │ │ ├── pycore_dtoa.h
│ │ │ │ │ ├── pycore_fileutils.h
│ │ │ │ │ ├── pycore_gc.h
│ │ │ │ │ ├── pycore_getopt.h
│ │ │ │ │ ├── pycore_gil.h
│ │ │ │ │ ├── pycore_hamt.h
│ │ │ │ │ ├── pycore_hashtable.h
│ │ │ │ │ ├── pycore_import.h
│ │ │ │ │ ├── pycore_initconfig.h
│ │ │ │ │ ├── pycore_interp.h
│ │ │ │ │ ├── pycore_object.h
│ │ │ │ │ ├── pycore_pathconfig.h
│ │ │ │ │ ├── pycore_pyerrors.h
│ │ │ │ │ ├── pycore_pyhash.h
│ │ │ │ │ ├── pycore_pylifecycle.h
│ │ │ │ │ ├── pycore_pymem.h
│ │ │ │ │ ├── pycore_pystate.h
│ │ │ │ │ ├── pycore_runtime.h
│ │ │ │ │ ├── pycore_sysmodule.h
│ │ │ │ │ ├── pycore_traceback.h
│ │ │ │ │ ├── pycore_tupleobject.h
│ │ │ │ │ └── pycore_warnings.h
│ │ │ │ ├── interpreteridobject.h
│ │ │ │ ├── intrcheck.h
│ │ │ │ ├── iterobject.h
│ │ │ │ ├── listobject.h
│ │ │ │ ├── longintrepr.h
│ │ │ │ ├── longobject.h
│ │ │ │ ├── marshal.h
│ │ │ │ ├── memoryobject.h
│ │ │ │ ├── methodobject.h
│ │ │ │ ├── modsupport.h
│ │ │ │ ├── moduleobject.h
│ │ │ │ ├── namespaceobject.h
│ │ │ │ ├── node.h
│ │ │ │ ├── object.h
│ │ │ │ ├── objimpl.h
│ │ │ │ ├── odictobject.h
│ │ │ │ ├── opcode.h
│ │ │ │ ├── osdefs.h
│ │ │ │ ├── osmodule.h
│ │ │ │ ├── parsetok.h
│ │ │ │ ├── patchlevel.h
│ │ │ │ ├── picklebufobject.h
│ │ │ │ ├── py_curses.h
│ │ │ │ ├── pyarena.h
│ │ │ │ ├── pycapsule.h
│ │ │ │ ├── pyconfig.h
│ │ │ │ ├── pyctype.h
│ │ │ │ ├── pydebug.h
│ │ │ │ ├── pydtrace.h
│ │ │ │ ├── pyerrors.h
│ │ │ │ ├── pyexpat.h
│ │ │ │ ├── pyfpe.h
│ │ │ │ ├── pyframe.h
│ │ │ │ ├── pyhash.h
│ │ │ │ ├── pylifecycle.h
│ │ │ │ ├── pymacconfig.h
│ │ │ │ ├── pymacro.h
│ │ │ │ ├── pymath.h
│ │ │ │ ├── pymem.h
│ │ │ │ ├── pyport.h
│ │ │ │ ├── pystate.h
│ │ │ │ ├── pystrcmp.h
│ │ │ │ ├── pystrhex.h
│ │ │ │ ├── pystrtod.h
│ │ │ │ ├── pythonrun.h
│ │ │ │ ├── pythread.h
│ │ │ │ ├── pytime.h
│ │ │ │ ├── rangeobject.h
│ │ │ │ ├── setobject.h
│ │ │ │ ├── sliceobject.h
│ │ │ │ ├── structmember.h
│ │ │ │ ├── structseq.h
│ │ │ │ ├── symtable.h
│ │ │ │ ├── sysmodule.h
│ │ │ │ ├── token.h
│ │ │ │ ├── traceback.h
│ │ │ │ ├── tracemalloc.h
│ │ │ │ ├── tupleobject.h
│ │ │ │ ├── typeslots.h
│ │ │ │ ├── ucnhash.h
│ │ │ │ ├── unicodeobject.h
│ │ │ │ ├── warnings.h
│ │ │ │ └── weakrefobject.h
│ │ │ ├── libs
│ │ │ │ ├── _tkinter.lib
│ │ │ │ ├── python3.lib
│ │ │ │ └── python39.lib
│ │ │ ├── python.exe
│ │ │ ├── python3.dll
│ │ │ ├── python39.dll
│ │ │ ├── tcl
│ │ │ │ ├── dde1.4
│ │ │ │ │ ├── pkgIndex.tcl
│ │ │ │ │ └── tcldde14.dll
│ │ │ │ ├── nmake
│ │ │ │ │ ├── nmakehlp.c
│ │ │ │ │ ├── rules.vc
│ │ │ │ │ ├── targets.vc
│ │ │ │ │ └── tcl.nmake
│ │ │ │ ├── reg1.3
│ │ │ │ │ ├── pkgIndex.tcl
│ │ │ │ │ └── tclreg13.dll
│ │ │ │ ├── tcl8
│ │ │ │ │ ├── 8.4
│ │ │ │ │ ├── 8.5
│ │ │ │ │ └── 8.6
│ │ │ │ ├── tcl8.6
│ │ │ │ │ ├── auto.tcl
│ │ │ │ │ ├── clock.tcl
│ │ │ │ │ ├── encoding
│ │ │ │ │ ├── history.tcl
│ │ │ │ │ ├── http1.0
│ │ │ │ │ ├── init.tcl
│ │ │ │ │ ├── msgs
│ │ │ │ │ ├── opt0.4
│ │ │ │ │ ├── package.tcl
│ │ │ │ │ ├── parray.tcl
│ │ │ │ │ ├── safe.tcl
│ │ │ │ │ ├── tclIndex
│ │ │ │ │ ├── tm.tcl
│ │ │ │ │ ├── tzdata
│ │ │ │ │ └── word.tcl
│ │ │ │ ├── tcl86t.lib
│ │ │ │ ├── tclConfig.sh
│ │ │ │ ├── tclooConfig.sh
│ │ │ │ ├── tclstub86.lib
│ │ │ │ ├── tix8.4.3
│ │ │ │ │ ├── Balloon.tcl
│ │ │ │ │ ├── BtnBox.tcl
│ │ │ │ │ ├── CObjView.tcl
│ │ │ │ │ ├── ChkList.tcl
│ │ │ │ │ ├── ComboBox.tcl
│ │ │ │ │ ├── Compat.tcl
│ │ │ │ │ ├── Console.tcl
│ │ │ │ │ ├── Control.tcl
│ │ │ │ │ ├── DefSchm.tcl
│ │ │ │ │ ├── DialogS.tcl
│ │ │ │ │ ├── DirBox.tcl
│ │ │ │ │ ├── DirDlg.tcl
│ │ │ │ │ ├── DirList.tcl
│ │ │ │ │ ├── DirTree.tcl
│ │ │ │ │ ├── DragDrop.tcl
│ │ │ │ │ ├── DtlList.tcl
│ │ │ │ │ ├── EFileBox.tcl
│ │ │ │ │ ├── EFileDlg.tcl
│ │ │ │ │ ├── Event.tcl
│ │ │ │ │ ├── FileBox.tcl
│ │ │ │ │ ├── FileCbx.tcl
│ │ │ │ │ ├── FileDlg.tcl
│ │ │ │ │ ├── FileEnt.tcl
│ │ │ │ │ ├── FloatEnt.tcl
│ │ │ │ │ ├── Grid.tcl
│ │ │ │ │ ├── HList.tcl
│ │ │ │ │ ├── HListDD.tcl
│ │ │ │ │ ├── IconView.tcl
│ │ │ │ │ ├── Init.tcl
│ │ │ │ │ ├── LabEntry.tcl
│ │ │ │ │ ├── LabFrame.tcl
│ │ │ │ │ ├── LabWidg.tcl
│ │ │ │ │ ├── ListNBk.tcl
│ │ │ │ │ ├── Makefile
│ │ │ │ │ ├── Meter.tcl
│ │ │ │ │ ├── MultView.tcl
│ │ │ │ │ ├── NoteBook.tcl
│ │ │ │ │ ├── OldUtil.tcl
│ │ │ │ │ ├── OptMenu.tcl
│ │ │ │ │ ├── PanedWin.tcl
│ │ │ │ │ ├── PopMenu.tcl
│ │ │ │ │ ├── Primitiv.tcl
│ │ │ │ │ ├── ResizeH.tcl
│ │ │ │ │ ├── SGrid.tcl
│ │ │ │ │ ├── SHList.tcl
│ │ │ │ │ ├── SListBox.tcl
│ │ │ │ │ ├── STList.tcl
│ │ │ │ │ ├── SText.tcl
│ │ │ │ │ ├── SWidget.tcl
│ │ │ │ │ ├── SWindow.tcl
│ │ │ │ │ ├── Select.tcl
│ │ │ │ │ ├── Shell.tcl
│ │ │ │ │ ├── SimpDlg.tcl
│ │ │ │ │ ├── StackWin.tcl
│ │ │ │ │ ├── StatBar.tcl
│ │ │ │ │ ├── StdBBox.tcl
│ │ │ │ │ ├── StdShell.tcl
│ │ │ │ │ ├── TList.tcl
│ │ │ │ │ ├── Tix.tcl
│ │ │ │ │ ├── Tree.tcl
│ │ │ │ │ ├── Utils.tcl
│ │ │ │ │ ├── VResize.tcl
│ │ │ │ │ ├── VStack.tcl
│ │ │ │ │ ├── VTree.tcl
│ │ │ │ │ ├── Variable.tcl
│ │ │ │ │ ├── WInfo.tcl
│ │ │ │ │ ├── bitmaps
│ │ │ │ │ ├── demos
│ │ │ │ │ ├── fs.tcl
│ │ │ │ │ ├── pkgIndex.tcl
│ │ │ │ │ ├── pref
│ │ │ │ │ ├── tix84.dll
│ │ │ │ │ └── tix84.lib
│ │ │ │ ├── tk8.6
│ │ │ │ │ ├── bgerror.tcl
│ │ │ │ │ ├── button.tcl
│ │ │ │ │ ├── choosedir.tcl
│ │ │ │ │ ├── clrpick.tcl
│ │ │ │ │ ├── comdlg.tcl
│ │ │ │ │ ├── console.tcl
│ │ │ │ │ ├── demos
│ │ │ │ │ ├── dialog.tcl
│ │ │ │ │ ├── entry.tcl
│ │ │ │ │ ├── focus.tcl
│ │ │ │ │ ├── fontchooser.tcl
│ │ │ │ │ ├── iconlist.tcl
│ │ │ │ │ ├── icons.tcl
│ │ │ │ │ ├── images
│ │ │ │ │ ├── license.terms
│ │ │ │ │ ├── listbox.tcl
│ │ │ │ │ ├── megawidget.tcl
│ │ │ │ │ ├── menu.tcl
│ │ │ │ │ ├── mkpsenc.tcl
│ │ │ │ │ ├── msgbox.tcl
│ │ │ │ │ ├── msgs
│ │ │ │ │ ├── obsolete.tcl
│ │ │ │ │ ├── optMenu.tcl
│ │ │ │ │ ├── palette.tcl
│ │ │ │ │ ├── panedwindow.tcl
│ │ │ │ │ ├── pkgIndex.tcl
│ │ │ │ │ ├── safetk.tcl
│ │ │ │ │ ├── scale.tcl
│ │ │ │ │ ├── scrlbar.tcl
│ │ │ │ │ ├── spinbox.tcl
│ │ │ │ │ ├── tclIndex
│ │ │ │ │ ├── tearoff.tcl
│ │ │ │ │ ├── text.tcl
│ │ │ │ │ ├── tk.tcl
│ │ │ │ │ ├── tkfbox.tcl
│ │ │ │ │ ├── ttk
│ │ │ │ │ ├── unsupported.tcl
│ │ │ │ │ └── xmfbox.tcl
│ │ │ │ ├── tk86t.lib
│ │ │ │ └── tkstub86.lib
│ │ │ ├── vcruntime140.dll
│ │ │ └── vcruntime140_1.dll
│ │ ├── lock
│ │ │ ├── misc.bin
│ │ │ └── para.bin
│ │ └── logs
│ │ ├── hwcode.txt
│ │ ├── meid.txt
│ │ └── socid.txt
│ └── 一键root脚本
│ ├── bin
│ │ ├── AdbWinApi.dll
│ │ ├── AdbWinUsbApi.dll
│ │ ├── adb.exe
│ │ ├── fastboot.exe
│ │ └── 不是放在这个目录,是放在上一级的目录.txt
│ ├── 一键刷入root.bat
│ └── 请将修补后的boot放在该目录下.txt
└── 联发科解bl锁_MTK解锁.rar
208 directories, 1752 files
标签: 联发科解bl锁
网友评论
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
支持(0) 盖楼(回复)
支持(0) 盖楼(回复)