Skip to content

Instantly share code, notes, and snippets.

@kdheepak

kdheepak/log.txt Secret

Last active January 8, 2018 20:52
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 kdheepak/9baf2e7641a3b2e1493fd8927afecaa2 to your computer and use it in GitHub Desktop.
Save kdheepak/9baf2e7641a3b2e1493fd8927afecaa2 to your computer and use it in GitHub Desktop.
➜ ~ python -V
Python 3.6.3 :: Anaconda, Inc.
➜ ~ python3 -V
Python 3.6.3 :: Anaconda, Inc.
➜ ~ which python
/Users/$USER/miniconda3/bin/python
➜ ~ which python3
/Users/$USER/miniconda3/bin/python3
➜ ~ python -v
import _frozen_importlib # frozen
import _imp # builtin
import sys # builtin
import '_warnings' # <class '_frozen_importlib.BuiltinImporter'>
import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
import '_frozen_importlib_external' # <class '_frozen_importlib.FrozenImporter'>
import '_io' # <class '_frozen_importlib.BuiltinImporter'>
import 'marshal' # <class '_frozen_importlib.BuiltinImporter'>
import 'posix' # <class '_frozen_importlib.BuiltinImporter'>
import _thread # previously loaded ('_thread')
import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
import _weakref # previously loaded ('_weakref')
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
# installing zipimport hook
import 'zipimport' # <class '_frozen_importlib.BuiltinImporter'>
# installed zipimport hook
# /Users/$USER/miniconda3/lib/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/encodings/__init__.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/encodings/__pycache__/__init__.cpython-36.pyc'
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/codecs.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/codecs.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/codecs.cpython-36.pyc'
import '_codecs' # <class '_frozen_importlib.BuiltinImporter'>
import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x10543f780>
# /Users/$USER/miniconda3/lib/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/encodings/aliases.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/encodings/__pycache__/aliases.cpython-36.pyc'
import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x1054582b0>
import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x10543f2e8>
# /Users/$USER/miniconda3/lib/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/encodings/utf_8.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc'
import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x1054620b8>
import '_signal' # <class '_frozen_importlib.BuiltinImporter'>
# /Users/$USER/miniconda3/lib/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/encodings/latin_1.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc'
import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x105462b38>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/io.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/io.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/io.cpython-36.pyc'
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/abc.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/abc.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/abc.cpython-36.pyc'
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/_weakrefset.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/_weakrefset.cpython-36.pyc'
import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x105469a58>
import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x105469128>
import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x105462d30>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/site.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/site.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/site.cpython-36.pyc'
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/os.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/os.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/os.cpython-36.pyc'
import 'errno' # <class '_frozen_importlib.BuiltinImporter'>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/stat.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/stat.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/stat.cpython-36.pyc'
import '_stat' # <class '_frozen_importlib.BuiltinImporter'>
import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x1054f0748>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/posixpath.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/posixpath.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/posixpath.cpython-36.pyc'
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/genericpath.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/genericpath.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/genericpath.cpython-36.pyc'
import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x1054f9160>
import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x1054f0e10>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/_collections_abc.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/_collections_abc.cpython-36.pyc'
import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x1054f9780>
import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x1054e26a0>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/_sitebuiltins.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc'
import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x1054e2a90>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/sysconfig.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/sysconfig.cpython-36.pyc'
import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x1054e2f98>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/_sysconfigdata_m_darwin_darwin.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/_sysconfigdata_m_darwin_darwin.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/_sysconfigdata_m_darwin_darwin.cpython-36.pyc'
import '_sysconfigdata_m_darwin_darwin' # <_frozen_importlib_external.SourceFileLoader object at 0x1055442b0>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/_osx_support.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/_osx_support.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/_osx_support.cpython-36.pyc'
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/re.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/re.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/re.cpython-36.pyc'
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/enum.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/enum.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/enum.cpython-36.pyc'
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/types.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/types.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/types.cpython-36.pyc'
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/functools.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/functools.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/functools.cpython-36.pyc'
import '_functools' # <class '_frozen_importlib.BuiltinImporter'>
# /Users/$USER/miniconda3/lib/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/collections/__init__.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/collections/__pycache__/__init__.cpython-36.pyc'
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/operator.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/operator.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/operator.cpython-36.pyc'
import '_operator' # <class '_frozen_importlib.BuiltinImporter'>
import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x1055c7d30>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/keyword.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/keyword.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/keyword.cpython-36.pyc'
import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x1055d3f60>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/heapq.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/heapq.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/heapq.cpython-36.pyc'
# extension module '_heapq' loaded from '/Users/$USER/miniconda3/lib/python3.6/lib-dynload/_heapq.cpython-36m-darwin.so'
# extension module '_heapq' executed from '/Users/$USER/miniconda3/lib/python3.6/lib-dynload/_heapq.cpython-36m-darwin.so'
import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x1055d5cc0>
import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x1055d57b8>
import 'itertools' # <class '_frozen_importlib.BuiltinImporter'>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/reprlib.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/reprlib.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/reprlib.cpython-36.pyc'
import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x1055d5da0>
import '_collections' # <class '_frozen_importlib.BuiltinImporter'>
import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x1055aa4a8>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/weakref.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/weakref.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/weakref.cpython-36.pyc'
import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x1055aa898>
import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x105596d30>
# /Users/$USER/miniconda3/lib/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/collections/abc.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/collections/__pycache__/abc.cpython-36.pyc'
import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x1055a0b00>
import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x105596048>
import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x10555cfd0>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/sre_compile.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/sre_compile.cpython-36.pyc'
import '_sre' # <class '_frozen_importlib.BuiltinImporter'>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/sre_parse.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/sre_parse.cpython-36.pyc'
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/sre_constants.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/sre_constants.cpython-36.pyc'
import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x1056150b8>
import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x105603cc0>
import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x1055a0048>
import '_locale' # <class '_frozen_importlib.BuiltinImporter'>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/copyreg.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/copyreg.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/copyreg.cpython-36.pyc'
import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x10561fd68>
import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x105554e80>
import '_osx_support' # <_frozen_importlib_external.SourceFileLoader object at 0x105554198>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/_bootlocale.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/_bootlocale.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/_bootlocale.cpython-36.pyc'
import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x10555ceb8>
import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x1054793c8>
Python 3.6.3 |Anaconda, Inc.| (default, Dec 5 2017, 17:30:25)
[GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
# extension module 'readline' loaded from '/Users/$USER/miniconda3/lib/python3.6/lib-dynload/readline.cpython-36m-darwin.so'
# extension module 'readline' executed from '/Users/$USER/miniconda3/lib/python3.6/lib-dynload/readline.cpython-36m-darwin.so'
import 'readline' # <_frozen_importlib_external.ExtensionFileLoader object at 0x105622ef0>
import 'atexit' # <class '_frozen_importlib.BuiltinImporter'>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/rlcompleter.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/rlcompleter.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/rlcompleter.cpython-36.pyc'
import 'rlcompleter' # <_frozen_importlib_external.SourceFileLoader object at 0x10562e048>
>>>
>>>
>>>
>>>
>>> exit
Use exit() or Ctrl-D (i.e. EOF) to exit
>>>
KeyboardInterrupt
>>> exit()
# clear builtins._
# clear sys.path
# clear sys.argv
# clear sys.ps1
# clear sys.ps2
# clear sys.last_type
# clear sys.last_value
# clear sys.last_traceback
# clear sys.path_hooks
# clear sys.path_importer_cache
# clear sys.meta_path
# clear sys.__interactivehook__
# clear sys.flags
# clear sys.float_info
# restore sys.stdin
# restore sys.stdout
# restore sys.stderr
# cleanup[2] removing builtins
# cleanup[2] removing sys
# cleanup[2] removing _frozen_importlib
# cleanup[2] removing _imp
# cleanup[2] removing _warnings
# cleanup[2] removing _thread
# cleanup[2] removing _weakref
# cleanup[2] removing _frozen_importlib_external
# cleanup[2] removing _io
# cleanup[2] removing marshal
# cleanup[2] removing posix
# cleanup[2] removing zipimport
# cleanup[2] removing encodings
# destroy encodings
# cleanup[2] removing codecs
# cleanup[2] removing _codecs
# cleanup[2] removing encodings.aliases
# cleanup[2] removing encodings.utf_8
# cleanup[2] removing _signal
# cleanup[2] removing __main__
# cleanup[2] removing encodings.latin_1
# cleanup[2] removing io
# destroy io
# cleanup[2] removing abc
# cleanup[2] removing _weakrefset
# destroy _weakrefset
# cleanup[2] removing site
# destroy site
# cleanup[2] removing os
# cleanup[2] removing errno
# cleanup[2] removing stat
# cleanup[2] removing _stat
# cleanup[2] removing posixpath
# cleanup[2] removing genericpath
# cleanup[2] removing os.path
# cleanup[2] removing _collections_abc
# cleanup[2] removing _sitebuiltins
# cleanup[2] removing sysconfig
# destroy sysconfig
# cleanup[2] removing _sysconfigdata_m_darwin_darwin
# destroy _sysconfigdata_m_darwin_darwin
# cleanup[2] removing _osx_support
# destroy _osx_support
# cleanup[2] removing re
# cleanup[2] removing enum
# cleanup[2] removing types
# destroy types
# cleanup[2] removing functools
# cleanup[2] removing _functools
# cleanup[2] removing collections
# cleanup[2] removing operator
# destroy operator
# cleanup[2] removing _operator
# cleanup[2] removing keyword
# destroy keyword
# cleanup[2] removing heapq
# cleanup[2] removing _heapq
# cleanup[2] removing itertools
# cleanup[2] removing reprlib
# destroy reprlib
# cleanup[2] removing _collections
# cleanup[2] removing weakref
# destroy weakref
# cleanup[2] removing collections.abc
# cleanup[2] removing sre_compile
# cleanup[2] removing _sre
# cleanup[2] removing sre_parse
# cleanup[2] removing sre_constants
# destroy sre_constants
# cleanup[2] removing _locale
# cleanup[2] removing copyreg
# cleanup[2] removing _bootlocale
# destroy _bootlocale
# cleanup[2] removing readline
# cleanup[2] removing atexit
# cleanup[2] removing rlcompleter
# destroy rlcompleter
# destroy zipimport
# destroy _signal
# destroy _sitebuiltins
# destroy abc
# destroy errno
# destroy posixpath
# destroy _stat
# destroy genericpath
# destroy stat
# destroy os
# destroy re
# destroy enum
# destroy sre_compile
# destroy copyreg
# destroy functools
# destroy _locale
# destroy atexit
# destroy __main__
# destroy readline
# destroy _functools
# destroy _collections_abc
# destroy heapq
# destroy collections.abc
# destroy _operator
# destroy _heapq
# destroy _collections
# destroy collections
# destroy itertools
# destroy sre_parse
# destroy _sre
# cleanup[3] wiping _frozen_importlib
# destroy _frozen_importlib_external
# cleanup[3] wiping _imp
# cleanup[3] wiping _warnings
# cleanup[3] wiping _thread
# cleanup[3] wiping _weakref
# cleanup[3] wiping _io
# cleanup[3] wiping marshal
# cleanup[3] wiping posix
# cleanup[3] wiping codecs
# cleanup[3] wiping _codecs
# cleanup[3] wiping encodings.aliases
# cleanup[3] wiping encodings.utf_8
# cleanup[3] wiping encodings.latin_1
# cleanup[3] wiping sys
# cleanup[3] wiping builtins
➜ ~ python3 -v
import _frozen_importlib # frozen
import _imp # builtin
import sys # builtin
import '_warnings' # <class '_frozen_importlib.BuiltinImporter'>
import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
import '_frozen_importlib_external' # <class '_frozen_importlib.FrozenImporter'>
import '_io' # <class '_frozen_importlib.BuiltinImporter'>
import 'marshal' # <class '_frozen_importlib.BuiltinImporter'>
import 'posix' # <class '_frozen_importlib.BuiltinImporter'>
import _thread # previously loaded ('_thread')
import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
import _weakref # previously loaded ('_weakref')
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
# installing zipimport hook
import 'zipimport' # <class '_frozen_importlib.BuiltinImporter'>
# installed zipimport hook
# /Users/$USER/miniconda3/lib/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/encodings/__init__.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/encodings/__pycache__/__init__.cpython-36.pyc'
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/codecs.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/codecs.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/codecs.cpython-36.pyc'
import '_codecs' # <class '_frozen_importlib.BuiltinImporter'>
import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x107100780>
# /Users/$USER/miniconda3/lib/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/encodings/aliases.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/encodings/__pycache__/aliases.cpython-36.pyc'
import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x1071192b0>
import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x1071002e8>
# /Users/$USER/miniconda3/lib/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/encodings/utf_8.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc'
import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x1071230b8>
import '_signal' # <class '_frozen_importlib.BuiltinImporter'>
# /Users/$USER/miniconda3/lib/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/encodings/latin_1.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc'
import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x107123b38>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/io.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/io.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/io.cpython-36.pyc'
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/abc.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/abc.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/abc.cpython-36.pyc'
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/_weakrefset.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/_weakrefset.cpython-36.pyc'
import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x10712aa58>
import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x10712a128>
import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x107123d30>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/site.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/site.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/site.cpython-36.pyc'
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/os.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/os.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/os.cpython-36.pyc'
import 'errno' # <class '_frozen_importlib.BuiltinImporter'>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/stat.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/stat.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/stat.cpython-36.pyc'
import '_stat' # <class '_frozen_importlib.BuiltinImporter'>
import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x1071b1748>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/posixpath.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/posixpath.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/posixpath.cpython-36.pyc'
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/genericpath.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/genericpath.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/genericpath.cpython-36.pyc'
import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x1071ba160>
import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x1071b1e10>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/_collections_abc.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/_collections_abc.cpython-36.pyc'
import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x1071ba780>
import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x1071a36a0>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/_sitebuiltins.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc'
import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x1071a3a90>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/sysconfig.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/sysconfig.cpython-36.pyc'
import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x1071a3f98>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/_sysconfigdata_m_darwin_darwin.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/_sysconfigdata_m_darwin_darwin.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/_sysconfigdata_m_darwin_darwin.cpython-36.pyc'
import '_sysconfigdata_m_darwin_darwin' # <_frozen_importlib_external.SourceFileLoader object at 0x1072052b0>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/_osx_support.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/_osx_support.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/_osx_support.cpython-36.pyc'
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/re.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/re.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/re.cpython-36.pyc'
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/enum.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/enum.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/enum.cpython-36.pyc'
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/types.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/types.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/types.cpython-36.pyc'
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/functools.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/functools.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/functools.cpython-36.pyc'
import '_functools' # <class '_frozen_importlib.BuiltinImporter'>
# /Users/$USER/miniconda3/lib/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/collections/__init__.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/collections/__pycache__/__init__.cpython-36.pyc'
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/operator.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/operator.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/operator.cpython-36.pyc'
import '_operator' # <class '_frozen_importlib.BuiltinImporter'>
import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x107288d30>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/keyword.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/keyword.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/keyword.cpython-36.pyc'
import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x107294f60>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/heapq.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/heapq.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/heapq.cpython-36.pyc'
# extension module '_heapq' loaded from '/Users/$USER/miniconda3/lib/python3.6/lib-dynload/_heapq.cpython-36m-darwin.so'
# extension module '_heapq' executed from '/Users/$USER/miniconda3/lib/python3.6/lib-dynload/_heapq.cpython-36m-darwin.so'
import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x107296cc0>
import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x1072967b8>
import 'itertools' # <class '_frozen_importlib.BuiltinImporter'>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/reprlib.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/reprlib.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/reprlib.cpython-36.pyc'
import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x107296da0>
import '_collections' # <class '_frozen_importlib.BuiltinImporter'>
import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x10726b4a8>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/weakref.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/weakref.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/weakref.cpython-36.pyc'
import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x10726b898>
import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x107257d30>
# /Users/$USER/miniconda3/lib/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/collections/abc.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/collections/__pycache__/abc.cpython-36.pyc'
import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x107261b00>
import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x107257048>
import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x10721dfd0>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/sre_compile.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/sre_compile.cpython-36.pyc'
import '_sre' # <class '_frozen_importlib.BuiltinImporter'>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/sre_parse.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/sre_parse.cpython-36.pyc'
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/sre_constants.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/sre_constants.cpython-36.pyc'
import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x1072d6080>
import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x1072c4c88>
import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x107257f98>
import '_locale' # <class '_frozen_importlib.BuiltinImporter'>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/copyreg.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/copyreg.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/copyreg.cpython-36.pyc'
import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x1072e0d30>
import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x107215e80>
import '_osx_support' # <_frozen_importlib_external.SourceFileLoader object at 0x107215198>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/_bootlocale.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/_bootlocale.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/_bootlocale.cpython-36.pyc'
import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x10721deb8>
import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x10713a3c8>
Python 3.6.3 |Anaconda, Inc.| (default, Dec 5 2017, 17:30:25)
[GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
# extension module 'readline' loaded from '/Users/$USER/miniconda3/lib/python3.6/lib-dynload/readline.cpython-36m-darwin.so'
# extension module 'readline' executed from '/Users/$USER/miniconda3/lib/python3.6/lib-dynload/readline.cpython-36m-darwin.so'
import 'readline' # <_frozen_importlib_external.ExtensionFileLoader object at 0x1072e3eb8>
import 'atexit' # <class '_frozen_importlib.BuiltinImporter'>
# /Users/$USER/miniconda3/lib/python3.6/__pycache__/rlcompleter.cpython-36.pyc matches /Users/$USER/miniconda3/lib/python3.6/rlcompleter.py
# code object from '/Users/$USER/miniconda3/lib/python3.6/__pycache__/rlcompleter.cpython-36.pyc'
import 'rlcompleter' # <_frozen_importlib_external.SourceFileLoader object at 0x1072e3fd0>
>>> exit()
# clear builtins._
# clear sys.path
# clear sys.argv
# clear sys.ps1
# clear sys.ps2
# clear sys.last_type
# clear sys.last_value
# clear sys.last_traceback
# clear sys.path_hooks
# clear sys.path_importer_cache
# clear sys.meta_path
# clear sys.__interactivehook__
# clear sys.flags
# clear sys.float_info
# restore sys.stdin
# restore sys.stdout
# restore sys.stderr
# cleanup[2] removing builtins
# cleanup[2] removing sys
# cleanup[2] removing _frozen_importlib
# cleanup[2] removing _imp
# cleanup[2] removing _warnings
# cleanup[2] removing _thread
# cleanup[2] removing _weakref
# cleanup[2] removing _frozen_importlib_external
# cleanup[2] removing _io
# cleanup[2] removing marshal
# cleanup[2] removing posix
# cleanup[2] removing zipimport
# cleanup[2] removing encodings
# destroy encodings
# cleanup[2] removing codecs
# cleanup[2] removing _codecs
# cleanup[2] removing encodings.aliases
# cleanup[2] removing encodings.utf_8
# cleanup[2] removing _signal
# cleanup[2] removing __main__
# cleanup[2] removing encodings.latin_1
# cleanup[2] removing io
# destroy io
# cleanup[2] removing abc
# cleanup[2] removing _weakrefset
# destroy _weakrefset
# cleanup[2] removing site
# destroy site
# cleanup[2] removing os
# cleanup[2] removing errno
# cleanup[2] removing stat
# cleanup[2] removing _stat
# cleanup[2] removing posixpath
# cleanup[2] removing genericpath
# cleanup[2] removing os.path
# cleanup[2] removing _collections_abc
# cleanup[2] removing _sitebuiltins
# cleanup[2] removing sysconfig
# destroy sysconfig
# cleanup[2] removing _sysconfigdata_m_darwin_darwin
# destroy _sysconfigdata_m_darwin_darwin
# cleanup[2] removing _osx_support
# destroy _osx_support
# cleanup[2] removing re
# cleanup[2] removing enum
# cleanup[2] removing types
# destroy types
# cleanup[2] removing functools
# cleanup[2] removing _functools
# cleanup[2] removing collections
# cleanup[2] removing operator
# destroy operator
# cleanup[2] removing _operator
# cleanup[2] removing keyword
# destroy keyword
# cleanup[2] removing heapq
# cleanup[2] removing _heapq
# cleanup[2] removing itertools
# cleanup[2] removing reprlib
# destroy reprlib
# cleanup[2] removing _collections
# cleanup[2] removing weakref
# destroy weakref
# cleanup[2] removing collections.abc
# cleanup[2] removing sre_compile
# cleanup[2] removing _sre
# cleanup[2] removing sre_parse
# cleanup[2] removing sre_constants
# destroy sre_constants
# cleanup[2] removing _locale
# cleanup[2] removing copyreg
# cleanup[2] removing _bootlocale
# destroy _bootlocale
# cleanup[2] removing readline
# cleanup[2] removing atexit
# cleanup[2] removing rlcompleter
# destroy rlcompleter
# destroy zipimport
# destroy _signal
# destroy _sitebuiltins
# destroy abc
# destroy errno
# destroy posixpath
# destroy _stat
# destroy genericpath
# destroy stat
# destroy os
# destroy re
# destroy enum
# destroy sre_compile
# destroy copyreg
# destroy functools
# destroy _locale
# destroy atexit
# destroy __main__
# destroy readline
# destroy _functools
# destroy _collections_abc
# destroy heapq
# destroy collections.abc
# destroy _operator
# destroy _heapq
# destroy _collections
# destroy collections
# destroy itertools
# destroy sre_parse
# destroy _sre
# cleanup[3] wiping _frozen_importlib
# destroy _frozen_importlib_external
# cleanup[3] wiping _imp
# cleanup[3] wiping _warnings
# cleanup[3] wiping _thread
# cleanup[3] wiping _weakref
# cleanup[3] wiping _io
# cleanup[3] wiping marshal
# cleanup[3] wiping posix
# cleanup[3] wiping codecs
# cleanup[3] wiping _codecs
# cleanup[3] wiping encodings.aliases
# cleanup[3] wiping encodings.utf_8
# cleanup[3] wiping encodings.latin_1
# cleanup[3] wiping sys
# cleanup[3] wiping builtins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment