Created
November 18, 2018 22:06
-
-
Save ryantm/4b94f122246f409963702469b3cec2d8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/nix/store/9vzwdlh3q422idfjpm9s8vlnbk19q85m-python3.6-Nuitka-0.6.0.6 | |
├── bin | |
│ ├── nuitka3 | |
│ └── nuitka3-run | |
├── lib | |
│ └── python3.6 | |
│ └── 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.h | |
│ │ │ │ │ ├── printing.h | |
│ │ │ │ │ ├── raising.h | |
│ │ │ │ │ ├── rangeobjects.h | |
│ │ │ │ │ ├── richcomparisons.h | |
│ │ │ │ │ ├── sequences.h | |
│ │ │ │ │ ├── slices.h | |
│ │ │ │ │ └── subscripts.h | |
│ │ │ │ ├── helpers.h | |
│ │ │ │ ├── importing.h | |
│ │ │ │ ├── prelude.h | |
│ │ │ │ ├── threading.h | |
│ │ │ │ ├── tracing.h | |
│ │ │ │ └── unfreezing.h | |
│ │ │ ├── __init__.py | |
│ │ │ ├── inline_copy | |
│ │ │ │ ├── appdirs | |
│ │ │ │ │ ├── appdirs.py | |
│ │ │ │ │ └── __pycache__ | |
│ │ │ │ │ └── appdirs.cpython-36.pyc | |
│ │ │ │ ├── bin | |
│ │ │ │ │ ├── __pycache__ | |
│ │ │ │ │ │ └── scons.cpython-36.pyc | |
│ │ │ │ │ └── scons.py | |
│ │ │ │ └── lib | |
│ │ │ │ ├── scons-2.3.2 | |
│ │ │ │ │ └── SCons | |
│ │ │ │ │ ├── Action.py | |
│ │ │ │ │ ├── Builder.py | |
│ │ │ │ │ ├── CacheDir.py | |
│ │ │ │ │ ├── compat | |
│ │ │ │ │ │ ├── __init__.py | |
│ │ │ │ │ │ ├── __pycache__ | |
│ │ │ │ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── _scons_builtins.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── _scons_collections.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── _scons_dbm.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── _scons_hashlib.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── _scons_io.cpython-36.pyc | |
│ │ │ │ │ │ │ └── _scons_sets.cpython-36.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-36.pyc | |
│ │ │ │ │ │ │ └── Python.cpython-36.pyc | |
│ │ │ │ │ │ └── Python.py | |
│ │ │ │ │ ├── Options | |
│ │ │ │ │ │ ├── BoolOption.py | |
│ │ │ │ │ │ ├── EnumOption.py | |
│ │ │ │ │ │ ├── __init__.py | |
│ │ │ │ │ │ ├── ListOption.py | |
│ │ │ │ │ │ ├── PackageOption.py | |
│ │ │ │ │ │ ├── PathOption.py | |
│ │ │ │ │ │ └── __pycache__ | |
│ │ │ │ │ │ ├── BoolOption.cpython-36.pyc | |
│ │ │ │ │ │ ├── EnumOption.cpython-36.pyc | |
│ │ │ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ │ │ ├── ListOption.cpython-36.pyc | |
│ │ │ │ │ │ ├── PackageOption.cpython-36.pyc | |
│ │ │ │ │ │ └── PathOption.cpython-36.pyc | |
│ │ │ │ │ ├── PathList.py | |
│ │ │ │ │ ├── Platform | |
│ │ │ │ │ │ ├── aix.py | |
│ │ │ │ │ │ ├── cygwin.py | |
│ │ │ │ │ │ ├── darwin.py | |
│ │ │ │ │ │ ├── hpux.py | |
│ │ │ │ │ │ ├── __init__.py | |
│ │ │ │ │ │ ├── irix.py | |
│ │ │ │ │ │ ├── os2.py | |
│ │ │ │ │ │ ├── posix.py | |
│ │ │ │ │ │ ├── __pycache__ | |
│ │ │ │ │ │ │ ├── aix.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── cygwin.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── darwin.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── hpux.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── irix.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── os2.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── posix.cpython-36.pyc | |
│ │ │ │ │ │ │ └── sunos.cpython-36.pyc | |
│ │ │ │ │ │ ├── sunos.py | |
│ │ │ │ │ │ └── win32.py | |
│ │ │ │ │ ├── __pycache__ | |
│ │ │ │ │ │ ├── CacheDir.cpython-36.pyc | |
│ │ │ │ │ │ ├── Conftest.cpython-36.pyc | |
│ │ │ │ │ │ ├── cpp.cpython-36.pyc | |
│ │ │ │ │ │ ├── Debug.cpython-36.pyc | |
│ │ │ │ │ │ ├── Environment.cpython-36.pyc | |
│ │ │ │ │ │ ├── Errors.cpython-36.pyc | |
│ │ │ │ │ │ ├── Executor.cpython-36.pyc | |
│ │ │ │ │ │ ├── exitfuncs.cpython-36.pyc | |
│ │ │ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ │ │ ├── PathList.cpython-36.pyc | |
│ │ │ │ │ │ ├── Sig.cpython-36.pyc | |
│ │ │ │ │ │ └── Warnings.cpython-36.pyc | |
│ │ │ │ │ ├── Scanner | |
│ │ │ │ │ │ ├── C.py | |
│ │ │ │ │ │ ├── Dir.py | |
│ │ │ │ │ │ ├── __init__.py | |
│ │ │ │ │ │ ├── Prog.py | |
│ │ │ │ │ │ ├── __pycache__ | |
│ │ │ │ │ │ │ ├── Dir.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── Prog.cpython-36.pyc | |
│ │ │ │ │ │ │ └── RC.cpython-36.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-36.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 | |
│ │ │ │ │ │ ├── ldc.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-36.pyc | |
│ │ │ │ │ │ │ │ └── __init__.cpython-36.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-36.pyc | |
│ │ │ │ │ │ │ ├── aixcc.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── aixc++.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── aixf77.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── aixlink.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── applelink.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── ar.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── as.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── bcc32.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── BitKeeper.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── cc.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── c++.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── CVS.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── cyglink.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── default.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── dmd.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── g77.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── gas.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── gcc.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── g++.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── gdc.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── GettextCommon.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── gettext.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── gfortran.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── gnulink.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── hpcc.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── hpc++.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── hplink.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── icc.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── icl.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── ilink32.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── ilink.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── ldc.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── lex.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── linkloc.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── m4.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── masm.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── mingw.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── msgfmt.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── msginit.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── msgmerge.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── mslib.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── mssdk.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── msvc.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── mwcc.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── mwld.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── nasm.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── Perforce.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── PharLapCommon.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── RCS.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── rmic.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── rpcgen.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── SCCS.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── sgiar.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── sgicc.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── sgic++.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── sgilink.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── Subversion.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── sunar.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── suncc.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── sunc++.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── sunlink.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── tar.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── tlib.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── wix.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── xgettext.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── yacc.cpython-36.pyc | |
│ │ │ │ │ │ │ └── zip.cpython-36.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 | |
│ │ │ │ │ │ ├── yacc.py | |
│ │ │ │ │ │ └── zip.py | |
│ │ │ │ │ ├── Util.py | |
│ │ │ │ │ ├── Variables | |
│ │ │ │ │ │ ├── BoolVariable.py | |
│ │ │ │ │ │ ├── EnumVariable.py | |
│ │ │ │ │ │ ├── __init__.py | |
│ │ │ │ │ │ ├── ListVariable.py | |
│ │ │ │ │ │ ├── PackageVariable.py | |
│ │ │ │ │ │ ├── PathVariable.py | |
│ │ │ │ │ │ └── __pycache__ | |
│ │ │ │ │ │ ├── BoolVariable.cpython-36.pyc | |
│ │ │ │ │ │ ├── EnumVariable.cpython-36.pyc | |
│ │ │ │ │ │ ├── ListVariable.cpython-36.pyc | |
│ │ │ │ │ │ ├── PackageVariable.cpython-36.pyc | |
│ │ │ │ │ │ └── PathVariable.cpython-36.pyc | |
│ │ │ │ │ └── Warnings.py | |
│ │ │ │ └── scons-3.0.1 | |
│ │ │ │ └── SCons | |
│ │ │ │ ├── Action.py | |
│ │ │ │ ├── Builder.py | |
│ │ │ │ ├── CacheDir.py | |
│ │ │ │ ├── compat | |
│ │ │ │ │ ├── __init__.py | |
│ │ │ │ │ ├── __pycache__ | |
│ │ │ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ │ │ └── _scons_dbm.cpython-36.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-36.pyc | |
│ │ │ │ │ │ ├── FS.cpython-36.pyc | |
│ │ │ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ │ │ └── Python.cpython-36.pyc | |
│ │ │ │ │ └── Python.py | |
│ │ │ │ ├── Options | |
│ │ │ │ │ ├── BoolOption.py | |
│ │ │ │ │ ├── EnumOption.py | |
│ │ │ │ │ ├── __init__.py | |
│ │ │ │ │ ├── ListOption.py | |
│ │ │ │ │ ├── PackageOption.py | |
│ │ │ │ │ ├── PathOption.py | |
│ │ │ │ │ └── __pycache__ | |
│ │ │ │ │ ├── BoolOption.cpython-36.pyc | |
│ │ │ │ │ ├── EnumOption.cpython-36.pyc | |
│ │ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ │ ├── ListOption.cpython-36.pyc | |
│ │ │ │ │ ├── PackageOption.cpython-36.pyc | |
│ │ │ │ │ └── PathOption.cpython-36.pyc | |
│ │ │ │ ├── PathList.py | |
│ │ │ │ ├── Platform | |
│ │ │ │ │ ├── aix.py | |
│ │ │ │ │ ├── cygwin.py | |
│ │ │ │ │ ├── darwin.py | |
│ │ │ │ │ ├── hpux.py | |
│ │ │ │ │ ├── __init__.py | |
│ │ │ │ │ ├── irix.py | |
│ │ │ │ │ ├── os2.py | |
│ │ │ │ │ ├── posix.py | |
│ │ │ │ │ ├── __pycache__ | |
│ │ │ │ │ │ ├── aix.cpython-36.pyc | |
│ │ │ │ │ │ ├── cygwin.cpython-36.pyc | |
│ │ │ │ │ │ ├── darwin.cpython-36.pyc | |
│ │ │ │ │ │ ├── hpux.cpython-36.pyc | |
│ │ │ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ │ │ ├── irix.cpython-36.pyc | |
│ │ │ │ │ │ ├── os2.cpython-36.pyc | |
│ │ │ │ │ │ ├── posix.cpython-36.pyc | |
│ │ │ │ │ │ ├── sunos.cpython-36.pyc | |
│ │ │ │ │ │ └── win32.cpython-36.pyc | |
│ │ │ │ │ ├── sunos.py | |
│ │ │ │ │ └── win32.py | |
│ │ │ │ ├── __pycache__ | |
│ │ │ │ │ ├── Action.cpython-36.pyc | |
│ │ │ │ │ ├── Builder.cpython-36.pyc | |
│ │ │ │ │ ├── CacheDir.cpython-36.pyc | |
│ │ │ │ │ ├── Conftest.cpython-36.pyc | |
│ │ │ │ │ ├── cpp.cpython-36.pyc | |
│ │ │ │ │ ├── dblite.cpython-36.pyc | |
│ │ │ │ │ ├── Debug.cpython-36.pyc | |
│ │ │ │ │ ├── Defaults.cpython-36.pyc | |
│ │ │ │ │ ├── Environment.cpython-36.pyc | |
│ │ │ │ │ ├── Errors.cpython-36.pyc | |
│ │ │ │ │ ├── Executor.cpython-36.pyc | |
│ │ │ │ │ ├── exitfuncs.cpython-36.pyc | |
│ │ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ │ ├── Job.cpython-36.pyc | |
│ │ │ │ │ ├── Memoize.cpython-36.pyc | |
│ │ │ │ │ ├── PathList.cpython-36.pyc | |
│ │ │ │ │ ├── SConf.cpython-36.pyc | |
│ │ │ │ │ ├── SConsign.cpython-36.pyc | |
│ │ │ │ │ ├── Subst.cpython-36.pyc | |
│ │ │ │ │ ├── Taskmaster.cpython-36.pyc | |
│ │ │ │ │ ├── Util.cpython-36.pyc | |
│ │ │ │ │ └── Warnings.cpython-36.pyc | |
│ │ │ │ ├── Scanner | |
│ │ │ │ │ ├── C.py | |
│ │ │ │ │ ├── Dir.py | |
│ │ │ │ │ ├── __init__.py | |
│ │ │ │ │ ├── Prog.py | |
│ │ │ │ │ ├── __pycache__ | |
│ │ │ │ │ │ ├── C.cpython-36.pyc | |
│ │ │ │ │ │ ├── Dir.cpython-36.pyc | |
│ │ │ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ │ │ ├── Prog.cpython-36.pyc | |
│ │ │ │ │ │ └── RC.cpython-36.pyc | |
│ │ │ │ │ └── RC.py | |
│ │ │ │ ├── SConf.py | |
│ │ │ │ ├── SConsign.py | |
│ │ │ │ ├── Script | |
│ │ │ │ │ ├── __init__.py | |
│ │ │ │ │ ├── Interactive.py | |
│ │ │ │ │ ├── Main.py | |
│ │ │ │ │ ├── __pycache__ | |
│ │ │ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ │ │ ├── Interactive.cpython-36.pyc | |
│ │ │ │ │ │ ├── Main.cpython-36.pyc | |
│ │ │ │ │ │ ├── SConscript.cpython-36.pyc | |
│ │ │ │ │ │ └── SConsOptions.cpython-36.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 | |
│ │ │ │ │ ├── clang.py | |
│ │ │ │ │ ├── clangxx.py | |
│ │ │ │ │ ├── c++.py | |
│ │ │ │ │ ├── cxx.py | |
│ │ │ │ │ ├── cyglink.py | |
│ │ │ │ │ ├── default.py | |
│ │ │ │ │ ├── docbook | |
│ │ │ │ │ │ ├── __init__.py | |
│ │ │ │ │ │ └── __pycache__ | |
│ │ │ │ │ │ └── __init__.cpython-36.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 | |
│ │ │ │ │ ├── ldc.py | |
│ │ │ │ │ ├── linkloc.py | |
│ │ │ │ │ ├── link.py | |
│ │ │ │ │ ├── m4.py | |
│ │ │ │ │ ├── masm.py | |
│ │ │ │ │ ├── mingw.py | |
│ │ │ │ │ ├── MSCommon | |
│ │ │ │ │ │ ├── arch.py | |
│ │ │ │ │ │ ├── common.py | |
│ │ │ │ │ │ ├── __init__.py | |
│ │ │ │ │ │ ├── netframework.py | |
│ │ │ │ │ │ ├── __pycache__ | |
│ │ │ │ │ │ │ ├── arch.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── common.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── netframework.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── sdk.cpython-36.pyc | |
│ │ │ │ │ │ │ ├── vc.cpython-36.pyc | |
│ │ │ │ │ │ │ └── vs.cpython-36.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-36.pyc | |
│ │ │ │ │ │ ├── aixcc.cpython-36.pyc | |
│ │ │ │ │ │ ├── aixc++.cpython-36.pyc | |
│ │ │ │ │ │ ├── aixcxx.cpython-36.pyc | |
│ │ │ │ │ │ ├── aixlink.cpython-36.pyc | |
│ │ │ │ │ │ ├── applelink.cpython-36.pyc | |
│ │ │ │ │ │ ├── ar.cpython-36.pyc | |
│ │ │ │ │ │ ├── as.cpython-36.pyc | |
│ │ │ │ │ │ ├── bcc32.cpython-36.pyc | |
│ │ │ │ │ │ ├── cc.cpython-36.pyc | |
│ │ │ │ │ │ ├── c++.cpython-36.pyc | |
│ │ │ │ │ │ ├── clang.cpython-36.pyc | |
│ │ │ │ │ │ ├── clangxx.cpython-36.pyc | |
│ │ │ │ │ │ ├── cxx.cpython-36.pyc | |
│ │ │ │ │ │ ├── cyglink.cpython-36.pyc | |
│ │ │ │ │ │ ├── default.cpython-36.pyc | |
│ │ │ │ │ │ ├── filesystem.cpython-36.pyc | |
│ │ │ │ │ │ ├── gas.cpython-36.pyc | |
│ │ │ │ │ │ ├── gcc.cpython-36.pyc | |
│ │ │ │ │ │ ├── g++.cpython-36.pyc | |
│ │ │ │ │ │ ├── GettextCommon.cpython-36.pyc | |
│ │ │ │ │ │ ├── gettext_tool.cpython-36.pyc | |
│ │ │ │ │ │ ├── gnulink.cpython-36.pyc | |
│ │ │ │ │ │ ├── gxx.cpython-36.pyc | |
│ │ │ │ │ │ ├── hpcc.cpython-36.pyc | |
│ │ │ │ │ │ ├── hpc++.cpython-36.pyc | |
│ │ │ │ │ │ ├── hpcxx.cpython-36.pyc | |
│ │ │ │ │ │ ├── hplink.cpython-36.pyc | |
│ │ │ │ │ │ ├── icc.cpython-36.pyc | |
│ │ │ │ │ │ ├── icl.cpython-36.pyc | |
│ │ │ │ │ │ ├── ilink32.cpython-36.pyc | |
│ │ │ │ │ │ ├── ilink.cpython-36.pyc | |
│ │ │ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ │ │ ├── install.cpython-36.pyc | |
│ │ │ │ │ │ ├── intelc.cpython-36.pyc | |
│ │ │ │ │ │ ├── ldc.cpython-36.pyc | |
│ │ │ │ │ │ ├── link.cpython-36.pyc | |
│ │ │ │ │ │ ├── linkloc.cpython-36.pyc | |
│ │ │ │ │ │ ├── m4.cpython-36.pyc | |
│ │ │ │ │ │ ├── masm.cpython-36.pyc | |
│ │ │ │ │ │ ├── mingw.cpython-36.pyc | |
│ │ │ │ │ │ ├── msgfmt.cpython-36.pyc | |
│ │ │ │ │ │ ├── msginit.cpython-36.pyc | |
│ │ │ │ │ │ ├── msgmerge.cpython-36.pyc | |
│ │ │ │ │ │ ├── mslib.cpython-36.pyc | |
│ │ │ │ │ │ ├── mslink.cpython-36.pyc | |
│ │ │ │ │ │ ├── mssdk.cpython-36.pyc | |
│ │ │ │ │ │ ├── msvc.cpython-36.pyc | |
│ │ │ │ │ │ ├── msvs.cpython-36.pyc | |
│ │ │ │ │ │ ├── mwcc.cpython-36.pyc | |
│ │ │ │ │ │ ├── mwld.cpython-36.pyc | |
│ │ │ │ │ │ ├── nasm.cpython-36.pyc | |
│ │ │ │ │ │ ├── PharLapCommon.cpython-36.pyc | |
│ │ │ │ │ │ ├── rmic.cpython-36.pyc | |
│ │ │ │ │ │ ├── rpcgen.cpython-36.pyc | |
│ │ │ │ │ │ ├── sgiar.cpython-36.pyc | |
│ │ │ │ │ │ ├── sgicc.cpython-36.pyc | |
│ │ │ │ │ │ ├── sgic++.cpython-36.pyc | |
│ │ │ │ │ │ ├── sgicxx.cpython-36.pyc | |
│ │ │ │ │ │ ├── sgilink.cpython-36.pyc | |
│ │ │ │ │ │ ├── sunar.cpython-36.pyc | |
│ │ │ │ │ │ ├── suncc.cpython-36.pyc | |
│ │ │ │ │ │ ├── sunc++.cpython-36.pyc | |
│ │ │ │ │ │ ├── suncxx.cpython-36.pyc | |
│ │ │ │ │ │ ├── sunlink.cpython-36.pyc | |
│ │ │ │ │ │ ├── tar.cpython-36.pyc | |
│ │ │ │ │ │ ├── textfile.cpython-36.pyc | |
│ │ │ │ │ │ ├── tlib.cpython-36.pyc | |
│ │ │ │ │ │ ├── wix.cpython-36.pyc | |
│ │ │ │ │ │ ├── xgettext.cpython-36.pyc | |
│ │ │ │ │ │ ├── yacc.cpython-36.pyc | |
│ │ │ │ │ │ └── zip.cpython-36.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 | |
│ │ │ │ │ ├── yacc.py | |
│ │ │ │ │ └── zip.py | |
│ │ │ │ ├── Util.py | |
│ │ │ │ ├── Variables | |
│ │ │ │ │ ├── BoolVariable.py | |
│ │ │ │ │ ├── EnumVariable.py | |
│ │ │ │ │ ├── __init__.py | |
│ │ │ │ │ ├── ListVariable.py | |
│ │ │ │ │ ├── PackageVariable.py | |
│ │ │ │ │ ├── PathVariable.py | |
│ │ │ │ │ └── __pycache__ | |
│ │ │ │ │ ├── BoolVariable.cpython-36.pyc | |
│ │ │ │ │ ├── EnumVariable.cpython-36.pyc | |
│ │ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ │ ├── ListVariable.cpython-36.pyc | |
│ │ │ │ │ ├── PackageVariable.cpython-36.pyc | |
│ │ │ │ │ └── PathVariable.cpython-36.pyc | |
│ │ │ │ └── Warnings.py | |
│ │ │ ├── __pycache__ | |
│ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ └── SconsInterface.cpython-36.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 | |
│ │ │ ├── HelpersDeepcopy.c | |
│ │ │ ├── HelpersHeapStorage.c | |
│ │ │ ├── HelpersImport.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 | |
│ │ │ │ ├── CTypePyObjectPtrs.py | |
│ │ │ │ ├── CTypeVoids.py | |
│ │ │ │ ├── __init__.py | |
│ │ │ │ └── __pycache__ | |
│ │ │ │ ├── CTypeBases.cpython-36.pyc | |
│ │ │ │ ├── CTypeModuleDictVariables.cpython-36.pyc | |
│ │ │ │ ├── CTypeNuitkaBools.cpython-36.pyc | |
│ │ │ │ ├── CTypePyObjectPtrs.cpython-36.pyc | |
│ │ │ │ ├── CTypeVoids.cpython-36.pyc | |
│ │ │ │ └── __init__.cpython-36.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-36.pyc | |
│ │ │ │ ├── AttributeCodes.cpython-36.pyc | |
│ │ │ │ ├── BlobCodes.cpython-36.pyc | |
│ │ │ │ ├── BranchCodes.cpython-36.pyc | |
│ │ │ │ ├── BuiltinCodes.cpython-36.pyc | |
│ │ │ │ ├── CallCodes.cpython-36.pyc | |
│ │ │ │ ├── ClassCodes.cpython-36.pyc | |
│ │ │ │ ├── CodeGeneration.cpython-36.pyc | |
│ │ │ │ ├── CodeHelpers.cpython-36.pyc | |
│ │ │ │ ├── CodeObjectCodes.cpython-36.pyc | |
│ │ │ │ ├── ComparisonCodes.cpython-36.pyc | |
│ │ │ │ ├── ConditionalCodes.cpython-36.pyc | |
│ │ │ │ ├── ConstantCodes.cpython-36.pyc | |
│ │ │ │ ├── Contexts.cpython-36.pyc | |
│ │ │ │ ├── CoroutineCodes.cpython-36.pyc | |
│ │ │ │ ├── DictCodes.cpython-36.pyc | |
│ │ │ │ ├── Emission.cpython-36.pyc | |
│ │ │ │ ├── ErrorCodes.cpython-36.pyc | |
│ │ │ │ ├── EvalCodes.cpython-36.pyc | |
│ │ │ │ ├── ExceptionCodes.cpython-36.pyc | |
│ │ │ │ ├── ExpressionCodes.cpython-36.pyc | |
│ │ │ │ ├── FrameCodes.cpython-36.pyc | |
│ │ │ │ ├── FunctionCodes.cpython-36.pyc | |
│ │ │ │ ├── GeneratorCodes.cpython-36.pyc | |
│ │ │ │ ├── GlobalsLocalsCodes.cpython-36.pyc | |
│ │ │ │ ├── IdCodes.cpython-36.pyc | |
│ │ │ │ ├── ImportCodes.cpython-36.pyc | |
│ │ │ │ ├── Indentation.cpython-36.pyc | |
│ │ │ │ ├── IndexCodes.cpython-36.pyc | |
│ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ ├── IntegerCodes.cpython-36.pyc | |
│ │ │ │ ├── IteratorCodes.cpython-36.pyc | |
│ │ │ │ ├── LabelCodes.cpython-36.pyc | |
│ │ │ │ ├── LineNumberCodes.cpython-36.pyc | |
│ │ │ │ ├── ListCodes.cpython-36.pyc | |
│ │ │ │ ├── LoaderCodes.cpython-36.pyc | |
│ │ │ │ ├── LocalsDictCodes.cpython-36.pyc | |
│ │ │ │ ├── LoopCodes.cpython-36.pyc | |
│ │ │ │ ├── ModuleCodes.cpython-36.pyc | |
│ │ │ │ ├── Namify.cpython-36.pyc | |
│ │ │ │ ├── OperationCodes.cpython-36.pyc | |
│ │ │ │ ├── OperatorCodes.cpython-36.pyc | |
│ │ │ │ ├── PrintCodes.cpython-36.pyc | |
│ │ │ │ ├── PythonAPICodes.cpython-36.pyc | |
│ │ │ │ ├── RaisingCodes.cpython-36.pyc | |
│ │ │ │ ├── Reports.cpython-36.pyc | |
│ │ │ │ ├── ReturnCodes.cpython-36.pyc | |
│ │ │ │ ├── SetCodes.cpython-36.pyc | |
│ │ │ │ ├── SliceCodes.cpython-36.pyc | |
│ │ │ │ ├── StringCodes.cpython-36.pyc | |
│ │ │ │ ├── SubscriptCodes.cpython-36.pyc | |
│ │ │ │ ├── TryCodes.cpython-36.pyc | |
│ │ │ │ ├── TupleCodes.cpython-36.pyc | |
│ │ │ │ ├── VariableCodes.cpython-36.pyc | |
│ │ │ │ ├── VariableDeclarations.cpython-36.pyc | |
│ │ │ │ └── YieldCodes.cpython-36.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-36.pyc | |
│ │ │ │ │ ├── CodeTemplatesCalls.cpython-36.pyc | |
│ │ │ │ │ ├── CodeTemplatesConstants.cpython-36.pyc | |
│ │ │ │ │ ├── CodeTemplatesCoroutines.cpython-36.pyc | |
│ │ │ │ │ ├── CodeTemplatesExceptions.cpython-36.pyc | |
│ │ │ │ │ ├── CodeTemplatesFrames.cpython-36.pyc | |
│ │ │ │ │ ├── CodeTemplatesFreezer.cpython-36.pyc | |
│ │ │ │ │ ├── CodeTemplatesFunction.cpython-36.pyc | |
│ │ │ │ │ ├── CodeTemplatesGeneratorFunction.cpython-36.pyc | |
│ │ │ │ │ ├── CodeTemplatesIterators.cpython-36.pyc | |
│ │ │ │ │ ├── CodeTemplatesLoader.cpython-36.pyc | |
│ │ │ │ │ ├── CodeTemplatesModules.cpython-36.pyc | |
│ │ │ │ │ ├── CodeTemplatesVariables.cpython-36.pyc | |
│ │ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ │ └── TemplateDebugWrapper.cpython-36.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-36.pyc | |
│ │ │ ├── odict.cpython-36.pyc | |
│ │ │ └── oset.cpython-36.pyc | |
│ │ ├── distutils | |
│ │ │ ├── bdist_nuitka.py | |
│ │ │ ├── __init__.py | |
│ │ │ └── __pycache__ | |
│ │ │ ├── bdist_nuitka.cpython-36.pyc | |
│ │ │ └── __init__.cpython-36.pyc | |
│ │ ├── Errors.py | |
│ │ ├── finalizations | |
│ │ │ ├── Finalization.py | |
│ │ │ ├── FinalizeBase.py | |
│ │ │ ├── FinalizeMarkups.py | |
│ │ │ ├── __init__.py | |
│ │ │ └── __pycache__ | |
│ │ │ ├── Finalization.cpython-36.pyc | |
│ │ │ ├── FinalizeBase.cpython-36.pyc | |
│ │ │ ├── FinalizeMarkups.cpython-36.pyc | |
│ │ │ └── __init__.cpython-36.pyc | |
│ │ ├── freezer | |
│ │ │ ├── BytecodeModuleFreezer.py | |
│ │ │ ├── DependsExe.py | |
│ │ │ ├── __init__.py | |
│ │ │ ├── __pycache__ | |
│ │ │ │ ├── BytecodeModuleFreezer.cpython-36.pyc | |
│ │ │ │ ├── DependsExe.cpython-36.pyc | |
│ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ └── Standalone.cpython-36.pyc | |
│ │ │ └── Standalone.py | |
│ │ ├── importing | |
│ │ │ ├── ImportCache.py | |
│ │ │ ├── Importing.py | |
│ │ │ ├── __init__.py | |
│ │ │ ├── PreloadedPackages.py | |
│ │ │ ├── __pycache__ | |
│ │ │ │ ├── ImportCache.cpython-36.pyc | |
│ │ │ │ ├── Importing.cpython-36.pyc | |
│ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ ├── PreloadedPackages.cpython-36.pyc | |
│ │ │ │ ├── Recursion.cpython-36.pyc | |
│ │ │ │ ├── StandardLibrary.cpython-36.pyc | |
│ │ │ │ └── Whitelisting.cpython-36.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-36.pyc | |
│ │ │ │ ├── AsyncgenNodes.cpython-36.pyc | |
│ │ │ │ ├── AttributeNodes.cpython-36.pyc | |
│ │ │ │ ├── BuiltinComplexNodes.cpython-36.pyc | |
│ │ │ │ ├── BuiltinDecodingNodes.cpython-36.pyc | |
│ │ │ │ ├── BuiltinDecoratorNodes.cpython-36.pyc | |
│ │ │ │ ├── BuiltinDictNodes.cpython-36.pyc | |
│ │ │ │ ├── BuiltinFormatNodes.cpython-36.pyc | |
│ │ │ │ ├── BuiltinHashNodes.cpython-36.pyc | |
│ │ │ │ ├── BuiltinIntegerNodes.cpython-36.pyc | |
│ │ │ │ ├── BuiltinIteratorNodes.cpython-36.pyc | |
│ │ │ │ ├── BuiltinLenNodes.cpython-36.pyc | |
│ │ │ │ ├── BuiltinNextNodes.cpython-36.pyc | |
│ │ │ │ ├── BuiltinOpenNodes.cpython-36.pyc | |
│ │ │ │ ├── BuiltinRangeNodes.cpython-36.pyc | |
│ │ │ │ ├── BuiltinRefNodes.cpython-36.pyc | |
│ │ │ │ ├── BuiltinSumNodes.cpython-36.pyc | |
│ │ │ │ ├── BuiltinTypeNodes.cpython-36.pyc | |
│ │ │ │ ├── BuiltinVarsNodes.cpython-36.pyc | |
│ │ │ │ ├── CallNodes.cpython-36.pyc | |
│ │ │ │ ├── Checkers.cpython-36.pyc | |
│ │ │ │ ├── ClassNodes.cpython-36.pyc | |
│ │ │ │ ├── CodeObjectSpecs.cpython-36.pyc | |
│ │ │ │ ├── ComparisonNodes.cpython-36.pyc | |
│ │ │ │ ├── ConditionalNodes.cpython-36.pyc | |
│ │ │ │ ├── ConstantRefNodes.cpython-36.pyc | |
│ │ │ │ ├── ContainerMakingNodes.cpython-36.pyc | |
│ │ │ │ ├── ContainerOperationNodes.cpython-36.pyc | |
│ │ │ │ ├── CoroutineNodes.cpython-36.pyc | |
│ │ │ │ ├── DictionaryNodes.cpython-36.pyc | |
│ │ │ │ ├── ExceptionNodes.cpython-36.pyc | |
│ │ │ │ ├── ExecEvalNodes.cpython-36.pyc | |
│ │ │ │ ├── ExpressionBases.cpython-36.pyc | |
│ │ │ │ ├── FrameNodes.cpython-36.pyc | |
│ │ │ │ ├── FunctionNodes.cpython-36.pyc | |
│ │ │ │ ├── FutureSpecs.cpython-36.pyc | |
│ │ │ │ ├── GeneratorNodes.cpython-36.pyc | |
│ │ │ │ ├── GlobalsLocalsNodes.cpython-36.pyc | |
│ │ │ │ ├── ImportNodes.cpython-36.pyc | |
│ │ │ │ ├── IndicatorMixins.cpython-36.pyc | |
│ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ ├── LocalsDictNodes.cpython-36.pyc | |
│ │ │ │ ├── LocalsScopes.cpython-36.pyc | |
│ │ │ │ ├── LoopNodes.cpython-36.pyc | |
│ │ │ │ ├── ModuleAttributeNodes.cpython-36.pyc | |
│ │ │ │ ├── ModuleNodes.cpython-36.pyc | |
│ │ │ │ ├── NodeBases.cpython-36.pyc | |
│ │ │ │ ├── NodeMakingHelpers.cpython-36.pyc | |
│ │ │ │ ├── NodeMetaClasses.cpython-36.pyc | |
│ │ │ │ ├── OperatorNodes.cpython-36.pyc | |
│ │ │ │ ├── OutlineNodes.cpython-36.pyc | |
│ │ │ │ ├── PrintNodes.cpython-36.pyc | |
│ │ │ │ ├── ReturnNodes.cpython-36.pyc | |
│ │ │ │ ├── SideEffectNodes.cpython-36.pyc | |
│ │ │ │ ├── SliceNodes.cpython-36.pyc | |
│ │ │ │ ├── StatementNodes.cpython-36.pyc | |
│ │ │ │ ├── StringConcatenationNodes.cpython-36.pyc | |
│ │ │ │ ├── SubscriptNodes.cpython-36.pyc | |
│ │ │ │ ├── TryNodes.cpython-36.pyc | |
│ │ │ │ ├── TypeNodes.cpython-36.pyc | |
│ │ │ │ ├── VariableRefNodes.cpython-36.pyc | |
│ │ │ │ └── YieldNodes.cpython-36.pyc | |
│ │ │ ├── ReturnNodes.py | |
│ │ │ ├── shapes | |
│ │ │ │ ├── BuiltinTypeShapes.py | |
│ │ │ │ ├── __init__.py | |
│ │ │ │ ├── __pycache__ | |
│ │ │ │ │ ├── BuiltinTypeShapes.cpython-36.pyc | |
│ │ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ │ └── StandardShapes.cpython-36.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-36.pyc | |
│ │ │ │ ├── FunctionInlining.cpython-36.pyc | |
│ │ │ │ ├── Graphs.cpython-36.pyc | |
│ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ ├── Optimization.cpython-36.pyc | |
│ │ │ │ ├── OptimizeBuiltinCalls.cpython-36.pyc | |
│ │ │ │ ├── Tags.cpython-36.pyc | |
│ │ │ │ ├── TraceCollections.cpython-36.pyc | |
│ │ │ │ └── ValueTraces.cpython-36.pyc | |
│ │ │ ├── Tags.py | |
│ │ │ ├── TraceCollections.py | |
│ │ │ └── ValueTraces.py | |
│ │ ├── OptionParsing.py | |
│ │ ├── Options.py | |
│ │ ├── __past__.py | |
│ │ ├── plugins | |
│ │ │ ├── __init__.py | |
│ │ │ ├── PluginBase.py | |
│ │ │ ├── Plugins.py | |
│ │ │ ├── __pycache__ | |
│ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ ├── PluginBase.cpython-36.pyc | |
│ │ │ │ └── Plugins.cpython-36.pyc | |
│ │ │ ├── standard | |
│ │ │ │ ├── ConsiderPyLintAnnotationsPlugin.py | |
│ │ │ │ ├── DataFileCollectorPlugin.py | |
│ │ │ │ ├── ImplicitImports.py | |
│ │ │ │ ├── __init__.py | |
│ │ │ │ ├── MultiprocessingPlugin.py | |
│ │ │ │ ├── PmwPlugin.py | |
│ │ │ │ ├── __pycache__ | |
│ │ │ │ │ ├── ConsiderPyLintAnnotationsPlugin.cpython-36.pyc | |
│ │ │ │ │ ├── DataFileCollectorPlugin.cpython-36.pyc | |
│ │ │ │ │ ├── ImplicitImports.cpython-36.pyc | |
│ │ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ │ ├── MultiprocessingPlugin.cpython-36.pyc | |
│ │ │ │ │ ├── PmwPlugin.cpython-36.pyc | |
│ │ │ │ │ └── PySidePyQtPlugin.cpython-36.pyc | |
│ │ │ │ └── PySidePyQtPlugin.py | |
│ │ │ └── user | |
│ │ │ ├── __init__.py | |
│ │ │ └── __pycache__ | |
│ │ │ └── __init__.cpython-36.pyc | |
│ │ ├── __pycache__ | |
│ │ │ ├── Builtins.cpython-36.pyc | |
│ │ │ ├── Constants.cpython-36.pyc | |
│ │ │ ├── Errors.cpython-36.pyc | |
│ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ ├── MainControl.cpython-36.pyc | |
│ │ │ ├── __main__.cpython-36.pyc | |
│ │ │ ├── ModuleRegistry.cpython-36.pyc | |
│ │ │ ├── OptionParsing.cpython-36.pyc | |
│ │ │ ├── Options.cpython-36.pyc | |
│ │ │ ├── __past__.cpython-36.pyc | |
│ │ │ ├── PythonOperators.cpython-36.pyc | |
│ │ │ ├── PythonVersions.cpython-36.pyc | |
│ │ │ ├── SourceCodeReferences.cpython-36.pyc | |
│ │ │ ├── Tracing.cpython-36.pyc | |
│ │ │ ├── TreeXML.cpython-36.pyc | |
│ │ │ ├── Variables.cpython-36.pyc | |
│ │ │ └── Version.cpython-36.pyc | |
│ │ ├── PythonOperators.py | |
│ │ ├── PythonVersions.py | |
│ │ ├── SourceCodeReferences.py | |
│ │ ├── specs | |
│ │ │ ├── BuiltinParameterSpecs.py | |
│ │ │ ├── __init__.py | |
│ │ │ ├── ParameterSpecs.py | |
│ │ │ └── __pycache__ | |
│ │ │ ├── BuiltinParameterSpecs.cpython-36.pyc | |
│ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ └── ParameterSpecs.cpython-36.pyc | |
│ │ ├── tools | |
│ │ │ ├── Basics.py | |
│ │ │ ├── __init__.py | |
│ │ │ ├── profiler | |
│ │ │ │ ├── __init__.py | |
│ │ │ │ ├── __main__.py | |
│ │ │ │ └── __pycache__ | |
│ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ └── __main__.cpython-36.pyc | |
│ │ │ ├── __pycache__ | |
│ │ │ │ ├── Basics.cpython-36.pyc | |
│ │ │ │ └── __init__.cpython-36.pyc | |
│ │ │ └── testing | |
│ │ │ ├── Common.py | |
│ │ │ ├── compare_with_cpython | |
│ │ │ │ ├── __init__.py | |
│ │ │ │ ├── __main__.py | |
│ │ │ │ └── __pycache__ | |
│ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ └── __main__.cpython-36.pyc | |
│ │ │ ├── Constructs.py | |
│ │ │ ├── __init__.py | |
│ │ │ ├── measure_construct_performance | |
│ │ │ │ ├── __init__.py | |
│ │ │ │ ├── __main__.py | |
│ │ │ │ └── __pycache__ | |
│ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ └── __main__.cpython-36.pyc | |
│ │ │ ├── OutputComparison.py | |
│ │ │ ├── __pycache__ | |
│ │ │ │ ├── Common.cpython-36.pyc | |
│ │ │ │ ├── Constructs.cpython-36.pyc | |
│ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ ├── OutputComparison.cpython-36.pyc | |
│ │ │ │ ├── SearchModes.cpython-36.pyc | |
│ │ │ │ ├── Valgrind.cpython-36.pyc | |
│ │ │ │ └── Virtualenv.cpython-36.pyc | |
│ │ │ ├── run_nuitka_tests | |
│ │ │ │ ├── __init__.py | |
│ │ │ │ ├── __main__.py | |
│ │ │ │ └── __pycache__ | |
│ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ └── __main__.cpython-36.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-36.pyc | |
│ │ │ │ ├── ComplexCallHelperFunctions.cpython-36.pyc | |
│ │ │ │ ├── Extractions.cpython-36.pyc | |
│ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ ├── InternalModule.cpython-36.pyc | |
│ │ │ │ ├── Operations.cpython-36.pyc | |
│ │ │ │ ├── ReformulationAssertStatements.cpython-36.pyc | |
│ │ │ │ ├── ReformulationAssignmentStatements.cpython-36.pyc | |
│ │ │ │ ├── ReformulationBooleanExpressions.cpython-36.pyc | |
│ │ │ │ ├── ReformulationCallExpressions.cpython-36.pyc | |
│ │ │ │ ├── ReformulationClasses3.cpython-36.pyc | |
│ │ │ │ ├── ReformulationClasses.cpython-36.pyc | |
│ │ │ │ ├── ReformulationComparisonExpressions.cpython-36.pyc | |
│ │ │ │ ├── ReformulationContractionExpressions.cpython-36.pyc | |
│ │ │ │ ├── ReformulationDictionaryCreation.cpython-36.pyc | |
│ │ │ │ ├── ReformulationExecStatements.cpython-36.pyc | |
│ │ │ │ ├── ReformulationForLoopStatements.cpython-36.pyc | |
│ │ │ │ ├── ReformulationFunctionStatements.cpython-36.pyc | |
│ │ │ │ ├── ReformulationImportStatements.cpython-36.pyc | |
│ │ │ │ ├── ReformulationLambdaExpressions.cpython-36.pyc | |
│ │ │ │ ├── ReformulationNamespacePackages.cpython-36.pyc | |
│ │ │ │ ├── ReformulationPrintStatements.cpython-36.pyc | |
│ │ │ │ ├── ReformulationSequenceCreation.cpython-36.pyc | |
│ │ │ │ ├── ReformulationSubscriptExpressions.cpython-36.pyc | |
│ │ │ │ ├── ReformulationTryExceptStatements.cpython-36.pyc | |
│ │ │ │ ├── ReformulationTryFinallyStatements.cpython-36.pyc | |
│ │ │ │ ├── ReformulationWhileLoopStatements.cpython-36.pyc | |
│ │ │ │ ├── ReformulationWithStatements.cpython-36.pyc | |
│ │ │ │ ├── ReformulationYieldExpressions.cpython-36.pyc | |
│ │ │ │ ├── SourceReading.cpython-36.pyc | |
│ │ │ │ ├── SyntaxErrors.cpython-36.pyc | |
│ │ │ │ ├── TreeHelpers.cpython-36.pyc | |
│ │ │ │ └── VariableClosure.cpython-36.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-36.pyc | |
│ │ │ │ ├── CStrings.cpython-36.pyc | |
│ │ │ │ ├── Execution.cpython-36.pyc | |
│ │ │ │ ├── FileOperations.cpython-36.pyc | |
│ │ │ │ ├── __init__.cpython-36.pyc | |
│ │ │ │ ├── InstanceCounters.cpython-36.pyc | |
│ │ │ │ ├── MemoryUsage.cpython-36.pyc | |
│ │ │ │ ├── SharedLibraries.cpython-36.pyc | |
│ │ │ │ ├── Shebang.cpython-36.pyc | |
│ │ │ │ ├── ThreadedExecutor.cpython-36.pyc | |
│ │ │ │ ├── Timing.cpython-36.pyc | |
│ │ │ │ └── Utils.cpython-36.pyc | |
│ │ │ ├── SharedLibraries.py | |
│ │ │ ├── Shebang.py | |
│ │ │ ├── ThreadedExecutor.py | |
│ │ │ ├── Timing.py | |
│ │ │ └── Utils.py | |
│ │ ├── Variables.py | |
│ │ └── Version.py | |
│ └── Nuitka-0.6.0.6.dist-info | |
│ ├── entry_points.txt | |
│ ├── INSTALLER | |
│ ├── LICENSE.txt | |
│ ├── METADATA | |
│ ├── RECORD | |
│ ├── top_level.txt | |
│ └── WHEEL | |
└── nix-support | |
└── propagated-build-inputs | |
111 directories, 1153 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment