Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 17, 2019 21:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/8ee67171d6068b2d98ec100d96d5c0d4 to your computer and use it in GitHub Desktop.
Save ryantm/8ee67171d6068b2d98ec100d96d5c0d4 to your computer and use it in GitHub Desktop.
/nix/store/9fvwnk0ia6w8ninn1qyj9ldjk53d982h-python3.7-Nuitka-0.6.4
├── bin
│   ├── nuitka3
│   └── nuitka3-run
├── lib
│   └── python3.7
│   └── site-packages
│   ├── nuitka
│   │   ├── build
│   │   │   ├── include
│   │   │   │   └── nuitka
│   │   │   │   ├── allocator.h
│   │   │   │   ├── builtins.h
│   │   │   │   ├── calling.h
│   │   │   │   ├── compiled_asyncgen.h
│   │   │   │   ├── compiled_cell.h
│   │   │   │   ├── compiled_coroutine.h
│   │   │   │   ├── compiled_frame.h
│   │   │   │   ├── compiled_function.h
│   │   │   │   ├── compiled_generator.h
│   │   │   │   ├── compiled_method.h
│   │   │   │   ├── constants_blob.h
│   │   │   │   ├── exceptions.h
│   │   │   │   ├── freelists.h
│   │   │   │   ├── helper
│   │   │   │   │   ├── attributes.h
│   │   │   │   │   ├── boolean.h
│   │   │   │   │   ├── bytearrays.h
│   │   │   │   │   ├── complex.h
│   │   │   │   │   ├── dictionaries.h
│   │   │   │   │   ├── ints.h
│   │   │   │   │   ├── iterators.h
│   │   │   │   │   ├── lists.h
│   │   │   │   │   ├── mappings.h
│   │   │   │   │   ├── operations_binary_add.h
│   │   │   │   │   ├── operations_binary_floordiv.h
│   │   │   │   │   ├── operations_binary_mul.h
│   │   │   │   │   ├── operations_binary_olddiv.h
│   │   │   │   │   ├── operations_binary_sub.h
│   │   │   │   │   ├── operations_binary_truediv.h
│   │   │   │   │   ├── operations.h
│   │   │   │   │   ├── printing.h
│   │   │   │   │   ├── raising.h
│   │   │   │   │   ├── rangeobjects.h
│   │   │   │   │   ├── richcomparisons.h
│   │   │   │   │   ├── sequences.h
│   │   │   │   │   ├── slices.h
│   │   │   │   │   ├── subscripts.h
│   │   │   │   │   └── tuples.h
│   │   │   │   ├── helpers.h
│   │   │   │   ├── importing.h
│   │   │   │   ├── prelude.h
│   │   │   │   ├── threading.h
│   │   │   │   ├── tracing.h
│   │   │   │   └── unfreezing.h
│   │   │   ├── __init__.py
│   │   │   ├── inline_copy
│   │   │   │   ├── appdirs
│   │   │   │   │   ├── appdirs.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── appdirs.cpython-37.pyc
│   │   │   │   ├── bin
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── scons.cpython-37.pyc
│   │   │   │   │   └── scons.py
│   │   │   │   ├── lib
│   │   │   │   │   ├── scons-2.3.2
│   │   │   │   │   │   └── SCons
│   │   │   │   │   │   ├── Action.py
│   │   │   │   │   │   ├── Builder.py
│   │   │   │   │   │   ├── CacheDir.py
│   │   │   │   │   │   ├── compat
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── _scons_builtins.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── _scons_collections.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── _scons_dbm.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── _scons_hashlib.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── _scons_io.cpython-37.pyc
│   │   │   │   │   │   │   │   └── _scons_sets.cpython-37.pyc
│   │   │   │   │   │   │   ├── _scons_builtins.py
│   │   │   │   │   │   │   ├── _scons_collections.py
│   │   │   │   │   │   │   ├── _scons_dbm.py
│   │   │   │   │   │   │   ├── _scons_hashlib.py
│   │   │   │   │   │   │   ├── _scons_io.py
│   │   │   │   │   │   │   ├── _scons_sets.py
│   │   │   │   │   │   │   └── _scons_subprocess.py
│   │   │   │   │   │   ├── Conftest.py
│   │   │   │   │   │   ├── cpp.py
│   │   │   │   │   │   ├── dblite.py
│   │   │   │   │   │   ├── Debug.py
│   │   │   │   │   │   ├── Defaults.py
│   │   │   │   │   │   ├── Environment.py
│   │   │   │   │   │   ├── Errors.py
│   │   │   │   │   │   ├── Executor.py
│   │   │   │   │   │   ├── exitfuncs.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── Job.py
│   │   │   │   │   │   ├── Memoize.py
│   │   │   │   │   │   ├── Node
│   │   │   │   │   │   │   ├── Alias.py
│   │   │   │   │   │   │   ├── FS.py
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   │   ├── Alias.cpython-37.pyc
│   │   │   │   │   │   │   │   └── Python.cpython-37.pyc
│   │   │   │   │   │   │   └── Python.py
│   │   │   │   │   │   ├── Options
│   │   │   │   │   │   │   ├── BoolOption.py
│   │   │   │   │   │   │   ├── EnumOption.py
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── ListOption.py
│   │   │   │   │   │   │   ├── PackageOption.py
│   │   │   │   │   │   │   ├── PathOption.py
│   │   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   │   ├── BoolOption.cpython-37.pyc
│   │   │   │   │   │   │   ├── EnumOption.cpython-37.pyc
│   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   ├── ListOption.cpython-37.pyc
│   │   │   │   │   │   │   ├── PackageOption.cpython-37.pyc
│   │   │   │   │   │   │   └── PathOption.cpython-37.pyc
│   │   │   │   │   │   ├── PathList.py
│   │   │   │   │   │   ├── Platform
│   │   │   │   │   │   │   ├── aix.py
│   │   │   │   │   │   │   ├── cygwin.py
│   │   │   │   │   │   │   ├── darwin.py
│   │   │   │   │   │   │   ├── hpux.py
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── irix.py
│   │   │   │   │   │   │   ├── os2.py
│   │   │   │   │   │   │   ├── posix.py
│   │   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   │   ├── aix.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── cygwin.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── darwin.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── hpux.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── irix.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── os2.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── posix.cpython-37.pyc
│   │   │   │   │   │   │   │   └── sunos.cpython-37.pyc
│   │   │   │   │   │   │   ├── sunos.py
│   │   │   │   │   │   │   └── win32.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   ├── CacheDir.cpython-37.pyc
│   │   │   │   │   │   │   ├── Conftest.cpython-37.pyc
│   │   │   │   │   │   │   ├── cpp.cpython-37.pyc
│   │   │   │   │   │   │   ├── Debug.cpython-37.pyc
│   │   │   │   │   │   │   ├── Environment.cpython-37.pyc
│   │   │   │   │   │   │   ├── Errors.cpython-37.pyc
│   │   │   │   │   │   │   ├── Executor.cpython-37.pyc
│   │   │   │   │   │   │   ├── exitfuncs.cpython-37.pyc
│   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   ├── PathList.cpython-37.pyc
│   │   │   │   │   │   │   ├── Sig.cpython-37.pyc
│   │   │   │   │   │   │   └── Warnings.cpython-37.pyc
│   │   │   │   │   │   ├── Scanner
│   │   │   │   │   │   │   ├── C.py
│   │   │   │   │   │   │   ├── Dir.py
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── Prog.py
│   │   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   │   ├── Dir.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── Prog.cpython-37.pyc
│   │   │   │   │   │   │   │   └── RC.cpython-37.pyc
│   │   │   │   │   │   │   └── RC.py
│   │   │   │   │   │   ├── SConf.py
│   │   │   │   │   │   ├── SConsign.py
│   │   │   │   │   │   ├── Script
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── Interactive.py
│   │   │   │   │   │   │   ├── Main.py
│   │   │   │   │   │   │   ├── SConscript.py
│   │   │   │   │   │   │   └── SConsOptions.py
│   │   │   │   │   │   ├── Sig.py
│   │   │   │   │   │   ├── Subst.py
│   │   │   │   │   │   ├── Taskmaster.py
│   │   │   │   │   │   ├── Tool
│   │   │   │   │   │   │   ├── 386asm.py
│   │   │   │   │   │   │   ├── aixcc.py
│   │   │   │   │   │   │   ├── aixc++.py
│   │   │   │   │   │   │   ├── aixf77.py
│   │   │   │   │   │   │   ├── aixlink.py
│   │   │   │   │   │   │   ├── applelink.py
│   │   │   │   │   │   │   ├── ar.py
│   │   │   │   │   │   │   ├── as.py
│   │   │   │   │   │   │   ├── bcc32.py
│   │   │   │   │   │   │   ├── BitKeeper.py
│   │   │   │   │   │   │   ├── cc.py
│   │   │   │   │   │   │   ├── c++.py
│   │   │   │   │   │   │   ├── CVS.py
│   │   │   │   │   │   │   ├── cyglink.py
│   │   │   │   │   │   │   ├── default.py
│   │   │   │   │   │   │   ├── dmd.py
│   │   │   │   │   │   │   ├── docbook
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   │   │   │   ├── filesystem.py
│   │   │   │   │   │   │   ├── g77.py
│   │   │   │   │   │   │   ├── gas.py
│   │   │   │   │   │   │   ├── gcc.py
│   │   │   │   │   │   │   ├── gdc.py
│   │   │   │   │   │   │   ├── GettextCommon.py
│   │   │   │   │   │   │   ├── gettext.py
│   │   │   │   │   │   │   ├── gfortran.py
│   │   │   │   │   │   │   ├── gnulink.py
│   │   │   │   │   │   │   ├── g++.py
│   │   │   │   │   │   │   ├── hpcc.py
│   │   │   │   │   │   │   ├── hpc++.py
│   │   │   │   │   │   │   ├── hplink.py
│   │   │   │   │   │   │   ├── icc.py
│   │   │   │   │   │   │   ├── icl.py
│   │   │   │   │   │   │   ├── ilink32.py
│   │   │   │   │   │   │   ├── ilink.py
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── install.py
│   │   │   │   │   │   │   ├── intelc.py
│   │   │   │   │   │   │   ├── lex.py
│   │   │   │   │   │   │   ├── linkloc.py
│   │   │   │   │   │   │   ├── link.py
│   │   │   │   │   │   │   ├── m4.py
│   │   │   │   │   │   │   ├── masm.py
│   │   │   │   │   │   │   ├── mingw.py
│   │   │   │   │   │   │   ├── MSCommon
│   │   │   │   │   │   │   │   ├── arch.py
│   │   │   │   │   │   │   │   ├── common.py
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── netframework.py
│   │   │   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   │   │   ├── arch.cpython-37.pyc
│   │   │   │   │   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── sdk.py
│   │   │   │   │   │   │   │   ├── vc.py
│   │   │   │   │   │   │   │   └── vs.py
│   │   │   │   │   │   │   ├── msgfmt.py
│   │   │   │   │   │   │   ├── msginit.py
│   │   │   │   │   │   │   ├── msgmerge.py
│   │   │   │   │   │   │   ├── mslib.py
│   │   │   │   │   │   │   ├── mslink.py
│   │   │   │   │   │   │   ├── mssdk.py
│   │   │   │   │   │   │   ├── msvc.py
│   │   │   │   │   │   │   ├── msvs.py
│   │   │   │   │   │   │   ├── mwcc.py
│   │   │   │   │   │   │   ├── mwld.py
│   │   │   │   │   │   │   ├── nasm.py
│   │   │   │   │   │   │   ├── Perforce.py
│   │   │   │   │   │   │   ├── PharLapCommon.py
│   │   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   │   ├── 386asm.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── aixcc.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── aixc++.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── aixf77.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── aixlink.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── applelink.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── ar.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── as.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── bcc32.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── BitKeeper.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── cc.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── c++.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── CVS.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── cyglink.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── default.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── dmd.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── g77.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── gas.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── gcc.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── g++.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── gdc.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── GettextCommon.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── gettext.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── gfortran.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── gnulink.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── hpcc.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── hpc++.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── hplink.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── icc.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── icl.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── ilink32.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── ilink.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── lex.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── linkloc.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── m4.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── masm.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── mingw.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── msgfmt.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── msginit.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── msgmerge.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── mslib.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── mssdk.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── msvc.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── mwcc.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── mwld.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── nasm.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── Perforce.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── PharLapCommon.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── RCS.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── rmic.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── rpcgen.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── SCCS.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── sgiar.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── sgicc.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── sgic++.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── sgilink.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── Subversion.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── sunar.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── suncc.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── sunc++.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── sunlink.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── tar.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── tlib.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── wix.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── xgettext.cpython-37.pyc
│   │   │   │   │   │   │   │   └── zip.cpython-37.pyc
│   │   │   │   │   │   │   ├── RCS.py
│   │   │   │   │   │   │   ├── rmic.py
│   │   │   │   │   │   │   ├── rpcgen.py
│   │   │   │   │   │   │   ├── SCCS.py
│   │   │   │   │   │   │   ├── sgiar.py
│   │   │   │   │   │   │   ├── sgicc.py
│   │   │   │   │   │   │   ├── sgic++.py
│   │   │   │   │   │   │   ├── sgilink.py
│   │   │   │   │   │   │   ├── Subversion.py
│   │   │   │   │   │   │   ├── sunar.py
│   │   │   │   │   │   │   ├── suncc.py
│   │   │   │   │   │   │   ├── sunc++.py
│   │   │   │   │   │   │   ├── sunlink.py
│   │   │   │   │   │   │   ├── tar.py
│   │   │   │   │   │   │   ├── textfile.py
│   │   │   │   │   │   │   ├── tlib.py
│   │   │   │   │   │   │   ├── wix.py
│   │   │   │   │   │   │   ├── xgettext.py
│   │   │   │   │   │   │   └── zip.py
│   │   │   │   │   │   ├── Util.py
│   │   │   │   │   │   ├── Variables
│   │   │   │   │   │   │   ├── BoolVariable.py
│   │   │   │   │   │   │   ├── EnumVariable.py
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── ListVariable.py
│   │   │   │   │   │   │   ├── PackageVariable.py
│   │   │   │   │   │   │   ├── PathVariable.py
│   │   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   │   ├── BoolVariable.cpython-37.pyc
│   │   │   │   │   │   │   ├── EnumVariable.cpython-37.pyc
│   │   │   │   │   │   │   ├── ListVariable.cpython-37.pyc
│   │   │   │   │   │   │   ├── PackageVariable.cpython-37.pyc
│   │   │   │   │   │   │   └── PathVariable.cpython-37.pyc
│   │   │   │   │   │   └── Warnings.py
│   │   │   │   │   └── scons-3.0.4
│   │   │   │   │   └── SCons
│   │   │   │   │   ├── Action.py
│   │   │   │   │   ├── Builder.py
│   │   │   │   │   ├── CacheDir.py
│   │   │   │   │   ├── compat
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   └── _scons_dbm.cpython-37.pyc
│   │   │   │   │   │   └── _scons_dbm.py
│   │   │   │   │   ├── Conftest.py
│   │   │   │   │   ├── cpp.py
│   │   │   │   │   ├── dblite.py
│   │   │   │   │   ├── Debug.py
│   │   │   │   │   ├── Defaults.py
│   │   │   │   │   ├── Environment.py
│   │   │   │   │   ├── Errors.py
│   │   │   │   │   ├── Executor.py
│   │   │   │   │   ├── exitfuncs.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── Job.py
│   │   │   │   │   ├── Memoize.py
│   │   │   │   │   ├── Node
│   │   │   │   │   │   ├── Alias.py
│   │   │   │   │   │   ├── FS.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   ├── Alias.cpython-37.pyc
│   │   │   │   │   │   │   ├── FS.cpython-37.pyc
│   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   └── Python.cpython-37.pyc
│   │   │   │   │   │   └── Python.py
│   │   │   │   │   ├── PathList.py
│   │   │   │   │   ├── Platform
│   │   │   │   │   │   ├── aix.py
│   │   │   │   │   │   ├── cygwin.py
│   │   │   │   │   │   ├── darwin.py
│   │   │   │   │   │   ├── hpux.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── irix.py
│   │   │   │   │   │   ├── mingw.py
│   │   │   │   │   │   ├── os2.py
│   │   │   │   │   │   ├── posix.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   ├── aix.cpython-37.pyc
│   │   │   │   │   │   │   ├── cygwin.cpython-37.pyc
│   │   │   │   │   │   │   ├── darwin.cpython-37.pyc
│   │   │   │   │   │   │   ├── hpux.cpython-37.pyc
│   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   ├── irix.cpython-37.pyc
│   │   │   │   │   │   │   ├── mingw.cpython-37.pyc
│   │   │   │   │   │   │   ├── os2.cpython-37.pyc
│   │   │   │   │   │   │   ├── posix.cpython-37.pyc
│   │   │   │   │   │   │   ├── sunos.cpython-37.pyc
│   │   │   │   │   │   │   ├── virtualenv.cpython-37.pyc
│   │   │   │   │   │   │   └── win32.cpython-37.pyc
│   │   │   │   │   │   ├── sunos.py
│   │   │   │   │   │   ├── virtualenv.py
│   │   │   │   │   │   └── win32.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── Action.cpython-37.pyc
│   │   │   │   │   │   ├── Builder.cpython-37.pyc
│   │   │   │   │   │   ├── CacheDir.cpython-37.pyc
│   │   │   │   │   │   ├── Conftest.cpython-37.pyc
│   │   │   │   │   │   ├── cpp.cpython-37.pyc
│   │   │   │   │   │   ├── dblite.cpython-37.pyc
│   │   │   │   │   │   ├── Debug.cpython-37.pyc
│   │   │   │   │   │   ├── Defaults.cpython-37.pyc
│   │   │   │   │   │   ├── Environment.cpython-37.pyc
│   │   │   │   │   │   ├── Errors.cpython-37.pyc
│   │   │   │   │   │   ├── Executor.cpython-37.pyc
│   │   │   │   │   │   ├── exitfuncs.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── Job.cpython-37.pyc
│   │   │   │   │   │   ├── Memoize.cpython-37.pyc
│   │   │   │   │   │   ├── PathList.cpython-37.pyc
│   │   │   │   │   │   ├── SConf.cpython-37.pyc
│   │   │   │   │   │   ├── SConsign.cpython-37.pyc
│   │   │   │   │   │   ├── Subst.cpython-37.pyc
│   │   │   │   │   │   ├── Taskmaster.cpython-37.pyc
│   │   │   │   │   │   ├── Util.cpython-37.pyc
│   │   │   │   │   │   └── Warnings.cpython-37.pyc
│   │   │   │   │   ├── Scanner
│   │   │   │   │   │   ├── C.py
│   │   │   │   │   │   ├── Dir.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── Prog.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   ├── C.cpython-37.pyc
│   │   │   │   │   │   │   ├── Dir.cpython-37.pyc
│   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   ├── Prog.cpython-37.pyc
│   │   │   │   │   │   │   └── RC.cpython-37.pyc
│   │   │   │   │   │   └── RC.py
│   │   │   │   │   ├── SConf.py
│   │   │   │   │   ├── SConsign.py
│   │   │   │   │   ├── Script
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── Interactive.py
│   │   │   │   │   │   ├── Main.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   ├── Interactive.cpython-37.pyc
│   │   │   │   │   │   │   ├── Main.cpython-37.pyc
│   │   │   │   │   │   │   ├── SConscript.cpython-37.pyc
│   │   │   │   │   │   │   └── SConsOptions.cpython-37.pyc
│   │   │   │   │   │   ├── SConscript.py
│   │   │   │   │   │   └── SConsOptions.py
│   │   │   │   │   ├── Subst.py
│   │   │   │   │   ├── Taskmaster.py
│   │   │   │   │   ├── Tool
│   │   │   │   │   │   ├── 386asm.py
│   │   │   │   │   │   ├── aixcc.py
│   │   │   │   │   │   ├── aixc++.py
│   │   │   │   │   │   ├── aixcxx.py
│   │   │   │   │   │   ├── aixlink.py
│   │   │   │   │   │   ├── applelink.py
│   │   │   │   │   │   ├── ar.py
│   │   │   │   │   │   ├── as.py
│   │   │   │   │   │   ├── bcc32.py
│   │   │   │   │   │   ├── cc.py
│   │   │   │   │   │   ├── clangCommon
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── clang.py
│   │   │   │   │   │   ├── clangxx.py
│   │   │   │   │   │   ├── c++.py
│   │   │   │   │   │   ├── cxx.py
│   │   │   │   │   │   ├── cyglink.py
│   │   │   │   │   │   ├── default.py
│   │   │   │   │   │   ├── docbook
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── filesystem.py
│   │   │   │   │   │   ├── gas.py
│   │   │   │   │   │   ├── gcc.py
│   │   │   │   │   │   ├── GettextCommon.py
│   │   │   │   │   │   ├── gettext_tool.py
│   │   │   │   │   │   ├── gnulink.py
│   │   │   │   │   │   ├── g++.py
│   │   │   │   │   │   ├── gxx.py
│   │   │   │   │   │   ├── hpcc.py
│   │   │   │   │   │   ├── hpc++.py
│   │   │   │   │   │   ├── hpcxx.py
│   │   │   │   │   │   ├── hplink.py
│   │   │   │   │   │   ├── icc.py
│   │   │   │   │   │   ├── icl.py
│   │   │   │   │   │   ├── ilink32.py
│   │   │   │   │   │   ├── ilink.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── install.py
│   │   │   │   │   │   ├── intelc.py
│   │   │   │   │   │   ├── linkloc.py
│   │   │   │   │   │   ├── link.py
│   │   │   │   │   │   ├── m4.py
│   │   │   │   │   │   ├── masm.py
│   │   │   │   │   │   ├── mingw.py
│   │   │   │   │   │   ├── MSCommon
│   │   │   │   │   │   │   ├── arch.py
│   │   │   │   │   │   │   ├── common.py
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── netframework.py
│   │   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   │   ├── arch.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── common.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── netframework.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── sdk.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── vc.cpython-37.pyc
│   │   │   │   │   │   │   │   └── vs.cpython-37.pyc
│   │   │   │   │   │   │   ├── sdk.py
│   │   │   │   │   │   │   ├── vc.py
│   │   │   │   │   │   │   └── vs.py
│   │   │   │   │   │   ├── msgfmt.py
│   │   │   │   │   │   ├── msginit.py
│   │   │   │   │   │   ├── msgmerge.py
│   │   │   │   │   │   ├── mslib.py
│   │   │   │   │   │   ├── mslink.py
│   │   │   │   │   │   ├── mssdk.py
│   │   │   │   │   │   ├── msvc.py
│   │   │   │   │   │   ├── msvs.py
│   │   │   │   │   │   ├── mwcc.py
│   │   │   │   │   │   ├── mwld.py
│   │   │   │   │   │   ├── nasm.py
│   │   │   │   │   │   ├── PharLapCommon.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   ├── 386asm.cpython-37.pyc
│   │   │   │   │   │   │   ├── aixcc.cpython-37.pyc
│   │   │   │   │   │   │   ├── aixc++.cpython-37.pyc
│   │   │   │   │   │   │   ├── aixcxx.cpython-37.pyc
│   │   │   │   │   │   │   ├── aixlink.cpython-37.pyc
│   │   │   │   │   │   │   ├── applelink.cpython-37.pyc
│   │   │   │   │   │   │   ├── ar.cpython-37.pyc
│   │   │   │   │   │   │   ├── as.cpython-37.pyc
│   │   │   │   │   │   │   ├── bcc32.cpython-37.pyc
│   │   │   │   │   │   │   ├── cc.cpython-37.pyc
│   │   │   │   │   │   │   ├── c++.cpython-37.pyc
│   │   │   │   │   │   │   ├── clang.cpython-37.pyc
│   │   │   │   │   │   │   ├── clangxx.cpython-37.pyc
│   │   │   │   │   │   │   ├── cxx.cpython-37.pyc
│   │   │   │   │   │   │   ├── cyglink.cpython-37.pyc
│   │   │   │   │   │   │   ├── default.cpython-37.pyc
│   │   │   │   │   │   │   ├── filesystem.cpython-37.pyc
│   │   │   │   │   │   │   ├── gas.cpython-37.pyc
│   │   │   │   │   │   │   ├── gcc.cpython-37.pyc
│   │   │   │   │   │   │   ├── g++.cpython-37.pyc
│   │   │   │   │   │   │   ├── GettextCommon.cpython-37.pyc
│   │   │   │   │   │   │   ├── gettext_tool.cpython-37.pyc
│   │   │   │   │   │   │   ├── gnulink.cpython-37.pyc
│   │   │   │   │   │   │   ├── gxx.cpython-37.pyc
│   │   │   │   │   │   │   ├── hpcc.cpython-37.pyc
│   │   │   │   │   │   │   ├── hpc++.cpython-37.pyc
│   │   │   │   │   │   │   ├── hpcxx.cpython-37.pyc
│   │   │   │   │   │   │   ├── hplink.cpython-37.pyc
│   │   │   │   │   │   │   ├── icc.cpython-37.pyc
│   │   │   │   │   │   │   ├── icl.cpython-37.pyc
│   │   │   │   │   │   │   ├── ilink32.cpython-37.pyc
│   │   │   │   │   │   │   ├── ilink.cpython-37.pyc
│   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   ├── install.cpython-37.pyc
│   │   │   │   │   │   │   ├── intelc.cpython-37.pyc
│   │   │   │   │   │   │   ├── link.cpython-37.pyc
│   │   │   │   │   │   │   ├── linkloc.cpython-37.pyc
│   │   │   │   │   │   │   ├── m4.cpython-37.pyc
│   │   │   │   │   │   │   ├── masm.cpython-37.pyc
│   │   │   │   │   │   │   ├── mingw.cpython-37.pyc
│   │   │   │   │   │   │   ├── msgfmt.cpython-37.pyc
│   │   │   │   │   │   │   ├── msginit.cpython-37.pyc
│   │   │   │   │   │   │   ├── msgmerge.cpython-37.pyc
│   │   │   │   │   │   │   ├── mslib.cpython-37.pyc
│   │   │   │   │   │   │   ├── mslink.cpython-37.pyc
│   │   │   │   │   │   │   ├── mssdk.cpython-37.pyc
│   │   │   │   │   │   │   ├── msvc.cpython-37.pyc
│   │   │   │   │   │   │   ├── msvs.cpython-37.pyc
│   │   │   │   │   │   │   ├── mwcc.cpython-37.pyc
│   │   │   │   │   │   │   ├── mwld.cpython-37.pyc
│   │   │   │   │   │   │   ├── nasm.cpython-37.pyc
│   │   │   │   │   │   │   ├── PharLapCommon.cpython-37.pyc
│   │   │   │   │   │   │   ├── rmic.cpython-37.pyc
│   │   │   │   │   │   │   ├── rpcgen.cpython-37.pyc
│   │   │   │   │   │   │   ├── sgiar.cpython-37.pyc
│   │   │   │   │   │   │   ├── sgicc.cpython-37.pyc
│   │   │   │   │   │   │   ├── sgic++.cpython-37.pyc
│   │   │   │   │   │   │   ├── sgicxx.cpython-37.pyc
│   │   │   │   │   │   │   ├── sgilink.cpython-37.pyc
│   │   │   │   │   │   │   ├── sunar.cpython-37.pyc
│   │   │   │   │   │   │   ├── suncc.cpython-37.pyc
│   │   │   │   │   │   │   ├── sunc++.cpython-37.pyc
│   │   │   │   │   │   │   ├── suncxx.cpython-37.pyc
│   │   │   │   │   │   │   ├── sunlink.cpython-37.pyc
│   │   │   │   │   │   │   ├── tar.cpython-37.pyc
│   │   │   │   │   │   │   ├── textfile.cpython-37.pyc
│   │   │   │   │   │   │   ├── tlib.cpython-37.pyc
│   │   │   │   │   │   │   ├── wix.cpython-37.pyc
│   │   │   │   │   │   │   ├── xgettext.cpython-37.pyc
│   │   │   │   │   │   │   └── zip.cpython-37.pyc
│   │   │   │   │   │   ├── rmic.py
│   │   │   │   │   │   ├── rpcgen.py
│   │   │   │   │   │   ├── sgiar.py
│   │   │   │   │   │   ├── sgicc.py
│   │   │   │   │   │   ├── sgic++.py
│   │   │   │   │   │   ├── sgicxx.py
│   │   │   │   │   │   ├── sgilink.py
│   │   │   │   │   │   ├── sunar.py
│   │   │   │   │   │   ├── suncc.py
│   │   │   │   │   │   ├── sunc++.py
│   │   │   │   │   │   ├── suncxx.py
│   │   │   │   │   │   ├── sunlink.py
│   │   │   │   │   │   ├── tar.py
│   │   │   │   │   │   ├── textfile.py
│   │   │   │   │   │   ├── tlib.py
│   │   │   │   │   │   ├── wix.py
│   │   │   │   │   │   ├── xgettext.py
│   │   │   │   │   │   └── zip.py
│   │   │   │   │   ├── Util.py
│   │   │   │   │   ├── Variables
│   │   │   │   │   │   ├── BoolVariable.py
│   │   │   │   │   │   ├── EnumVariable.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── ListVariable.py
│   │   │   │   │   │   ├── PackageVariable.py
│   │   │   │   │   │   ├── PathVariable.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   ├── BoolVariable.cpython-37.pyc
│   │   │   │   │   │   ├── EnumVariable.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── ListVariable.cpython-37.pyc
│   │   │   │   │   │   ├── PackageVariable.cpython-37.pyc
│   │   │   │   │   │   └── PathVariable.cpython-37.pyc
│   │   │   │   │   └── Warnings.py
│   │   │   │   └── pefile
│   │   │   │   ├── ordlookup
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── oleaut32.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── oleaut32.cpython-37.pyc
│   │   │   │   │   │   └── ws2_32.cpython-37.pyc
│   │   │   │   │   └── ws2_32.py
│   │   │   │   ├── pefile.py
│   │   │   │   └── __pycache__
│   │   │   │   └── pefile.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── SconsInterface.cpython-37.pyc
│   │   │   ├── SconsInterface.py
│   │   │   ├── SingleExe.scons
│   │   │   └── static_src
│   │   │   ├── CompiledAsyncgenType.c
│   │   │   ├── CompiledCellType.c
│   │   │   ├── CompiledCodeHelpers.c
│   │   │   ├── CompiledCoroutineType.c
│   │   │   ├── CompiledFrameType.c
│   │   │   ├── CompiledFunctionType.c
│   │   │   ├── CompiledGeneratorType.c
│   │   │   ├── CompiledGeneratorTypeUncompiledIntegration.c
│   │   │   ├── CompiledMethodType.c
│   │   │   ├── HelpersAttributes.c
│   │   │   ├── HelpersBuiltin.c
│   │   │   ├── HelpersCalling.c
│   │   │   ├── HelpersClasses.c
│   │   │   ├── HelpersComparison.c
│   │   │   ├── HelpersConstantsBlob.c
│   │   │   ├── HelpersDeepcopy.c
│   │   │   ├── HelpersHeapStorage.c
│   │   │   ├── HelpersImport.c
│   │   │   ├── HelpersOperationBinaryAdd.c
│   │   │   ├── HelpersOperationBinaryAddUtils.c
│   │   │   ├── HelpersOperationBinaryFloordiv.c
│   │   │   ├── HelpersOperationBinaryFloordivUtils.c
│   │   │   ├── HelpersOperationBinaryInplaceAdd.c
│   │   │   ├── HelpersOperationBinaryInplaceAddUtils.c
│   │   │   ├── HelpersOperationBinaryMul.c
│   │   │   ├── HelpersOperationBinaryMulUtils.c
│   │   │   ├── HelpersOperationBinaryOlddiv.c
│   │   │   ├── HelpersOperationBinarySub.c
│   │   │   ├── HelpersOperationBinaryTruediv.c
│   │   │   ├── HelpersPathTools.c
│   │   │   ├── HelpersProfiling.c
│   │   │   ├── HelpersStrings.c
│   │   │   ├── InspectPatcher.c
│   │   │   ├── MainProgram.c
│   │   │   └── MetaPathBasedLoader.c
│   │   ├── Builtins.py
│   │   ├── codegen
│   │   │   ├── AsyncgenCodes.py
│   │   │   ├── AttributeCodes.py
│   │   │   ├── BlobCodes.py
│   │   │   ├── BranchCodes.py
│   │   │   ├── BuiltinCodes.py
│   │   │   ├── CallCodes.py
│   │   │   ├── ClassCodes.py
│   │   │   ├── CodeGeneration.py
│   │   │   ├── CodeHelpers.py
│   │   │   ├── CodeObjectCodes.py
│   │   │   ├── ComparisonCodes.py
│   │   │   ├── ConditionalCodes.py
│   │   │   ├── ConstantCodes.py
│   │   │   ├── Contexts.py
│   │   │   ├── CoroutineCodes.py
│   │   │   ├── c_types
│   │   │   │   ├── CTypeBases.py
│   │   │   │   ├── CTypeModuleDictVariables.py
│   │   │   │   ├── CTypeNuitkaBools.py
│   │   │   │   ├── CTypeNuitkaInts.py
│   │   │   │   ├── CTypePyObjectPtrs.py
│   │   │   │   ├── CTypeVoids.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── CTypeBases.cpython-37.pyc
│   │   │   │   ├── CTypeModuleDictVariables.cpython-37.pyc
│   │   │   │   ├── CTypeNuitkaBools.cpython-37.pyc
│   │   │   │   ├── CTypeNuitkaInts.cpython-37.pyc
│   │   │   │   ├── CTypePyObjectPtrs.cpython-37.pyc
│   │   │   │   ├── CTypeVoids.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── DictCodes.py
│   │   │   ├── Emission.py
│   │   │   ├── ErrorCodes.py
│   │   │   ├── EvalCodes.py
│   │   │   ├── ExceptionCodes.py
│   │   │   ├── ExpressionCodes.py
│   │   │   ├── FrameCodes.py
│   │   │   ├── FunctionCodes.py
│   │   │   ├── GeneratorCodes.py
│   │   │   ├── GlobalsLocalsCodes.py
│   │   │   ├── IdCodes.py
│   │   │   ├── ImportCodes.py
│   │   │   ├── Indentation.py
│   │   │   ├── IndexCodes.py
│   │   │   ├── __init__.py
│   │   │   ├── IntegerCodes.py
│   │   │   ├── IteratorCodes.py
│   │   │   ├── LabelCodes.py
│   │   │   ├── LineNumberCodes.py
│   │   │   ├── ListCodes.py
│   │   │   ├── LoaderCodes.py
│   │   │   ├── LocalsDictCodes.py
│   │   │   ├── LoopCodes.py
│   │   │   ├── ModuleCodes.py
│   │   │   ├── Namify.py
│   │   │   ├── OperationCodes.py
│   │   │   ├── OperatorCodes.py
│   │   │   ├── PrintCodes.py
│   │   │   ├── __pycache__
│   │   │   │   ├── AsyncgenCodes.cpython-37.pyc
│   │   │   │   ├── AttributeCodes.cpython-37.pyc
│   │   │   │   ├── BlobCodes.cpython-37.pyc
│   │   │   │   ├── BranchCodes.cpython-37.pyc
│   │   │   │   ├── BuiltinCodes.cpython-37.pyc
│   │   │   │   ├── CallCodes.cpython-37.pyc
│   │   │   │   ├── ClassCodes.cpython-37.pyc
│   │   │   │   ├── CodeGeneration.cpython-37.pyc
│   │   │   │   ├── CodeHelpers.cpython-37.pyc
│   │   │   │   ├── CodeObjectCodes.cpython-37.pyc
│   │   │   │   ├── ComparisonCodes.cpython-37.pyc
│   │   │   │   ├── ConditionalCodes.cpython-37.pyc
│   │   │   │   ├── ConstantCodes.cpython-37.pyc
│   │   │   │   ├── Contexts.cpython-37.pyc
│   │   │   │   ├── CoroutineCodes.cpython-37.pyc
│   │   │   │   ├── DictCodes.cpython-37.pyc
│   │   │   │   ├── Emission.cpython-37.pyc
│   │   │   │   ├── ErrorCodes.cpython-37.pyc
│   │   │   │   ├── EvalCodes.cpython-37.pyc
│   │   │   │   ├── ExceptionCodes.cpython-37.pyc
│   │   │   │   ├── ExpressionCodes.cpython-37.pyc
│   │   │   │   ├── FrameCodes.cpython-37.pyc
│   │   │   │   ├── FunctionCodes.cpython-37.pyc
│   │   │   │   ├── GeneratorCodes.cpython-37.pyc
│   │   │   │   ├── GlobalsLocalsCodes.cpython-37.pyc
│   │   │   │   ├── IdCodes.cpython-37.pyc
│   │   │   │   ├── ImportCodes.cpython-37.pyc
│   │   │   │   ├── Indentation.cpython-37.pyc
│   │   │   │   ├── IndexCodes.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── IntegerCodes.cpython-37.pyc
│   │   │   │   ├── IteratorCodes.cpython-37.pyc
│   │   │   │   ├── LabelCodes.cpython-37.pyc
│   │   │   │   ├── LineNumberCodes.cpython-37.pyc
│   │   │   │   ├── ListCodes.cpython-37.pyc
│   │   │   │   ├── LoaderCodes.cpython-37.pyc
│   │   │   │   ├── LocalsDictCodes.cpython-37.pyc
│   │   │   │   ├── LoopCodes.cpython-37.pyc
│   │   │   │   ├── ModuleCodes.cpython-37.pyc
│   │   │   │   ├── Namify.cpython-37.pyc
│   │   │   │   ├── OperationCodes.cpython-37.pyc
│   │   │   │   ├── OperatorCodes.cpython-37.pyc
│   │   │   │   ├── PrintCodes.cpython-37.pyc
│   │   │   │   ├── PythonAPICodes.cpython-37.pyc
│   │   │   │   ├── RaisingCodes.cpython-37.pyc
│   │   │   │   ├── Reports.cpython-37.pyc
│   │   │   │   ├── ReturnCodes.cpython-37.pyc
│   │   │   │   ├── SetCodes.cpython-37.pyc
│   │   │   │   ├── SliceCodes.cpython-37.pyc
│   │   │   │   ├── StringCodes.cpython-37.pyc
│   │   │   │   ├── SubscriptCodes.cpython-37.pyc
│   │   │   │   ├── TryCodes.cpython-37.pyc
│   │   │   │   ├── TupleCodes.cpython-37.pyc
│   │   │   │   ├── VariableCodes.cpython-37.pyc
│   │   │   │   ├── VariableDeclarations.cpython-37.pyc
│   │   │   │   └── YieldCodes.cpython-37.pyc
│   │   │   ├── PythonAPICodes.py
│   │   │   ├── RaisingCodes.py
│   │   │   ├── Reports.py
│   │   │   ├── ReturnCodes.py
│   │   │   ├── SetCodes.py
│   │   │   ├── SliceCodes.py
│   │   │   ├── StringCodes.py
│   │   │   ├── SubscriptCodes.py
│   │   │   ├── templates
│   │   │   │   ├── CodeTemplatesAsyncgens.py
│   │   │   │   ├── CodeTemplatesCalls.py
│   │   │   │   ├── CodeTemplatesConstants.py
│   │   │   │   ├── CodeTemplatesCoroutines.py
│   │   │   │   ├── CodeTemplatesExceptions.py
│   │   │   │   ├── CodeTemplatesFrames.py
│   │   │   │   ├── CodeTemplatesFreezer.py
│   │   │   │   ├── CodeTemplatesFunction.py
│   │   │   │   ├── CodeTemplatesGeneratorFunction.py
│   │   │   │   ├── CodeTemplatesIterators.py
│   │   │   │   ├── CodeTemplatesLoader.py
│   │   │   │   ├── CodeTemplatesModules.py
│   │   │   │   ├── CodeTemplatesVariables.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── CodeTemplatesAsyncgens.cpython-37.pyc
│   │   │   │   │   ├── CodeTemplatesCalls.cpython-37.pyc
│   │   │   │   │   ├── CodeTemplatesConstants.cpython-37.pyc
│   │   │   │   │   ├── CodeTemplatesCoroutines.cpython-37.pyc
│   │   │   │   │   ├── CodeTemplatesExceptions.cpython-37.pyc
│   │   │   │   │   ├── CodeTemplatesFrames.cpython-37.pyc
│   │   │   │   │   ├── CodeTemplatesFreezer.cpython-37.pyc
│   │   │   │   │   ├── CodeTemplatesFunction.cpython-37.pyc
│   │   │   │   │   ├── CodeTemplatesGeneratorFunction.cpython-37.pyc
│   │   │   │   │   ├── CodeTemplatesIterators.cpython-37.pyc
│   │   │   │   │   ├── CodeTemplatesLoader.cpython-37.pyc
│   │   │   │   │   ├── CodeTemplatesModules.cpython-37.pyc
│   │   │   │   │   ├── CodeTemplatesVariables.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── TemplateDebugWrapper.cpython-37.pyc
│   │   │   │   └── TemplateDebugWrapper.py
│   │   │   ├── TryCodes.py
│   │   │   ├── TupleCodes.py
│   │   │   ├── VariableCodes.py
│   │   │   ├── VariableDeclarations.py
│   │   │   └── YieldCodes.py
│   │   ├── Constants.py
│   │   ├── containers
│   │   │   ├── __init__.py
│   │   │   ├── odict.py
│   │   │   ├── oset.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── odict.cpython-37.pyc
│   │   │   └── oset.cpython-37.pyc
│   │   ├── distutils
│   │   │   ├── bdist_nuitka.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── bdist_nuitka.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── Errors.py
│   │   ├── finalizations
│   │   │   ├── Finalization.py
│   │   │   ├── FinalizeBase.py
│   │   │   ├── FinalizeMarkups.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── Finalization.cpython-37.pyc
│   │   │   ├── FinalizeBase.cpython-37.pyc
│   │   │   ├── FinalizeMarkups.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── freezer
│   │   │   ├── BytecodeModuleFreezer.py
│   │   │   ├── DependsExe.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── BytecodeModuleFreezer.cpython-37.pyc
│   │   │   │   ├── DependsExe.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── Standalone.cpython-37.pyc
│   │   │   └── Standalone.py
│   │   ├── importing
│   │   │   ├── ImportCache.py
│   │   │   ├── Importing.py
│   │   │   ├── __init__.py
│   │   │   ├── PreloadedPackages.py
│   │   │   ├── __pycache__
│   │   │   │   ├── ImportCache.cpython-37.pyc
│   │   │   │   ├── Importing.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── PreloadedPackages.cpython-37.pyc
│   │   │   │   ├── Recursion.cpython-37.pyc
│   │   │   │   ├── StandardLibrary.cpython-37.pyc
│   │   │   │   └── Whitelisting.cpython-37.pyc
│   │   │   ├── Recursion.py
│   │   │   ├── StandardLibrary.py
│   │   │   └── Whitelisting.py
│   │   ├── __init__.py
│   │   ├── MainControl.py
│   │   ├── __main__.py
│   │   ├── ModuleRegistry.py
│   │   ├── nodes
│   │   │   ├── AssignNodes.py
│   │   │   ├── AsyncgenNodes.py
│   │   │   ├── AttributeNodes.py
│   │   │   ├── BuiltinComplexNodes.py
│   │   │   ├── BuiltinDecodingNodes.py
│   │   │   ├── BuiltinDecoratorNodes.py
│   │   │   ├── BuiltinDictNodes.py
│   │   │   ├── BuiltinFormatNodes.py
│   │   │   ├── BuiltinHashNodes.py
│   │   │   ├── BuiltinIntegerNodes.py
│   │   │   ├── BuiltinIteratorNodes.py
│   │   │   ├── BuiltinLenNodes.py
│   │   │   ├── BuiltinNextNodes.py
│   │   │   ├── BuiltinOpenNodes.py
│   │   │   ├── BuiltinRangeNodes.py
│   │   │   ├── BuiltinRefNodes.py
│   │   │   ├── BuiltinSumNodes.py
│   │   │   ├── BuiltinTypeNodes.py
│   │   │   ├── BuiltinVarsNodes.py
│   │   │   ├── CallNodes.py
│   │   │   ├── Checkers.py
│   │   │   ├── ClassNodes.py
│   │   │   ├── CodeObjectSpecs.py
│   │   │   ├── ComparisonNodes.py
│   │   │   ├── ConditionalNodes.py
│   │   │   ├── ConstantRefNodes.py
│   │   │   ├── ContainerMakingNodes.py
│   │   │   ├── ContainerOperationNodes.py
│   │   │   ├── CoroutineNodes.py
│   │   │   ├── DictionaryNodes.py
│   │   │   ├── ExceptionNodes.py
│   │   │   ├── ExecEvalNodes.py
│   │   │   ├── ExpressionBases.py
│   │   │   ├── FrameNodes.py
│   │   │   ├── FunctionNodes.py
│   │   │   ├── FutureSpecs.py
│   │   │   ├── GeneratorNodes.py
│   │   │   ├── GlobalsLocalsNodes.py
│   │   │   ├── ImportNodes.py
│   │   │   ├── IndicatorMixins.py
│   │   │   ├── __init__.py
│   │   │   ├── LocalsDictNodes.py
│   │   │   ├── LocalsScopes.py
│   │   │   ├── LoopNodes.py
│   │   │   ├── ModuleAttributeNodes.py
│   │   │   ├── ModuleNodes.py
│   │   │   ├── NodeBases.py
│   │   │   ├── NodeMakingHelpers.py
│   │   │   ├── NodeMetaClasses.py
│   │   │   ├── OperatorNodes.py
│   │   │   ├── OutlineNodes.py
│   │   │   ├── PrintNodes.py
│   │   │   ├── __pycache__
│   │   │   │   ├── AssignNodes.cpython-37.pyc
│   │   │   │   ├── AsyncgenNodes.cpython-37.pyc
│   │   │   │   ├── AttributeNodes.cpython-37.pyc
│   │   │   │   ├── BuiltinComplexNodes.cpython-37.pyc
│   │   │   │   ├── BuiltinDecodingNodes.cpython-37.pyc
│   │   │   │   ├── BuiltinDecoratorNodes.cpython-37.pyc
│   │   │   │   ├── BuiltinDictNodes.cpython-37.pyc
│   │   │   │   ├── BuiltinFormatNodes.cpython-37.pyc
│   │   │   │   ├── BuiltinHashNodes.cpython-37.pyc
│   │   │   │   ├── BuiltinIntegerNodes.cpython-37.pyc
│   │   │   │   ├── BuiltinIteratorNodes.cpython-37.pyc
│   │   │   │   ├── BuiltinLenNodes.cpython-37.pyc
│   │   │   │   ├── BuiltinNextNodes.cpython-37.pyc
│   │   │   │   ├── BuiltinOpenNodes.cpython-37.pyc
│   │   │   │   ├── BuiltinRangeNodes.cpython-37.pyc
│   │   │   │   ├── BuiltinRefNodes.cpython-37.pyc
│   │   │   │   ├── BuiltinSumNodes.cpython-37.pyc
│   │   │   │   ├── BuiltinTypeNodes.cpython-37.pyc
│   │   │   │   ├── BuiltinVarsNodes.cpython-37.pyc
│   │   │   │   ├── CallNodes.cpython-37.pyc
│   │   │   │   ├── Checkers.cpython-37.pyc
│   │   │   │   ├── ClassNodes.cpython-37.pyc
│   │   │   │   ├── CodeObjectSpecs.cpython-37.pyc
│   │   │   │   ├── ComparisonNodes.cpython-37.pyc
│   │   │   │   ├── ConditionalNodes.cpython-37.pyc
│   │   │   │   ├── ConstantRefNodes.cpython-37.pyc
│   │   │   │   ├── ContainerMakingNodes.cpython-37.pyc
│   │   │   │   ├── ContainerOperationNodes.cpython-37.pyc
│   │   │   │   ├── CoroutineNodes.cpython-37.pyc
│   │   │   │   ├── DictionaryNodes.cpython-37.pyc
│   │   │   │   ├── ExceptionNodes.cpython-37.pyc
│   │   │   │   ├── ExecEvalNodes.cpython-37.pyc
│   │   │   │   ├── ExpressionBases.cpython-37.pyc
│   │   │   │   ├── FrameNodes.cpython-37.pyc
│   │   │   │   ├── FunctionNodes.cpython-37.pyc
│   │   │   │   ├── FutureSpecs.cpython-37.pyc
│   │   │   │   ├── GeneratorNodes.cpython-37.pyc
│   │   │   │   ├── GlobalsLocalsNodes.cpython-37.pyc
│   │   │   │   ├── ImportNodes.cpython-37.pyc
│   │   │   │   ├── IndicatorMixins.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── LocalsDictNodes.cpython-37.pyc
│   │   │   │   ├── LocalsScopes.cpython-37.pyc
│   │   │   │   ├── LoopNodes.cpython-37.pyc
│   │   │   │   ├── ModuleAttributeNodes.cpython-37.pyc
│   │   │   │   ├── ModuleNodes.cpython-37.pyc
│   │   │   │   ├── NodeBases.cpython-37.pyc
│   │   │   │   ├── NodeMakingHelpers.cpython-37.pyc
│   │   │   │   ├── NodeMetaClasses.cpython-37.pyc
│   │   │   │   ├── OperatorNodes.cpython-37.pyc
│   │   │   │   ├── OutlineNodes.cpython-37.pyc
│   │   │   │   ├── PrintNodes.cpython-37.pyc
│   │   │   │   ├── ReturnNodes.cpython-37.pyc
│   │   │   │   ├── SideEffectNodes.cpython-37.pyc
│   │   │   │   ├── SliceNodes.cpython-37.pyc
│   │   │   │   ├── StatementNodes.cpython-37.pyc
│   │   │   │   ├── StringConcatenationNodes.cpython-37.pyc
│   │   │   │   ├── SubscriptNodes.cpython-37.pyc
│   │   │   │   ├── TryNodes.cpython-37.pyc
│   │   │   │   ├── TypeNodes.cpython-37.pyc
│   │   │   │   ├── VariableRefNodes.cpython-37.pyc
│   │   │   │   └── YieldNodes.cpython-37.pyc
│   │   │   ├── ReturnNodes.py
│   │   │   ├── shapes
│   │   │   │   ├── BuiltinTypeShapes.py
│   │   │   │   ├── ControlFlowDescriptions.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── BuiltinTypeShapes.cpython-37.pyc
│   │   │   │   │   ├── ControlFlowDescriptions.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── StandardShapes.cpython-37.pyc
│   │   │   │   └── StandardShapes.py
│   │   │   ├── SideEffectNodes.py
│   │   │   ├── SliceNodes.py
│   │   │   ├── StatementNodes.py
│   │   │   ├── StringConcatenationNodes.py
│   │   │   ├── SubscriptNodes.py
│   │   │   ├── TryNodes.py
│   │   │   ├── TypeNodes.py
│   │   │   ├── VariableRefNodes.py
│   │   │   └── YieldNodes.py
│   │   ├── optimizations
│   │   │   ├── BytecodeDemotion.py
│   │   │   ├── FunctionInlining.py
│   │   │   ├── Graphs.py
│   │   │   ├── __init__.py
│   │   │   ├── Optimization.py
│   │   │   ├── OptimizeBuiltinCalls.py
│   │   │   ├── __pycache__
│   │   │   │   ├── BytecodeDemotion.cpython-37.pyc
│   │   │   │   ├── FunctionInlining.cpython-37.pyc
│   │   │   │   ├── Graphs.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── Optimization.cpython-37.pyc
│   │   │   │   ├── OptimizeBuiltinCalls.cpython-37.pyc
│   │   │   │   ├── Tags.cpython-37.pyc
│   │   │   │   ├── TraceCollections.cpython-37.pyc
│   │   │   │   └── ValueTraces.cpython-37.pyc
│   │   │   ├── Tags.py
│   │   │   ├── TraceCollections.py
│   │   │   └── ValueTraces.py
│   │   ├── OptionParsing.py
│   │   ├── Options.py
│   │   ├── __past__.py
│   │   ├── plugins
│   │   │   ├── __init__.py
│   │   │   ├── PluginBase.py
│   │   │   ├── Plugins.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── PluginBase.cpython-37.pyc
│   │   │   │   └── Plugins.cpython-37.pyc
│   │   │   └── standard
│   │   │   ├── ConsiderPyLintAnnotationsPlugin.py
│   │   │   ├── DataFileCollectorPlugin.py
│   │   │   ├── EnumPlugin.py
│   │   │   ├── GeventPlugin.py
│   │   │   ├── ImplicitImports.py
│   │   │   ├── __init__.py
│   │   │   ├── MultiprocessingPlugin.py
│   │   │   ├── NumpyPlugin.py
│   │   │   ├── PbrPlugin.py
│   │   │   ├── PmwPlugin.py
│   │   │   ├── __pycache__
│   │   │   │   ├── ConsiderPyLintAnnotationsPlugin.cpython-37.pyc
│   │   │   │   ├── DataFileCollectorPlugin.cpython-37.pyc
│   │   │   │   ├── EnumPlugin.cpython-37.pyc
│   │   │   │   ├── GeventPlugin.cpython-37.pyc
│   │   │   │   ├── ImplicitImports.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── MultiprocessingPlugin.cpython-37.pyc
│   │   │   │   ├── NumpyPlugin.cpython-37.pyc
│   │   │   │   ├── PbrPlugin.cpython-37.pyc
│   │   │   │   ├── PmwPlugin.cpython-37.pyc
│   │   │   │   ├── PySidePyQtPlugin.cpython-37.pyc
│   │   │   │   ├── SklearnPlugin.cpython-37.pyc
│   │   │   │   ├── TensorflowPlugin.cpython-37.pyc
│   │   │   │   ├── TkinterPlugin.cpython-37.pyc
│   │   │   │   └── TorchPlugin.cpython-37.pyc
│   │   │   ├── PySidePyQtPlugin.py
│   │   │   ├── SklearnPlugin.py
│   │   │   ├── TensorflowPlugin.py
│   │   │   ├── TkinterPlugin.py
│   │   │   └── TorchPlugin.py
│   │   ├── PostProcessing.py
│   │   ├── __pycache__
│   │   │   ├── Builtins.cpython-37.pyc
│   │   │   ├── Constants.cpython-37.pyc
│   │   │   ├── Errors.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── MainControl.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── ModuleRegistry.cpython-37.pyc
│   │   │   ├── OptionParsing.cpython-37.pyc
│   │   │   ├── Options.cpython-37.pyc
│   │   │   ├── __past__.cpython-37.pyc
│   │   │   ├── PostProcessing.cpython-37.pyc
│   │   │   ├── PythonOperators.cpython-37.pyc
│   │   │   ├── PythonVersions.cpython-37.pyc
│   │   │   ├── SourceCodeReferences.cpython-37.pyc
│   │   │   ├── Tracing.cpython-37.pyc
│   │   │   ├── TreeXML.cpython-37.pyc
│   │   │   ├── Variables.cpython-37.pyc
│   │   │   └── Version.cpython-37.pyc
│   │   ├── PythonOperators.py
│   │   ├── PythonVersions.py
│   │   ├── SourceCodeReferences.py
│   │   ├── specs
│   │   │   ├── BuiltinParameterSpecs.py
│   │   │   ├── __init__.py
│   │   │   ├── ParameterSpecs.py
│   │   │   └── __pycache__
│   │   │   ├── BuiltinParameterSpecs.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── ParameterSpecs.cpython-37.pyc
│   │   ├── tools
│   │   │   ├── Basics.py
│   │   │   ├── general
│   │   │   │   ├── dll_report
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── __main__.cpython-37.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __init__.py
│   │   │   ├── profiler
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __main__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── __main__.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── Basics.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── specialize
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __main__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── __main__.cpython-37.pyc
│   │   │   └── testing
│   │   │   ├── Common.py
│   │   │   ├── compare_with_cpython
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __main__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── __main__.cpython-37.pyc
│   │   │   ├── Constructs.py
│   │   │   ├── find_sxs_modules
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __main__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── __main__.cpython-37.pyc
│   │   │   ├── __init__.py
│   │   │   ├── measure_construct_performance
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __main__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── __main__.cpython-37.pyc
│   │   │   ├── OutputComparison.py
│   │   │   ├── __pycache__
│   │   │   │   ├── Common.cpython-37.pyc
│   │   │   │   ├── Constructs.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── OutputComparison.cpython-37.pyc
│   │   │   │   ├── SearchModes.cpython-37.pyc
│   │   │   │   ├── Valgrind.cpython-37.pyc
│   │   │   │   └── Virtualenv.cpython-37.pyc
│   │   │   ├── run_nuitka_tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __main__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── __main__.cpython-37.pyc
│   │   │   ├── SearchModes.py
│   │   │   ├── Valgrind.py
│   │   │   └── Virtualenv.py
│   │   ├── Tracing.py
│   │   ├── tree
│   │   │   ├── Building.py
│   │   │   ├── ComplexCallHelperFunctions.py
│   │   │   ├── Extractions.py
│   │   │   ├── __init__.py
│   │   │   ├── InternalModule.py
│   │   │   ├── Operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── Building.cpython-37.pyc
│   │   │   │   ├── ComplexCallHelperFunctions.cpython-37.pyc
│   │   │   │   ├── Extractions.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── InternalModule.cpython-37.pyc
│   │   │   │   ├── Operations.cpython-37.pyc
│   │   │   │   ├── ReformulationAssertStatements.cpython-37.pyc
│   │   │   │   ├── ReformulationAssignmentStatements.cpython-37.pyc
│   │   │   │   ├── ReformulationBooleanExpressions.cpython-37.pyc
│   │   │   │   ├── ReformulationCallExpressions.cpython-37.pyc
│   │   │   │   ├── ReformulationClasses3.cpython-37.pyc
│   │   │   │   ├── ReformulationClasses.cpython-37.pyc
│   │   │   │   ├── ReformulationComparisonExpressions.cpython-37.pyc
│   │   │   │   ├── ReformulationContractionExpressions.cpython-37.pyc
│   │   │   │   ├── ReformulationDictionaryCreation.cpython-37.pyc
│   │   │   │   ├── ReformulationExecStatements.cpython-37.pyc
│   │   │   │   ├── ReformulationForLoopStatements.cpython-37.pyc
│   │   │   │   ├── ReformulationFunctionStatements.cpython-37.pyc
│   │   │   │   ├── ReformulationImportStatements.cpython-37.pyc
│   │   │   │   ├── ReformulationLambdaExpressions.cpython-37.pyc
│   │   │   │   ├── ReformulationNamespacePackages.cpython-37.pyc
│   │   │   │   ├── ReformulationPrintStatements.cpython-37.pyc
│   │   │   │   ├── ReformulationSequenceCreation.cpython-37.pyc
│   │   │   │   ├── ReformulationSubscriptExpressions.cpython-37.pyc
│   │   │   │   ├── ReformulationTryExceptStatements.cpython-37.pyc
│   │   │   │   ├── ReformulationTryFinallyStatements.cpython-37.pyc
│   │   │   │   ├── ReformulationWhileLoopStatements.cpython-37.pyc
│   │   │   │   ├── ReformulationWithStatements.cpython-37.pyc
│   │   │   │   ├── ReformulationYieldExpressions.cpython-37.pyc
│   │   │   │   ├── SourceReading.cpython-37.pyc
│   │   │   │   ├── SyntaxErrors.cpython-37.pyc
│   │   │   │   ├── TreeHelpers.cpython-37.pyc
│   │   │   │   └── VariableClosure.cpython-37.pyc
│   │   │   ├── ReformulationAssertStatements.py
│   │   │   ├── ReformulationAssignmentStatements.py
│   │   │   ├── ReformulationBooleanExpressions.py
│   │   │   ├── ReformulationCallExpressions.py
│   │   │   ├── ReformulationClasses3.py
│   │   │   ├── ReformulationClasses.py
│   │   │   ├── ReformulationComparisonExpressions.py
│   │   │   ├── ReformulationContractionExpressions.py
│   │   │   ├── ReformulationDictionaryCreation.py
│   │   │   ├── ReformulationExecStatements.py
│   │   │   ├── ReformulationForLoopStatements.py
│   │   │   ├── ReformulationFunctionStatements.py
│   │   │   ├── ReformulationImportStatements.py
│   │   │   ├── ReformulationLambdaExpressions.py
│   │   │   ├── ReformulationNamespacePackages.py
│   │   │   ├── ReformulationPrintStatements.py
│   │   │   ├── ReformulationSequenceCreation.py
│   │   │   ├── ReformulationSubscriptExpressions.py
│   │   │   ├── ReformulationTryExceptStatements.py
│   │   │   ├── ReformulationTryFinallyStatements.py
│   │   │   ├── ReformulationWhileLoopStatements.py
│   │   │   ├── ReformulationWithStatements.py
│   │   │   ├── ReformulationYieldExpressions.py
│   │   │   ├── SourceReading.py
│   │   │   ├── SyntaxErrors.py
│   │   │   ├── TreeHelpers.py
│   │   │   └── VariableClosure.py
│   │   ├── TreeXML.py
│   │   ├── utils
│   │   │   ├── AppDirs.py
│   │   │   ├── CStrings.py
│   │   │   ├── Execution.py
│   │   │   ├── FileOperations.py
│   │   │   ├── __init__.py
│   │   │   ├── InstanceCounters.py
│   │   │   ├── MemoryUsage.py
│   │   │   ├── __pycache__
│   │   │   │   ├── AppDirs.cpython-37.pyc
│   │   │   │   ├── CStrings.cpython-37.pyc
│   │   │   │   ├── Execution.cpython-37.pyc
│   │   │   │   ├── FileOperations.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── InstanceCounters.cpython-37.pyc
│   │   │   │   ├── MemoryUsage.cpython-37.pyc
│   │   │   │   ├── SharedLibraries.cpython-37.pyc
│   │   │   │   ├── Shebang.cpython-37.pyc
│   │   │   │   ├── ThreadedExecutor.cpython-37.pyc
│   │   │   │   ├── Timing.cpython-37.pyc
│   │   │   │   ├── Utils.cpython-37.pyc
│   │   │   │   └── WindowsResources.cpython-37.pyc
│   │   │   ├── SharedLibraries.py
│   │   │   ├── Shebang.py
│   │   │   ├── ThreadedExecutor.py
│   │   │   ├── Timing.py
│   │   │   ├── Utils.py
│   │   │   └── WindowsResources.py
│   │   ├── Variables.py
│   │   └── Version.py
│   └── Nuitka-0.6.4.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
121 directories, 1202 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment