Skip to content

Instantly share code, notes, and snippets.

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