Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

unresolved import 'time' #1345

Closed
daigz1224 opened this issue Jul 17, 2019 · 21 comments
Closed

unresolved import 'time' #1345

daigz1224 opened this issue Jul 17, 2019 · 21 comments
Labels
duplicate This issue or pull request already exists

Comments

@daigz1224
Copy link

daigz1224 commented Jul 17, 2019

I think the cause of the error " unresolved import time " is that it cannot find any time.p or __init__.p or time.so in its sys.path.

However, as a built-in module (written in C), time module's file is located to a timemodule.so, not time.so, so the checker think it not exists.

image

This error remind bothers me, so hopefully it can be solved in the checker.

Thanks.

@rcordeau
Copy link

rcordeau commented Aug 6, 2019

Same here. I have intermittent issues with "unresolved import 'time'" and "unresolved import 'sys'", both of which are part of the standard library.

@jakebailey
Copy link
Member

Do you know what you are doing when it occurs? Does it happen when you are installing a package and the analysis gets reloaded?

If so, you may want to try out our latest beta build.

"python.analysis.downloadChannel": "beta"

@rcordeau
Copy link

rcordeau commented Aug 6, 2019

I'll try the latest build, sure. I really am not doing anything out of the ordinary. I'll start Code and everything is fine. Then I'll edit for a while, and all of a sudden I'll get the import errors. It's weird because at first startup, if finds sys and time just fine and will autocomplete members, but then after a while - nothing. Only a restart fixes it, and that seems to be only temporary.

@jakebailey
Copy link
Member

It'd be very helpful if you could set "python.analysis.logLevel": "Trace" and give us some logs of when it occurs as well (the output shows in the output panel). https://github.com/microsoft/python-language-server/blob/master/TROUBLESHOOTING.md#filing-an-issue

@rcordeau
Copy link

rcordeau commented Aug 6, 2019

Sure thing. I'll get going on that now. Also, "python.analysis.downloadChannel" seems to be an unknown configuration setting.

@jakebailey
Copy link
Member

Yes, it's undocumented (as we don't expect anyone to change it unless we ask them to). You can ignore the warning.

@rcordeau
Copy link

rcordeau commented Aug 6, 2019

What about other errors in the settings.json file? If there is an error in processing that file due to another unknown configuration setting, will that stop the settings processor from loading the rest of the settings?

@jakebailey
Copy link
Member

No, it shouldn't. You'll see a lot of output in the Python output panel if it's working.

@rcordeau
Copy link

rcordeau commented Aug 6, 2019

Ok... I thought I couldn't reproduce it, but something else has happened. (I'll attach a log if you want.) The issue with sys and time seemed to go away, which brought in a new issue of not finding my code in my other modules (even though they were clearly on the search path). Then, out of the blue, it couldn't find time. So, I restarted Code. Issue with sys and time seemed to go away, but my modules were still not able to be found with their module path, although they could be found directly (instead of saying 'from eft import blah', I can do 'import blah' and it finds blah). Finally I opened another python file and I see the "Starting Microsoft Python language server" in the log and the Python engine is now locked up and stopped.

@rcordeau
Copy link

rcordeau commented Aug 6, 2019

Starting Microsoft Python language server.
[Info  - 11:15:26 AM] Analysis cache path: /Users/rcordeau/Library/Caches/Microsoft/Python Language Server
[Info  - 11:15:26 AM] GetCurrentSearchPaths /usr/local/opt/python/bin/python3.7 
[Info  - 11:15:26 AM] Interpreter search paths:
[Info  - 11:15:26 AM]     /private/var/folders/wy/mptmpffx30q3lgs59frhc7xsltkv_k/T/klu23u1l.wgq
[Info  - 11:15:26 AM]     /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7
[Info  - 11:15:26 AM]     /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload
[Info  - 11:15:26 AM]     /Users/rcordeau/Library/Python/3.7/lib/python/site-packages
[Info  - 11:15:26 AM]     /usr/local/lib/python3.7/site-packages
[Info  - 11:15:26 AM] User search paths:
[Info  - 11:15:27 AM] Microsoft Python Language Server version 0.3.43.0
[Info  - 11:15:27 AM] Initializing for /usr/local/opt/python/bin/python3.7
Watching /usr/local/lib/python3.7/site-packages
Watching /Users/rcordeau/Library/Python/3.7/lib/python/site-packages
Watching /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7
Watching /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload
Opening document file:///Users/rcordeau/repos/eft-petalinux/framework/eft/at24mac.py
Opening document file:///Users/rcordeau/repos/eft-petalinux/framework/eft/command.py
Analysis of command(User) queued
Analysis of at24mac(User) queued
Import:  argparse /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/argparse.py 
Analysis of argparse(Stub) queued
Create built-in compiled (scraped) module:  sys /usr/local/opt/python/bin/python3.7 
Analysis of sys(Stub) queued
Import:  json /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/json/__init__.py 
Import:  functools /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/functools.py 
Import:  logging /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/logging/__init__.py 
Analysis of sys(CompiledBuiltin) queued
Import:  abc /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/abc.py 
Analysis of json(Stub) queued
Create built-in compiled (scraped) module:  time /usr/local/opt/python/bin/python3.7 
Import:  periphery /usr/local/lib/python3.7/site-packages/periphery/__init__.py 
Create built-in compiled (scraped) module:  _io /usr/local/opt/python/bin/python3.7 
Analysis of types(Stub) queued
Analysis of importlib.abc(Stub) queued
Import:  types /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/types.py 
Analysis of periphery(Library) queued
Analysis of json.encoder(Stub) queued
Analysis of time(CompiledBuiltin) queued
Analysis of json.decoder(Stub) queued
Analysis of types(Library) queued
Analysis of argparse(Library) queued
Import:  periphery.gpio /usr/local/lib/python3.7/site-packages/periphery/gpio.py 
Import:  periphery.led /usr/local/lib/python3.7/site-packages/periphery/led.py 
Import:  periphery.pwm /usr/local/lib/python3.7/site-packages/periphery/pwm.py 
Import:  periphery.spi /usr/local/lib/python3.7/site-packages/periphery/spi.py 
Import:  periphery.i2c /usr/local/lib/python3.7/site-packages/periphery/i2c.py 
Import:  periphery.mmio /usr/local/lib/python3.7/site-packages/periphery/mmio.py 
Analysis of _io(CompiledBuiltin) queued
Import:  periphery.serial /usr/local/lib/python3.7/site-packages/periphery/serial.py 
Analysis version 23 of 17 entries has started.
Import:  _collections_abc /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/_collections_abc.py 
Analysis of _importlib_modulespec(Stub) queued
Import:  os /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/os.py 
Import:  re /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/re.py 
Analysis of os(Stub) queued
Import:  gettext /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/gettext.py 
Import:  copy /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py 
Analysis of _collections_abc(Library) queued
Import:  textwrap /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/textwrap.py 
Import:  warnings /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/warnings.py 
Import:  io /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/io.py 
Analysis of io(Library) queued
Analysis of functools(Stub) queued
Analysis of os.path(Stub) queued
Analysis of posix(Stub) queued
Analysis of io(Stub) queued
Analysis of re(Stub) queued
Analysis of time(Stub) queued
Analysis of json(Library) queued
Analysis of codecs(Stub) queued
Import:  json.decoder /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/json/decoder.py 
Analysis of enum(Stub) queued
Import:  json.encoder /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/json/encoder.py 
Import:  codecs /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/codecs.py 
Analysis of re(Library) queued
Analysis of abc(Library) queued
Analysis of mmap(Stub) queued
Import:  enum /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/enum.py 
Analysis of os(Library) queued
Import:  sre_compile /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/sre_compile.py 
Analysis of codecs(Library) queued
Import:  sre_parse /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/sre_parse.py 
Create built-in compiled (scraped) module:  _locale /usr/local/opt/python/bin/python3.7 
Import:  copyreg /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copyreg.py 
Import:  sre_constants /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/sre_constants.py 
Create built-in compiled (scraped) module:  _abc /usr/local/opt/python/bin/python3.7 
Analysis of warnings(Library) queued
Import:  _py_abc /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/_py_abc.py 
Import:  stat /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/stat.py 
Analysis of json.decoder(Library) queued
Create built-in compiled (scraped) module:  posix /usr/local/opt/python/bin/python3.7 
Analysis of _py_abc(Library) queued
Import:  posixpath /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/posixpath.py 
Import:  ntpath /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ntpath.py 
Import:  subprocess /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py 
Analysis of enum(Library) queued
Create built-in compiled (scraped) module:  _codecs /usr/local/opt/python/bin/python3.7 
Import:  encodings /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/encodings/__init__.py 
Import:  linecache /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/linecache.py 
Import:  tracemalloc /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/tracemalloc.py 
Analysis of json.encoder(Library) queued
Import:  traceback /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/traceback.py 
Create built-in compiled (scraped) module:  _warnings /usr/local/opt/python/bin/python3.7 
Import:  json.scanner /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/json/scanner.py 
Create compiled (scraped):  _json /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_json.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of _warnings(CompiledBuiltin) queued
Import:  _weakrefset /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/_weakrefset.py 
Analysis of periphery.gpio(Library) queued
Analysis of _weakrefset(Library) queued
Create built-in compiled (scraped) module:  _collections /usr/local/opt/python/bin/python3.7 
Analysis of functools(Library) queued
Import:  collections /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/collections/__init__.py 
Analysis of periphery.led(Library) queued
Analysis of abc(Stub) queued
Create compiled (scraped):  select /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/select.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of gettext(Stub) queued
Analysis of sre_compile(Stub) queued
Create built-in compiled (scraped) module:  _weakref /usr/local/opt/python/bin/python3.7 
Analysis of _weakref(CompiledBuiltin) queued
Create built-in compiled (scraped) module:  _functools /usr/local/opt/python/bin/python3.7 
Import:  reprlib /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/reprlib.py 
Create built-in compiled (scraped) module:  _thread /usr/local/opt/python/bin/python3.7 
Analysis of collections(Library) queued
Import:  weakref /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/weakref.py 
Analysis of periphery.pwm(Library) queued
Import:  operator /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/operator.py 
Import:  keyword /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/keyword.py 
Analysis of gettext(Library) queued
Import:  heapq /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/heapq.py 
Analysis of sre_compile(Library) queued
Analysis of weakref(Library) queued
Create built-in compiled (scraped) module:  itertools /usr/local/opt/python/bin/python3.7 
Import:  locale /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/locale.py 
Analysis of sre_parse(Stub) queued
Analysis of itertools(CompiledBuiltin) queued
Analysis of types(Library) on depth 2 completed  in 142.9872 ms.
Analysis of logging(Library) queued
Import:  struct /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/struct.py 
Create built-in compiled (scraped) module:  errno /usr/local/opt/python/bin/python3.7 
Create built-in compiled (scraped) module:  _sre /usr/local/opt/python/bin/python3.7 
Analysis of _sre(CompiledBuiltin) queued
Create built-in compiled (scraped) module:  atexit /usr/local/opt/python/bin/python3.7 
Create built-in compiled (scraped) module:  gc /usr/local/opt/python/bin/python3.7 
Analysis of sre_parse(Library) queued
Analysis of gc(CompiledBuiltin) queued
Analysis of _locale(CompiledBuiltin) queued
Analysis of gc(Stub) queued
Analysis of itertools(Stub) queued
Import:  collections.abc /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/collections/abc.py 
Analysis of atexit(CompiledBuiltin) queued
Import:  string /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/string.py 
Import:  threading /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/threading.py 
Import:  pickle /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/pickle.py 
Analysis of atexit(Stub) queued
Analysis of errno(CompiledBuiltin) queued
Analysis of errno(Stub) queued
Analysis of weakref(Stub) queued
Analysis of periphery.spi(Library) queued
Analysis of struct(Library) queued
Analysis of heapq(Library) queued
Analysis of locale(Stub) queued
Analysis of heapq(Stub) queued
Analysis of _thread(CompiledBuiltin) queued
Analysis of struct(Stub) queued
Analysis of periphery.i2c(Library) queued
Create compiled (scraped):  _struct /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_struct.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Create compiled (scraped):  _heapq /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_heapq.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of pickle(Library) queued
Import:  doctest /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/doctest.py 
Create compiled (scraped):  fcntl /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/fcntl.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Create compiled (scraped):  array /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/array.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Import:  ctypes /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/__init__.py 
Analysis of _thread(Stub) queued
Analysis of copyreg(Library) queued
Import:  _compat_pickle /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/_compat_pickle.py 
Analysis of decimal(Stub) queued
Analysis of ctypes(Library) queued
Create compiled (scraped):  _pickle /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_pickle.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of locale(Library) queued
Import:  pprint /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/pprint.py 
Analysis of keyword(Library) queued
Analysis of reprlib(Library) queued
Analysis of periphery.mmio(Library) queued
Create compiled (scraped):  _ctypes /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_ctypes.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of pprint(Library) queued
Import:  ctypes._endian /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/_endian.py 
Analysis of ctypes._endian(Library) queued
Import:  encodings.aliases /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/encodings/aliases.py 
Import:  _bootlocale /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/_bootlocale.py 
Create compiled (scraped):  mmap /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/mmap.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of keyword(Stub) queued
Analysis of _bootlocale(Library) queued
Analysis of reprlib(Stub) queued
Analysis of _functools(CompiledBuiltin) queued
Analysis of pprint(Stub) queued
Analysis of mmap(Compiled) queued
Analysis of _weakref(Stub) queued
Analysis of _ctypes(Compiled) queued
Analysis of encodings.aliases(Library) queued
Analysis of operator(Library) queued
Analysis of _pickle(Compiled) queued
Analysis of select(Compiled) queued
Create built-in compiled (scraped) module:  _operator /usr/local/opt/python/bin/python3.7 
Analysis of _compat_pickle(Library) queued
Analysis of ctypes(Stub) queued
Analysis of _operator(CompiledBuiltin) queued
Analysis of select(Stub) queued
Analysis of periphery.serial(Library) queued
Analysis of pickle(Stub) queued
Analysis of _operator(Stub) queued
Analysis of array(Compiled) queued
Analysis of logging(Stub) queued
Analysis of _weakrefset(Stub) queued
Analysis of sre_constants(Stub) queued
Analysis of _json(Compiled) queued
Analysis of collections.abc(Stub) queued
Analysis of array(Stub) queued
Analysis of copy(Stub) queued
Analysis of _json(Stub) queued
Analysis of fcntl(Compiled) queued
Analysis of json.scanner(Library) queued
Analysis of operator(Stub) queued
Analysis of _abc(CompiledBuiltin) queued
Create compiled (scraped):  termios /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/termios.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of sre_constants(Library) queued
Analysis of termios(Compiled) queued
Analysis of collections(Stub) queued
Analysis of threading(Library) queued
Analysis of termios(Stub) queued
Analysis of _collections(CompiledBuiltin) queued
Analysis of _warnings(Stub) queued
Import:  _threading_local /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/_threading_local.py 
Analysis of fcntl(Stub) queued
Analysis of _threading_local(Library) queued
Analysis of json(Library) on depth 1 completed  in 14.3985 ms.
Import:  contextlib /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/contextlib.py 
Analysis of traceback(Library) queued
Analysis of _struct(Compiled) queued
Analysis of copy(Library) queued
Analysis of traceback(Stub) queued
Analysis of contextlib(Library) queued
Analysis of contextlib(Stub) queued
Analysis of tracemalloc(Library) queued
Analysis of _threading_local(Stub) queued
Analysis of doctest(Library) queued
Import:  fnmatch /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/fnmatch.py 
Analysis of threading(Stub) queued
Create built-in compiled (scraped) module:  _tracemalloc /usr/local/opt/python/bin/python3.7 
Analysis of _tracemalloc(CompiledBuiltin) queued
Import:  __future__ /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__future__.py 
Import:  difflib /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/difflib.py 
Import:  inspect /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/inspect.py 
Import:  pdb /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/pdb.py 
Import:  unittest /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/__init__.py 
Analysis of _tracemalloc(Stub) queued
Analysis of unittest(Library) queued
Analysis of string(Library) queued
Analysis of fnmatch(Library) queued
Analysis of string(Stub) queued
Import:  unittest.result /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/result.py 
Import:  unittest.case /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py 
Import:  unittest.suite /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/suite.py 
Import:  unittest.loader /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/loader.py 
Import:  unittest.main /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/main.py 
Import:  unittest.runner /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/runner.py 
Analysis of argparse(Library) queued
Analysis of logging(Library) queued
Import:  unittest.signals /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/signals.py 
Analysis of unittest.signals(Library) queued
Create built-in compiled (scraped) module:  _string /usr/local/opt/python/bin/python3.7 
Analysis of _string(CompiledBuiltin) queued
Analysis of collections.abc(Library) queued
Analysis of fnmatch(Stub) queued
Import:  signal /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/signal.py 
Analysis of textwrap(Stub) queued
Analysis of functools(Library) on depth 1 completed  in 77.5829 ms.
Analysis of signal(Library) queued
Analysis of warnings(Stub) queued
Analysis of signal(Stub) queued
Create built-in compiled (scraped) module:  _signal /usr/local/opt/python/bin/python3.7 
Analysis of tracemalloc(Stub) queued
Analysis of _signal(CompiledBuiltin) queued
Analysis of linecache(Library) queued
Analysis of textwrap(Library) queued
Analysis of logging(Library) on depth 1 completed  in 66.8641 ms.
Analysis of linecache(Stub) queued
Analysis of stat(Stub) queued
Analysis of stat(Library) queued
Import:  tokenize /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/tokenize.py 
Analysis of abc(Library) on depth 1 completed  in 1.7814 ms.
Analysis of posixpath(Stub) queued
Analysis of unittest.runner(Library) queued
Analysis of ntpath(Stub) queued
Analysis of _codecs(CompiledBuiltin) queued
Analysis of _codecs(Stub) queued
Analysis of encodings(Stub) queued
Analysis of subprocess(Stub) queued
Analysis of tokenize(Library) queued
Analysis of posixpath(Library) queued
Analysis of _heapq(Compiled) queued
Analysis of _heapq(Stub) queued
Analysis of tokenize(Stub) queued
Analysis of __future__(Stub) queued
Analysis of __future__(Library) queued
Analysis of ntpath(Library) queued
Analysis of pdb(Stub) queued
Analysis of difflib(Stub) queued
Analysis of doctest(Stub) queued
Analysis of inspect(Stub) queued
Analysis of encodings(Library) queued
Analysis of unittest(Stub) queued
Analysis of unittest.suite(Library) queued
Analysis of unittest.main(Library) queued
Analysis of subprocess(Library) queued
Analysis of unittest.case(Library) queued
Analysis of time(CompiledBuiltin) on depth 1 completed  in 36.9864 ms.
Analysis of posix(CompiledBuiltin) queued
Analysis of unittest.result(Library) queued
Analysis of unittest.loader(Library) queued
Analysis of periphery(Library) on depth 1 completed  in 0.6071 ms.
Analysis of difflib(Library) queued
Create built-in compiled (scraped) module:  _stat /usr/local/opt/python/bin/python3.7 
Analysis of inspect(Library) queued
Analysis of _stat(Stub) queued
Analysis of _stat(CompiledBuiltin) queued
Import:  genericpath /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/genericpath.py 
Analysis of pdb(Library) queued
Create built-in compiled (scraped) module:  pwd /usr/local/opt/python/bin/python3.7 
Analysis of genericpath(Library) queued
Analysis of pwd(Stub) queued
Analysis of pwd(CompiledBuiltin) queued
Analysis of argparse(Library) on depth 1 completed  in 156.0441 ms.
Import:  token /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/token.py 
Analysis of token(Stub) queued
Import:  encodings.mbcs /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/encodings/mbcs.py 
Analysis of token(Library) queued
Analysis of encodings.mbcs(Library) queued
Import:  unittest.util /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/util.py 
Create compiled (scraped):  _posixsubprocess /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_posixsubprocess.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of unittest.util(Library) queued
Analysis of _posixsubprocess(Stub) queued
Analysis of _posixsubprocess(Compiled) queued
Import:  selectors /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/selectors.py 
Analysis of selectors(Stub) queued
Import:  dis /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/dis.py 
Analysis of dis(Stub) queued
Analysis of selectors(Library) queued
Import:  importlib /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/__init__.py 
Analysis of importlib(Stub) queued
Import:  importlib.machinery /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/machinery.py 
Analysis of importlib(Library) queued
Analysis of dis(Library) queued
Import:  ast /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ast.py 
Analysis of importlib.machinery(Library) queued
Analysis of importlib.machinery(Stub) queued
Analysis of ast(Stub) queued
Import:  cmd /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/cmd.py 
Analysis of ast(Library) queued
Analysis of cmd(Stub) queued
Import:  bdb /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/bdb.py 
Analysis of cmd(Library) queued
Import:  code /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/code.py 
Analysis of code(Stub) queued
Import:  glob /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/glob.py 
Analysis of code(Library) queued
Analysis of glob(Stub) queued
Analysis of glob(Library) queued
Create compiled (scraped):  readline /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/readline.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of bdb(Library) queued
Analysis of readline(Stub) queued
Analysis of readline(Compiled) queued
Import:  shlex /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/shlex.py 
Analysis of shlex(Stub) queued
Import:  runpy /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py 
Analysis of runpy(Stub) queued
Analysis of shlex(Library) queued
Analysis of runpy(Library) queued
Import:  pydoc /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/pydoc.py 
Import:  getopt /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/getopt.py 
Analysis of getopt(Stub) queued
Analysis of getopt(Library) queued
Analysis of opcode(Stub) queued
Create compiled (scraped):  math /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/math.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of socket(Stub) queued
Analysis of math(Stub) queued
Analysis of math(Compiled) queued
Create built-in compiled (scraped) module:  _imp /usr/local/opt/python/bin/python3.7 
Analysis of importlib.util(Stub) queued
Analysis of _imp(Stub) queued
Analysis of _imp(CompiledBuiltin) queued
Import:  importlib._bootstrap /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/_bootstrap.py 
Analysis of types(Stub) on depth 3 completed  in 134.5994 ms.
Import:  importlib._bootstrap_external /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/_bootstrap_external.py 
Import:  opcode /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/opcode.py 
Analysis of at24mac(User) on depth 0 completed  in 95.8539 ms.
Create built-in compiled (scraped) module:  _ast /usr/local/opt/python/bin/python3.7 
Analysis of importlib.abc(Stub) on depth 3 completed  in 4.9742 ms.
Import:  codeop /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/codeop.py 
Analysis of sys(Stub) on depth 2 completed  in 3.219 ms.
Import:  importlib.util /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/util.py 
Analysis of codeop(Stub) queued
Analysis of _ast(Stub) queued
Analysis of opcode(Library) queued
Analysis of codeop(Library) queued
Analysis of importlib._bootstrap_external(Library) queued
Analysis of pydoc(Library) queued
Import:  pkgutil /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/pkgutil.py 
Analysis of importlib.util(Library) queued
Analysis of pkgutil(Stub) queued
Create compiled (scraped):  _opcode /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_opcode.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of _ast(CompiledBuiltin) queued
Analysis of importlib._bootstrap(Library) queued
Analysis of _opcode(Compiled) queued
Analysis of pkgutil(Library) queued
Import:  platform /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/platform.py 
Analysis of platform(Stub) queued
Import:  urllib /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/__init__.py 
Analysis of urllib(Stub) queued
Import:  urllib.parse /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/parse.py 
Import:  tempfile /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/tempfile.py 
Import:  tty /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/tty.py 
Analysis of platform(Library) queued
Analysis of sys(CompiledBuiltin) on depth 1 completed  in 35.6494 ms.
Import:  pydoc_data /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/pydoc_data/__init__.py 
Import:  pydoc_data.topics /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/pydoc_data/topics.py 
Analysis of command(User) on depth 0 completed  in 2.2298 ms.
Analysis version 23 has been completed in 552.8191 ms with 14 entries analyzed and 3 entries skipped.
Analysis version 232 of 223 entries has started.
Analysis of _abc(CompiledBuiltin) on depth 2 completed  in 0.2375 ms.
Import:  http /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/__init__.py 
Import:  http.server /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/server.py 
Import:  email /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__init__.py 
Analysis of stat(Library) on depth 3 completed  in 5.4803 ms.
Import:  email.message /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/message.py 
Import:  webbrowser /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/webbrowser.py 
Import:  importlib.abc /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/abc.py 
Create built-in compiled (scraped) module:  marshal /usr/local/opt/python/bin/python3.7 
Analysis of importlib.abc(Library) queued
Create built-in compiled (scraped) module:  zipimport /usr/local/opt/python/bin/python3.7 
Analysis of posixpath(Library) on depth 3 completed  in 6.4079 ms.
Analysis of urllib(Library) queued
Analysis of zipimport(CompiledBuiltin) queued
Analysis of urllib.parse(Stub) queued
Import:  plistlib /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/plistlib.py 
Analysis of zipimport(Stub) queued
Analysis of marshal(Stub) queued
Analysis of marshal(CompiledBuiltin) queued
Import:  socket /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/socket.py 
Analysis of plistlib(Stub) queued
Analysis of tempfile(Stub) queued
Analysis of tty(Stub) queued
Analysis of tty(Library) queued
Analysis of tempfile(Library) queued
Analysis of socket(Library) queued
Analysis of pydoc_data(Library) queued
Analysis of urllib.parse(Library) queued
Analysis of webbrowser(Library) queued
Analysis of plistlib(Library) queued
Import:  shutil /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/shutil.py 
Analysis of ntpath(Library) on depth 3 completed  in 41.3209 ms.
Analysis of shutil(Stub) queued
Import:  random /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/random.py 
Create compiled (scraped):  _socket /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_socket.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Create compiled (scraped):  unicodedata /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/unicodedata.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of _socket(Compiled) queued
Analysis of http(Stub) queued
Create compiled (scraped):  binascii /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/binascii.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Import:  datetime /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/datetime.py 
Analysis of random(Library) queued
Analysis of pydoc_data.topics(Library) queued
Analysis of random(Stub) queued
Import:  xml.parsers.expat /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/xml/parsers/expat.py 
Analysis of xml.parsers.expat(Library) queued
Analysis of unicodedata(Stub) queued
Import:  hashlib /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/hashlib.py 
Analysis of webbrowser(Stub) queued
Analysis of xml.parsers.expat(Stub) queued
Import:  bisect /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/bisect.py 
Analysis of shutil(Library) queued
Create compiled (scraped):  _random /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_random.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of _random(Compiled) queued
Analysis of email.message(Library) queued
Create compiled (scraped):  pyexpat /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/pyexpat.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of http(Library) queued
Create compiled (scraped):  zlib /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/zlib.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Import:  bz2 /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/bz2.py 
Import:  lzma /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lzma.py 
Create compiled (scraped):  grp /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/grp.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Import:  tarfile /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/tarfile.py 
Import:  zipfile /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/zipfile.py 
Analysis of datetime(Library) queued
Analysis of unicodedata(Compiled) queued
Import:  uu /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/uu.py 
Analysis of datetime(Stub) queued
Import:  quopri /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/quopri.py 
Import:  email.utils /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/utils.py 
Analysis of subprocess(Library) on depth 3 completed  in 62.2058 ms.
Import:  email.errors /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/errors.py 
Import:  email._policybase /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/_policybase.py 
Analysis of zipfile(Library) queued
Import:  email.charset /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/charset.py 
Import:  email._encoded_words /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/_encoded_words.py 
Analysis of encodings(Library) on depth 3 completed  in 4.7168 ms.
Import:  email.generator /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/generator.py 
Analysis of linecache(Library) on depth 3 completed  in 1.6634 ms.
Import:  email.iterators /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/iterators.py 
Analysis of _collections(CompiledBuiltin) on depth 3 completed  in 0.6346 ms.
Analysis of _warnings(Stub) on depth 4 completed  in 0.2777 ms.
Import:  email.policy /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/policy.py 
Analysis of _weakrefset(Stub) on depth 4 completed  in 1.9559 ms.
Analysis of email.policy(Library) queued
Analysis of email.message(Stub) queued
Import:  _strptime /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/_strptime.py 
Analysis of email.policy(Stub) queued
Analysis of gettext(Stub) on depth 3 completed  in 1.7631 ms.
Analysis of email(Library) queued
Analysis of email.iterators(Library) queued
Analysis of email(Stub) queued
Analysis of email.iterators(Stub) queued
Analysis of sre_constants(Stub) on depth 4 completed  in 10.1211 ms.
Analysis of _sre(CompiledBuiltin) on depth 4 completed  in 0.1416 ms.
Create compiled (scraped):  _datetime /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_datetime.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Import:  py_compile /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/py_compile.py 
Analysis of binascii(Compiled) queued
Analysis of http.server(Stub) queued
Analysis of itertools(Stub) on depth 4 completed  in 2.2686 ms.
Analysis of binascii(Stub) queued
Analysis of hashlib(Stub) queued
Analysis of gc(Stub) on depth 4 completed  in 22.1015 ms.
Analysis of py_compile(Library) queued
Analysis of bisect(Stub) queued
Analysis of atexit(Stub) on depth 3 completed  in 0.1459 ms.
Analysis of py_compile(Stub) queued
Analysis of _struct(Compiled) on depth 4 completed  in 0.2499 ms.
Analysis of json.encoder(Stub) on depth 3 completed  in 0.3427 ms.
Analysis of bisect(Library) queued
Analysis of _random(Stub) queued
Analysis of _datetime(Compiled) queued
Analysis of uu(Stub) queued
Analysis of abc(Stub) on depth 2 completed  in 0.3049 ms.
Analysis of pyexpat(Stub) queued
Import:  email.headerregistry /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/headerregistry.py 
Analysis of uu(Library) queued
Analysis of quopri(Stub) queued
Analysis of pyexpat(Compiled) queued
Analysis of email.errors(Stub) queued
Analysis of email.utils(Stub) queued
Analysis of pyexpat.model(Stub) queued
Analysis of pyexpat.errors(Stub) queued
Analysis of email.charset(Stub) queued
Analysis of zlib(Stub) queued
Analysis of zlib(Compiled) queued
Analysis of bz2(Stub) queued
Analysis of email._policybase(Library) queued
Analysis of email._encoded_words(Library) queued
Analysis of grp(Stub) queued
Analysis of email.charset(Library) queued
Analysis of email.errors(Library) queued
Analysis of grp(Compiled) queued
Analysis of lzma(Stub) queued
Analysis of email.generator(Stub) queued
Analysis of bz2(Library) queued
Analysis of zipfile(Stub) queued
Analysis of tarfile(Stub) queued
Analysis of email.headerregistry(Stub) queued
Analysis of copyreg(Library) on depth 3 completed  in 17.8091 ms.
Analysis of email.generator(Library) queued
Analysis of lzma(Library) queued
Import:  email.contentmanager /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/contentmanager.py 
Analysis of textwrap(Library) on depth 2 completed  in 20.4719 ms.
Analysis of mmap(Stub) on depth 4 completed  in 20.0315 ms.
Analysis of hashlib(Library) queued
Analysis of email.contentmanager(Stub) queued
Analysis of email.headerregistry(Library) queued
Analysis of quopri(Library) queued
Analysis of email.header(Stub) queued
Analysis of email.contentmanager(Library) queued
Import:  email.parser /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/parser.py 
Analysis of email.parser(Stub) queued
Analysis of posix(Stub) on depth 4 completed  in 34.2161 ms.
Analysis of email.parser(Library) queued
Analysis of socketserver(Stub) queued
Create compiled (scraped):  _bisect /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_bisect.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of email.utils(Library) queued
Analysis of _bisect(Stub) queued
Analysis of decimal(Stub) on depth 5 completed  in 44.9089 ms.
Analysis of _bisect(Compiled) queued
Analysis of string(Stub) on depth 3 completed  in 0.6844 ms.
Analysis of _thread(Stub) on depth 3 completed  in 0.1994 ms.
Analysis of _json(Stub) on depth 4 completed  in 0.4276 ms.
Import:  optparse /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/optparse.py 
Analysis of _compat_pickle(Library) on depth 3 completed  in 1.1064 ms.
Analysis of http.server(Library) queued
Analysis of _pickle(Compiled) on depth 3 completed  in 2.1538 ms.
Analysis of copy(Stub) on depth 3 completed  in 0.8621 ms.
Analysis of keyword(Stub) on depth 4 completed  in 7.6473 ms.
Import:  email.header /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/header.py 
Analysis of encodings.aliases(Library) on depth 4 completed  in 8.6144 ms.
Analysis of optparse(Stub) queued
Import:  base64 /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/base64.py 
Analysis of tarfile(Library) queued
Analysis of _strptime(Library) queued
Analysis of base64(Stub) queued
Analysis of _ctypes(Compiled) on depth 4 completed  in 13.0572 ms.
Import:  email.base64mime /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/base64mime.py 
Analysis of termios(Stub) on depth 4 completed  in 30.7022 ms.
Analysis of email.header(Library) queued
Import:  email.quoprimime /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/quoprimime.py 
Analysis of optparse(Library) queued
Analysis of __future__(Library) on depth 4 completed  in 1.2044 ms.
Analysis of base64(Library) queued
Import:  email.encoders /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/encoders.py 
Analysis of email.quoprimime(Library) queued
Analysis of email.encoders(Stub) queued
Analysis of _io(CompiledBuiltin) on depth 2 completed  in 80.5591 ms.
Import:  _compression /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/_compression.py 
Analysis of unittest.result(Library) on depth 5 completed  in 3.9975 ms.
Analysis of email.encoders(Library) queued
Create compiled (scraped):  _bz2 /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_bz2.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of _tracemalloc(Stub) on depth 5 completed  in 7.5443 ms.
Analysis of _compression(Stub) queued
Analysis of _bz2(Compiled) queued
Analysis of _compression(Library) queued
Create compiled (scraped):  _lzma /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_lzma.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of pdb(Library) queued
Analysis of email.base64mime(Library) queued
Analysis of _lzma(Compiled) queued
Create compiled (scraped):  _sha1 /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_sha1.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of _sha1(Compiled) queued
Create compiled (scraped):  _md5 /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_md5.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Create compiled (scraped):  _sha256 /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_sha256.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of _md5(Compiled) queued
Analysis of _sha256(Compiled) queued
Create compiled (scraped):  _sha512 /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_sha512.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of _sha512(Compiled) queued
Create compiled (scraped):  _blake2 /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_blake2.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of _blake2(Compiled) queued
Create compiled (scraped):  _sha3 /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_sha3.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of _sha3(Compiled) queued
Create compiled (scraped):  _hashlib /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_hashlib.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of _hashlib(Compiled) queued
Import:  email._header_value_parser /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/_header_value_parser.py 
Import:  email.feedparser /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/feedparser.py 
Analysis of email.feedparser(Stub) queued
Analysis of difflib(Library) on depth 4 completed  in 67.8836 ms.
Import:  email._parseaddr /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/_parseaddr.py 
Analysis of unittest.case(Library) on depth 5 completed  in 69.8447 ms.
Analysis of email.feedparser(Library) queued
Import:  html /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/html/__init__.py 
Analysis of pdb(Library) on depth 4 completed  in 70.9717 ms.
Analysis of html(Stub) queued
Import:  http.client /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py 
Analysis of email._parseaddr(Library) queued
Analysis of _warnings(CompiledBuiltin) on depth 3 completed  in 0.4364 ms.
Analysis of html(Library) queued
Analysis of http.client(Stub) queued
Import:  mimetypes /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/mimetypes.py 
Import:  socketserver /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/socketserver.py 
Analysis of unittest.suite(Library) on depth 5 completed  in 3.06 ms.
Analysis of email._header_value_parser(Library) queued
Analysis of _string(CompiledBuiltin) on depth 3 completed  in 0.0799 ms.
Analysis of fnmatch(Stub) on depth 5 completed  in 0.1713 ms.
Analysis of mimetypes(Stub) queued
Import:  gzip /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/gzip.py 
Analysis of mimetypes(Library) queued
Analysis of gzip(Stub) queued
Analysis of unittest.main(Library) on depth 5 completed  in 8.5568 ms.
Import:  calendar /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/calendar.py 
Analysis of unittest.runner(Library) on depth 5 completed  in 3.3899 ms.
Analysis of calendar(Stub) queued
Analysis of socketserver(Library) queued
Import:  html.entities /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/html/entities.py 
Analysis of http.client(Library) queued
Analysis of gzip(Library) queued
Analysis of html.entities(Stub) queued
Analysis of sre_parse(Stub) on depth 4 completed  in 23.4768 ms.
Analysis of calendar(Library) queued
Analysis of atexit(CompiledBuiltin) on depth 2 completed  in 0.0909 ms.
Analysis of gc(CompiledBuiltin) on depth 3 completed  in 0.3423 ms.
Import:  ssl /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py 
Analysis of sre_constants(Library) queued
Analysis of _thread(CompiledBuiltin) on depth 2 completed  in 10.049 ms.
Analysis of _json(Compiled) on depth 3 completed  in 0.1761 ms.
Analysis of _tracemalloc(CompiledBuiltin) on depth 4 completed  in 0.5876 ms.
Analysis of unittest.loader(Library) on depth 5 completed  in 35.2717 ms.
Analysis of io(Stub) on depth 3 completed  in 16.3788 ms.
Analysis of ssl(Stub) queued
Analysis of itertools(CompiledBuiltin) on depth 3 completed  in 17.8009 ms.
Analysis of sre_constants(Library) on depth 3 completed  in 17.8123 ms.
Analysis of termios(Compiled) on depth 3 completed  in 9.4156 ms.
Analysis of html.entities(Library) queued
Analysis of ssl(Library) queued
Analysis of builtins(Stub) queued
Create compiled (scraped):  _ssl /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_ssl.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of _ssl(Compiled) queued
Analysis of inspect(Library) on depth 4 completed  in 146.527 ms.
Analysis of os(Stub) on depth 3 completed  in 26.0993 ms.
Analysis of _importlib_modulespec(Stub) on depth 4 completed  in 0.8521 ms.
Analysis of os.path(Stub) on depth 4 completed  in 11.8235 ms.
Analysis of codecs(Stub) on depth 3 completed  in 12.4711 ms.
Analysis of _weakref(Stub) on depth 4 completed  in 0.3682 ms.
Analysis of sre_compile(Stub) on depth 4 completed  in 0.3324 ms.
Analysis of json.decoder(Stub) on depth 3 completed  in 0.8342 ms.
Analysis of enum(Stub) on depth 4 completed  in 1.7295 ms.
Analysis of mmap(Compiled) on depth 3 completed  in 2.0673 ms.
Analysis of time(Stub) on depth 2 completed  in 2.0807 ms.
Analysis of functools(Stub) on depth 2 completed  in 2.5198 ms.
Analysis of argparse(Stub) on depth 2 completed  in 5.8196 ms.
Analysis of collections(Stub) on depth 3 completed  in 9.3686 ms.
Analysis of heapq(Stub) on depth 4 completed  in 0.577 ms.
Analysis of pprint(Stub) on depth 4 completed  in 1.0275 ms.
Analysis of array(Stub) on depth 4 completed  in 1.8507 ms.
Analysis of pickle(Stub) on depth 3 completed  in 13.0231 ms.
Analysis of locale(Stub) on depth 4 completed  in 13.5584 ms.
Analysis of errno(Stub) on depth 4 completed  in 13.7306 ms.
Analysis of operator(Stub) on depth 4 completed  in 16.0434 ms.
Analysis of warnings(Stub) on depth 3 completed  in 0.8704 ms.
Analysis of fcntl(Stub) on depth 4 completed  in 1.1912 ms.
Analysis of select(Stub) on depth 4 completed  in 1.6629 ms.
Analysis of _weakref(CompiledBuiltin) on depth 3 completed  in 4.2547 ms.
Analysis of contextlib(Stub) on depth 5 completed  in 5.8335 ms.
Analysis of traceback(Stub) on depth 3 completed  in 6.1464 ms.
Analysis of tracemalloc(Stub) on depth 4 completed  in 6.4601 ms.
Analysis of threading(Stub) on depth 3 completed  in 7.0189 ms.
Analysis of weakref(Stub) on depth 3 completed  in 6.6537 ms.
Analysis of collections.abc(Stub) on depth 3 completed  in 0.1661 ms.
Analysis of ctypes(Stub) on depth 4 completed  in 25.0544 ms.
Analysis of reprlib(Stub) on depth 3 completed  in 0.5277 ms.
Analysis of json(Stub) on depth 2 completed  in 0.6282 ms.
Analysis of fcntl(Compiled) on depth 3 completed  in 0.2446 ms.
Analysis of _operator(Stub) on depth 5 completed  in 0.1905 ms.
Analysis of struct(Stub) on depth 4 completed  in 0.6278 ms.
Analysis of re(Stub) on depth 3 completed  in 1.485 ms.
Analysis of errno(CompiledBuiltin) on depth 3 completed  in 0.881 ms.
Analysis of array(Compiled) on depth 3 completed  in 1.2545 ms.
Analysis of signal(Stub) on depth 7 completed  in 1.6564 ms.
Analysis of select(Compiled) on depth 3 completed  in 2.3613 ms.
Analysis of _weakrefset(Library) on depth 3 completed  in 19.2061 ms.
Analysis of _threading_local(Stub) on depth 4 completed  in 3.0898 ms.
Analysis of struct(Library) on depth 3 completed  in 0.5429 ms.
Analysis of _py_abc(Library) on depth 2 completed  in 3.9269 ms.
Analysis of reprlib(Library) on depth 2 completed  in 4.6312 ms.
Analysis of io(Library) on depth 2 completed  in 1.1949 ms.
Analysis of logging(Stub) on depth 2 completed  in 7.2284 ms.
Analysis of collections(Library) on depth 2 completed  in 7.6621 ms.
Analysis of _functools(CompiledBuiltin) on depth 2 completed  in 0.1265 ms.
Analysis of copy(Library) on depth 2 completed  in 2.7524 ms.
Analysis of traceback(Library) on depth 2 completed  in 2.9896 ms.
Analysis of operator(Library) on depth 3 completed  in 7.9317 ms.
Analysis of codecs(Library) on depth 2 completed  in 8.0871 ms.
Analysis of _operator(CompiledBuiltin) on depth 4 completed  in 0.7317 ms.
Analysis of pprint(Library) on depth 3 completed  in 11.8399 ms.
Analysis of weakref(Library) on depth 2 completed  in 9.5187 ms.
Analysis of _collections_abc(Library) on depth 3 completed  in 17.3311 ms.
Analysis of collections.abc(Library) on depth 2 completed  in 0.1892 ms.
Analysis of pickle(Library) on depth 2 completed  in 14.5023 ms.
Analysis of tracemalloc(Library) on depth 3 completed  in 6.7032 ms.
Analysis of warnings(Library) on depth 2 completed  in 3.9807 ms.
Analysis of os(Library) on depth 2 completed  in 6.3608 ms.
Analysis of enum(Library) on depth 3 completed  in 9.4448 ms.
Analysis of sre_parse(Library) on depth 3 completed  in 9.9044 ms.
Analysis of signal(Library) on depth 6 completed  in 0.6122 ms.
Analysis of unittest.signals(Library) on depth 5 completed  in 0.5026 ms.
Analysis of unittest(Library) on depth 4 completed  in 0.4402 ms.
Analysis of locale(Library) on depth 3 completed  in 12.8523 ms.
Analysis of _bootlocale(Library) on depth 4 completed  in 0.2538 ms.
Analysis of _locale(CompiledBuiltin) on depth 3 completed  in 0.3456 ms.
Analysis of re(Library) on depth 2 completed  in 1.7867 ms.
Analysis of fnmatch(Library) on depth 4 completed  in 0.535 ms.
Analysis of keyword(Library) on depth 3 completed  in 1.2857 ms.
Analysis of gettext(Library) on depth 2 completed  in 7.3014 ms.
Analysis of sre_compile(Library) on depth 3 completed  in 12.9142 ms.
Analysis of doctest(Library) on depth 3 completed  in 20.625 ms.
Analysis of heapq(Library) on depth 3 completed  in 1.0629 ms.
Analysis of ctypes._endian(Library) on depth 4 completed  in 0.5596 ms.
Analysis of json.scanner(Library) on depth 3 completed  in 0.4223 ms.
Analysis of periphery.pwm(Library) on depth 2 completed  in 3.019 ms.
Analysis of json.encoder(Library) on depth 2 completed  in 3.3288 ms.
Analysis of periphery.led(Library) on depth 2 completed  in 1.2684 ms.
Analysis of string(Library) on depth 2 completed  in 2.9578 ms.
Analysis of contextlib(Library) on depth 4 completed  in 5.0832 ms.
Analysis of periphery.gpio(Library) on depth 2 completed  in 6.5919 ms.
Analysis of _threading_local(Library) on depth 3 completed  in 0.8399 ms.
Analysis of json.decoder(Library) on depth 2 completed  in 6.9146 ms.
Analysis of periphery.serial(Library) on depth 2 completed  in 7.0551 ms.
Analysis of ctypes(Library) on depth 3 completed  in 10.0655 ms.
Analysis of threading(Library) on depth 2 completed  in 4.7863 ms.
Analysis of periphery.mmio(Library) on depth 2 completed  in 2.1346 ms.
Analysis of periphery.spi(Library) on depth 2 completed  in 2.5884 ms.
Analysis of periphery.i2c(Library) on depth 2 completed  in 2.6856 ms.
Analysis version 232 has been completed in 559.2199 ms with 153 entries analyzed and 70 entries skipped.
Analysis version 528 of 533 entries has started.
Analysis of abc(Stub) on depth 2 completed  in 0.3562 ms.
Analysis of json.encoder(Stub) on depth 3 completed  in 0.3909 ms.
Analysis of posix(Stub) on depth 4 completed  in 0.3105 ms.
Analysis of _warnings(Stub) on depth 4 completed  in 0.2131 ms.
Analysis of _weakrefset(Stub) on depth 4 completed  in 1.0633 ms.
Analysis of mmap(Stub) on depth 4 completed  in 0.9291 ms.
Analysis of gc(Stub) on depth 4 completed  in 0.4315 ms.
Analysis of _struct(Compiled) on depth 4 completed  in 0.2392 ms.
Analysis of gettext(Stub) on depth 3 completed  in 0.6554 ms.
Analysis of _sre(CompiledBuiltin) on depth 4 completed  in 0.1644 ms.
Analysis of atexit(Stub) on depth 3 completed  in 0.1489 ms.
Analysis of sre_constants(Stub) on depth 4 completed  in 6.2302 ms.
Analysis of itertools(Stub) on depth 4 completed  in 1.5924 ms.
Analysis of copyreg(Library) on depth 3 completed for library in 9.0172 ms.
Analysis of _io(CompiledBuiltin) on depth 2 completed  in 10.707 ms.
Analysis of decimal(Stub) on depth 5 completed  in 10.6301 ms.
Analysis of _thread(Stub) on depth 3 completed  in 0.2621 ms.
Analysis of _json(Stub) on depth 4 completed  in 0.4267 ms.
Analysis of keyword(Stub) on depth 4 completed  in 0.1164 ms.
Analysis of _compat_pickle(Library) on depth 3 completed for library in 0.5206 ms.
Analysis of _tracemalloc(Stub) on depth 5 completed  in 0.1748 ms.
Analysis of fnmatch(Stub) on depth 5 completed  in 0.1465 ms.
Analysis of copy(Stub) on depth 3 completed  in 5.4112 ms.
Analysis of _pickle(Compiled) on depth 3 completed  in 6.1611 ms.
Analysis of _string(CompiledBuiltin) on depth 3 completed  in 0.0521 ms.
Analysis of string(Stub) on depth 3 completed  in 5.7795 ms.
Analysis of _heapq(Stub) on depth 5 completed  in 0.2379 ms.
Analysis of _ctypes(Compiled) on depth 4 completed  in 6.5928 ms.
Analysis of pwd(Stub) on depth 5 completed  in 0.1862 ms.
Analysis of textwrap(Stub) on depth 3 completed  in 0.739 ms.
Analysis of _posixsubprocess(Stub) on depth 5 completed  in 0.1457 ms.
Analysis of _stat(Stub) on depth 5 completed  in 0.7305 ms.
Analysis of encodings.aliases(Library) on depth 4 completed for library in 7.7442 ms.
Analysis of termios(Stub) on depth 4 completed  in 2.5608 ms.
Analysis of importlib._bootstrap(Library) on depth 6 completed for library in 9.0546 ms.
Analysis of urllib(Stub) on depth 7 completed  in 0.0095 ms.
Analysis of _opcode(Compiled) on depth 7 completed  in 0.0508 ms.
Analysis of marshal(Stub) on depth 8 completed  in 0.1482 ms.
Analysis of pydoc_data(Library) on depth 6 completed for library in 0.1144 ms.
Analysis of getopt(Stub) on depth 6 completed  in 0.2929 ms.
Analysis of runpy(Stub) on depth 6 completed  in 0.3735 ms.
Analysis of pydoc_data.topics(Library) on depth 6 completed for library in 0.2334 ms.
Analysis of tty(Stub) on depth 7 completed  in 0.1907 ms.
Analysis of cmd(Stub) on depth 6 completed  in 0.8383 ms.
Analysis of _socket(Compiled) on depth 8 completed  in 2.4127 ms.
Analysis of pyexpat.model(Stub) on depth 10 completed  in 0.0427 ms.
Analysis of quopri(Stub) on depth 8 completed  in 0.1546 ms.
Analysis of email.contentmanager(Stub) on depth 8 completed  in 0.2496 ms.
Analysis of email.charset(Stub) on depth 8 completed  in 0.4697 ms.
Analysis of email.errors(Stub) on depth 8 completed  in 0.4929 ms.
Analysis of bisect(Stub) on depth 9 completed  in 0.2107 ms.
Analysis of _bz2(Compiled) on depth 9 completed  in 0.4467 ms.
Analysis of grp(Stub) on depth 9 completed  in 0.1626 ms.
Analysis of unicodedata(Stub) on depth 8 completed  in 0.8009 ms.
Analysis of _sha256(Compiled) on depth 9 completed  in 0.1651 ms.
Analysis of _sha1(Compiled) on depth 9 completed  in 0.1204 ms.
Analysis of _md5(Compiled) on depth 9 completed  in 0.1121 ms.
Analysis of _sha512(Compiled) on depth 9 completed  in 0.1689 ms.
Analysis of _hashlib(Compiled) on depth 9 completed  in 0.4987 ms.
Analysis of _lzma(Compiled) on depth 9 completed  in 0.7399 ms.
Analysis of _blake2(Compiled) on depth 9 completed  in 0.6323 ms.
Analysis of _warnings(CompiledBuiltin) on depth 3 completed  in 0.2338 ms.
Analysis of html(Stub) on depth 8 completed  in 0.1176 ms.
Analysis of _bisect(Stub) on depth 10 completed  in 0.3769 ms.
Analysis of html.entities(Stub) on depth 9 completed  in 0.1698 ms.
Analysis of gc(CompiledBuiltin) on depth 3 completed  in 0.481 ms.
Analysis of _thread(CompiledBuiltin) on depth 2 completed  in 0.9548 ms.
Analysis of _json(Compiled) on depth 3 completed  in 0.2196 ms.
Analysis of _tracemalloc(CompiledBuiltin) on depth 4 completed  in 0.1679 ms.
Analysis of _heapq(Compiled) on depth 4 completed  in 0.2519 ms.
Analysis of atexit(CompiledBuiltin) on depth 2 completed  in 0.095 ms.
Analysis of _sha3(Compiled) on depth 9 completed  in 26.5186 ms.
Analysis of sre_parse(Stub) on depth 4 completed  in 1.5759 ms.
Analysis of pwd(CompiledBuiltin) on depth 4 completed  in 3.0818 ms.
Analysis of urllib(Library) on depth 6 completed for library in 0.0199 ms.
Analysis of marshal(CompiledBuiltin) on depth 7 completed  in 0.073 ms.
Analysis of email.header(Stub) on depth 8 completed  in 0.5089 ms.
Analysis of _posixsubprocess(Compiled) on depth 4 completed  in 0.0576 ms.
Analysis of _stat(CompiledBuiltin) on depth 4 completed  in 0.3559 ms.
Analysis of _ssl(Compiled) on depth 9 completed  in 29.2668 ms.
Analysis of itertools(CompiledBuiltin) on depth 3 completed  in 9.5557 ms.
Analysis of termios(Compiled) on depth 3 completed  in 5.7671 ms.
Analysis of io(Stub) on depth 3 completed  in 34.6182 ms.
Analysis of importlib._bootstrap_external(Library) on depth 6 completed  in 41.7411 ms.
Analysis of email.errors(Library) on depth 7 completed for library in 11.673 ms.
Analysis of _bisect(Compiled) on depth 9 completed  in 0.0891 ms.
Analysis of bisect(Library) on depth 8 completed for library in 0.2031 ms.
Analysis of tty(Library) on depth 6 completed for library in 0.4031 ms.
Analysis of grp(Compiled) on depth 8 completed  in 0.4769 ms.
Analysis of unicodedata(Compiled) on depth 7 completed  in 0.8402 ms.
Analysis of os(Stub) on depth 3 completed  in 19.5174 ms.
Analysis of importlib.abc(Stub) on depth 3 completed  in 1.3091 ms.
Analysis of html.entities(Library) on depth 8 completed for library in 21.4286 ms.
Analysis of sys(Stub) on depth 2 completed  in 1.4065 ms.
Analysis of _importlib_modulespec(Stub) on depth 4 completed  in 0.6286 ms.
Analysis of os.path(Stub) on depth 4 completed  in 2.176 ms.
Analysis of types(Stub) on depth 3 completed  in 2.2788 ms.
Analysis of codecs(Stub) on depth 3 completed  in 3.1829 ms.
Analysis of mmap(Stub) on depth 4 completed  in 0.9746 ms.
Analysis of io(Stub) on depth 3 completed  in 2.8769 ms.
Analysis of os(Stub) on depth 3 completed  in 16.5195 ms.
Analysis of importlib.abc(Stub) on depth 3 completed  in 0.9235 ms.
Analysis of sys(Stub) on depth 2 completed  in 1.0454 ms.
Analysis of _importlib_modulespec(Stub) on depth 4 completed  in 0.6499 ms.
Analysis of os.path(Stub) on depth 4 completed  in 5.7322 ms.
Analysis of types(Stub) on depth 3 completed  in 6.0705 ms.
Analysis of codecs(Stub) on depth 3 completed  in 6.8452 ms.
Analysis of _weakref(Stub) on depth 4 completed  in 0.846 ms.
Analysis of sre_compile(Stub) on depth 4 completed  in 0.2188 ms.
Analysis of json.decoder(Stub) on depth 3 completed  in 0.5666 ms.
Analysis of mmap(Compiled) on depth 3 completed  in 1.0575 ms.
Analysis of enum(Stub) on depth 4 completed  in 1.0004 ms.
Analysis of time(Stub) on depth 2 completed  in 1.4179 ms.
Analysis of functools(Stub) on depth 2 completed  in 1.6446 ms.
Analysis of argparse(Stub) on depth 2 completed  in 4.2829 ms.
Analysis of collections(Stub) on depth 3 completed  in 9.8927 ms.
Analysis of pprint(Stub) on depth 4 completed  in 0.4768 ms.
Analysis of heapq(Stub) on depth 4 completed  in 1.3717 ms.
Analysis of array(Stub) on depth 4 completed  in 1.4283 ms.
Analysis of errno(Stub) on depth 4 completed  in 1.4522 ms.
Analysis of locale(Stub) on depth 4 completed  in 1.6284 ms.
Analysis of pickle(Stub) on depth 3 completed  in 1.88 ms.
Analysis of operator(Stub) on depth 4 completed  in 5.6021 ms.
Analysis of stat(Stub) on depth 4 completed  in 0.531 ms.
Analysis of ctypes(Stub) on depth 4 completed  in 6.4515 ms.
Analysis of linecache(Stub) on depth 4 completed  in 0.6886 ms.
Analysis of posixpath(Stub) on depth 4 completed  in 0.829 ms.
Analysis of tracemalloc(Stub) on depth 4 completed  in 14.5107 ms.
Analysis of contextlib(Stub) on depth 5 completed  in 14.8433 ms.
Analysis of select(Stub) on depth 4 completed  in 14.9642 ms.
Analysis of traceback(Stub) on depth 3 completed  in 15.4308 ms.
Analysis of ntpath(Stub) on depth 4 completed  in 1.0028 ms.
Analysis of threading(Stub) on depth 3 completed  in 16.1712 ms.
Analysis of subprocess(Stub) on depth 4 completed  in 14.7819 ms.
Analysis of _codecs(Stub) on depth 4 completed  in 2.0786 ms.
Analysis of __future__(Stub) on depth 5 completed  in 0.2166 ms.
Analysis of pdb(Stub) on depth 5 completed  in 0.2756 ms.
Analysis of importlib(Stub) on depth 6 completed  in 0.3482 ms.
Analysis of opcode(Stub) on depth 7 completed  in 0.5686 ms.
Analysis of token(Stub) on depth 6 completed  in 0.805 ms.
Analysis of readline(Stub) on depth 6 completed  in 0.6155 ms.
Analysis of difflib(Stub) on depth 5 completed  in 1.2436 ms.
Analysis of code(Stub) on depth 6 completed  in 0.5731 ms.
Analysis of glob(Stub) on depth 6 completed  in 4.4786 ms.
Analysis of pkgutil(Stub) on depth 7 completed  in 5.0239 ms.
Analysis of shlex(Stub) on depth 6 completed  in 4.876 ms.
Analysis of math(Stub) on depth 6 completed  in 1.2599 ms.
Analysis of tempfile(Stub) on depth 7 completed  in 1.1177 ms.
Analysis of inspect(Stub) on depth 5 completed  in 7.8865 ms.
Analysis of shutil(Stub) on depth 8 completed  in 1.8715 ms.
Analysis of urllib.parse(Stub) on depth 7 completed  in 2.0523 ms.
Analysis of pyexpat.errors(Stub) on depth 10 completed  in 0.1926 ms.
Analysis of webbrowser(Stub) on depth 7 completed  in 1.7314 ms.
Analysis of _random(Stub) on depth 9 completed  in 0.3067 ms.
Analysis of binascii(Stub) on depth 8 completed  in 4.3728 ms.
Analysis of uu(Stub) on depth 8 completed  in 0.3694 ms.
Analysis of py_compile(Stub) on depth 10 completed  in 0.4071 ms.
Analysis of email.policy(Stub) on depth 8 completed  in 4.8844 ms.
Analysis of bz2(Stub) on depth 9 completed  in 0.7267 ms.
Analysis of zlib(Stub) on depth 9 completed  in 0.7471 ms.
Analysis of zipfile(Stub) on depth 9 completed  in 5.3231 ms.
Analysis of hashlib(Stub) on depth 9 completed  in 1.4887 ms.
Analysis of base64(Stub) on depth 8 completed  in 0.9262 ms.
Analysis of zipimport(Stub) on depth 8 completed  in 0.4181 ms.
Analysis of lzma(Stub) on depth 9 completed  in 1.4272 ms.
Analysis of encodings(Stub) on depth 4 completed  in 0.1284 ms.
Analysis of mimetypes(Stub) on depth 8 completed  in 1.036 ms.
Analysis of tarfile(Stub) on depth 9 completed  in 3.2964 ms.
Analysis of fcntl(Stub) on depth 4 completed  in 1.7647 ms.
Analysis of warnings(Stub) on depth 3 completed  in 0.8445 ms.
Analysis of _weakref(CompiledBuiltin) on depth 3 completed  in 0.2487 ms.
Analysis of codeop(Stub) on depth 7 completed  in 0.4158 ms.
Analysis of _compression(Stub) on depth 10 completed  in 0.3845 ms.
Analysis of platform(Stub) on depth 7 completed  in 5.5131 ms.
Analysis of json(Stub) on depth 2 completed  in 0.6326 ms.
Analysis of re(Stub) on depth 3 completed  in 6.0077 ms.
Analysis of _ast(Stub) on depth 7 completed  in 22.5448 ms.
Analysis of weakref(Stub) on depth 3 completed  in 6.5918 ms.
Analysis of signal(Stub) on depth 5 completed  in 1.2513 ms.
Analysis of time(CompiledBuiltin) on depth 1 completed  in 1.5699 ms.
Analysis of http(Stub) on depth 7 completed  in 0.8376 ms.
Analysis of plistlib(Stub) on depth 8 completed  in 0.9661 ms.
Analysis of collections.abc(Stub) on depth 3 completed  in 4.4826 ms.
Analysis of optparse(Stub) on depth 9 completed  in 16.7593 ms.
Analysis of struct(Stub) on depth 4 completed  in 0.666 ms.
Analysis of socket(Stub) on depth 6 completed  in 7.6732 ms.
Analysis of array(Compiled) on depth 3 completed  in 7.3224 ms.
Analysis of _codecs(CompiledBuiltin) on depth 3 completed  in 0.5541 ms.
Analysis of reprlib(Stub) on depth 3 completed  in 0.4873 ms.
Analysis of datetime(Stub) on depth 8 completed  in 7.9488 ms.
Analysis of __future__(Library) on depth 4 completed for library in 0.8679 ms.
Analysis of _operator(Stub) on depth 5 completed  in 0.1929 ms.
Analysis of errno(CompiledBuiltin) on depth 3 completed  in 0.5227 ms.
Analysis of stat(Library) on depth 3 completed for library in 0.6949 ms.
Analysis of tokenize(Stub) on depth 5 completed  in 0.9 ms.
Analysis of pyexpat(Stub) on depth 10 completed  in 0.8253 ms.
Analysis of importlib.machinery(Stub) on depth 6 completed  in 1.3776 ms.
Analysis of readline(Compiled) on depth 5 completed  in 0.3739 ms.
Analysis of opcode(Library) on depth 6 completed for library in 0.5091 ms.
Analysis of random(Stub) on depth 8 completed  in 6.2875 ms.
Analysis of math(Compiled) on depth 5 completed  in 0.708 ms.
Analysis of dis(Stub) on depth 6 completed  in 6.0507 ms.
Analysis of select(Compiled) on depth 3 completed  in 8.2869 ms.
Analysis of _random(Compiled) on depth 8 completed  in 0.3477 ms.
Analysis of binascii(Compiled) on depth 7 completed  in 0.8765 ms.
Analysis of py_compile(Library) on depth 9 completed  in 1.1563 ms.
Analysis of email.message(Stub) on depth 7 completed  in 2.1505 ms.
Analysis of fcntl(Compiled) on depth 3 completed  in 0.2043 ms.
Analysis of logging(Stub) on depth 2 completed  in 10.6421 ms.
Analysis of ast(Stub) on depth 6 completed  in 0.7382 ms.
Analysis of zlib(Compiled) on depth 8 completed  in 0.577 ms.
Analysis of gzip(Stub) on depth 10 completed  in 1.0401 ms.
Analysis of _weakrefset(Library) on depth 3 completed for library in 1.2478 ms.
Analysis of zipimport(CompiledBuiltin) on depth 7 completed  in 0.9829 ms.
Analysis of _ast(CompiledBuiltin) on depth 6 completed  in 44.9367 ms.
Analysis of struct(Library) on depth 3 completed  in 0.2526 ms.
Analysis of _threading_local(Stub) on depth 4 completed  in 0.3538 ms.
Analysis of email.utils(Stub) on depth 8 completed  in 0.7337 ms.
Analysis of xml.parsers.expat(Stub) on depth 9 completed  in 0.7262 ms.
Analysis of selectors(Stub) on depth 5 completed  in 1.1827 ms.
Analysis of socketserver(Stub) on depth 8 completed  in 2.0151 ms.
Analysis of importlib.util(Stub) on depth 7 completed  in 0.8686 ms.
Analysis of pyexpat(Compiled) on depth 9 completed  in 4.6949 ms.
Analysis of codeop(Library) on depth 6 completed for library in 4.7398 ms.
Analysis of email.contentmanager(Stub) on depth 8 completed  in 0.4424 ms.
Analysis of ssl(Stub) on depth 9 completed  in 7.4892 ms.
Analysis of reprlib(Library) on depth 2 completed for library in 7.7966 ms.
Analysis of calendar(Stub) on depth 10 completed  in 6.8919 ms.
Analysis of collections(Stub) on depth 3 completed  in 11.1735 ms.
Analysis of unittest(Stub) on depth 5 completed  in 9.9441 ms.
Analysis of collections.abc(Stub) on depth 3 completed  in 0.1882 ms.
Analysis of _struct(Compiled) on depth 4 completed  in 0.3254 ms.
Analysis of importlib(Stub) on depth 6 completed  in 0.3431 ms.
Analysis of struct(Library) on depth 3 completed for library in 0.2829 ms.
Analysis of email.policy(Stub) on depth 8 completed  in 1.1725 ms.
Analysis of _py_abc(Library) on depth 2 completed for library in 1.6208 ms.
Analysis of importlib.machinery(Stub) on depth 6 completed  in 1.5385 ms.
Analysis of doctest(Stub) on depth 4 completed  in 2.7079 ms.
Analysis of importlib.util(Stub) on depth 7 completed  in 0.7723 ms.
Analysis of abc(Library) on depth 1 completed for library in 1.4836 ms.
Analysis of _imp(Stub) on depth 7 completed  in 0.4729 ms.
Analysis of email.message(Stub) on depth 7 completed  in 2.3579 ms.
Analysis of _imp(CompiledBuiltin) on depth 6 completed  in 0.2363 ms.
Analysis of email.encoders(Stub) on depth 9 completed  in 0.1816 ms.
Analysis of email.iterators(Stub) on depth 8 completed  in 0.2005 ms.
Analysis of email.feedparser(Stub) on depth 9 completed  in 0.4266 ms.
Analysis of email(Stub) on depth 7 completed  in 0.6577 ms.
Analysis of importlib.machinery(Library) on depth 5 completed  in 0.6036 ms.
Analysis of email.generator(Stub) on depth 8 completed  in 0.8639 ms.
Analysis of email.parser(Stub) on depth 8 completed  in 7.0211 ms.
Analysis of io(Library) on depth 2 completed  in 8.6761 ms.
Analysis of http.server(Stub) on depth 7 completed  in 7.8512 ms.
Analysis of email.headerregistry(Stub) on depth 9 completed  in 8.6304 ms.
Analysis of http.client(Stub) on depth 8 completed  in 9.4438 ms.
Analysis of _io(CompiledBuiltin) on depth 2 completed  in 5.0119 ms.
Analysis of io(Library) on depth 2 completed for library in 1.3212 ms.
Analysis of _compression(Library) on depth 9 completed for library in 0.919 ms.
Analysis of sre_constants(Library) on depth 3 completed for library in 6.7054 ms.
Analysis of zipfile(Library) on depth 8 completed  in 20.5004 ms.
Analysis of shutil(Library) on depth 7 completed  in 8.6253 ms.
Analysis of webbrowser(Library) on depth 6 completed  in 4.4362 ms.
Analysis of tarfile(Library) on depth 8 completed  in 27.6901 ms.
Analysis of pydoc(Library) on depth 5 completed  in 43.9267 ms.
Analysis of pdb(Library) on depth 4 completed  in 13.0544 ms.
Analysis of doctest(Library) on depth 3 completed  in 11.8811 ms.
Analysis of heapq(Library) on depth 3 completed  in 1.3304 ms.
Analysis of difflib(Library) on depth 4 completed  in 11.9759 ms.
Analysis of pickle(Library) on depth 2 completed  in 13.5378 ms.
Analysis of tracemalloc(Library) on depth 3 completed  in 3.6013 ms.
Analysis of warnings(Library) on depth 2 completed  in 3.5751 ms.
Analysis of importlib(Library) on depth 5 completed  in 3.6335 ms.
Analysis of bz2(Library) on depth 8 completed  in 3.8875 ms.
Analysis of unittest.case(Library) on depth 5 completed  in 13.8008 ms.
Analysis of importlib.abc(Library) on depth 7 completed  in 6.6799 ms.
Analysis of random(Library) on depth 7 completed  in 5.4415 ms.
Analysis of threading(Library) on depth 2 completed  in 10.4961 ms.
Analysis of gzip(Library) on depth 9 completed  in 7.9412 ms.
Analysis of sre_parse(Library) on depth 3 completed  in 12.9889 ms.
Analysis of base64(Library) on depth 7 completed  in 7.123 ms.
Analysis of plistlib(Library) on depth 7 completed  in 11.7828 ms.
Analysis of importlib.util(Library) on depth 6 completed  in 5.3813 ms.
Analysis of tempfile(Library) on depth 6 completed  in 9.2704 ms.
Analysis of email.encoders(Library) on depth 8 completed  in 0.2236 ms.
Analysis of _threading_local(Library) on depth 3 completed  in 0.6722 ms.
Analysis of ssl(Library) on depth 8 completed  in 11.9183 ms.
Analysis of unittest.loader(Library) on depth 5 completed  in 12.7175 ms.
Analysis of email.base64mime(Library) on depth 8 completed  in 3.2572 ms.
Analysis of platform(Library) on depth 6 completed  in 12.1304 ms.
Analysis of socketserver(Library) on depth 7 completed  in 11.6932 ms.
Analysis of email.charset(Library) on depth 7 completed  in 1.1432 ms.
Analysis of unittest.main(Library) on depth 5 completed  in 3.4256 ms.
Analysis of unittest(Library) on depth 4 completed  in 0.3237 ms.
Analysis of email.header(Library) on depth 8 completed  in 12.154 ms.
Analysis of email.utils(Library) on depth 7 completed  in 0.8908 ms.
Analysis of unittest.suite(Library) on depth 5 completed  in 2.8366 ms.
Analysis of pkgutil(Library) on depth 6 completed  in 16.5268 ms.
Analysis of subprocess(Library) on depth 3 completed  in 30.3942 ms.
Analysis of unittest.result(Library) on depth 5 completed  in 4.7099 ms.
Analysis of email.generator(Library) on depth 7 completed  in 6.7956 ms.
Analysis of unittest.runner(Library) on depth 5 completed  in 6.1575 ms.
Analysis of email._policybase(Library) on depth 7 completed  in 3.0179 ms.
Analysis of inspect(Library) on depth 4 completed  in 46.4276 ms.
Analysis of runpy(Library) on depth 5 completed  in 5.5758 ms.
Analysis of os(Library) on depth 2 completed  in 8.3163 ms.
Analysis of ast(Library) on depth 5 completed  in 2.1148 ms.
Analysis of email.feedparser(Library) on depth 8 completed  in 7.6666 ms.
Analysis of bdb(Library) on depth 5 completed  in 8.7439 ms.
Analysis of unittest.util(Library) on depth 6 completed  in 3.0868 ms.
Analysis of genericpath(Library) on depth 4 completed  in 2.4712 ms.
Analysis of shlex(Library) on depth 5 completed  in 1.1808 ms.
Analysis of glob(Library) on depth 5 completed  in 1.8909 ms.
Analysis of http.client(Library) on depth 7 completed  in 21.9269 ms.
Analysis of getopt(Library) on depth 5 completed  in 5.8135 ms.
Analysis of posix(CompiledBuiltin) on depth 3 completed  in 13.1417 ms.
Analysis of socket(Library) on depth 7 completed  in 10.0769 ms.
Analysis of lzma(Library) on depth 8 completed  in 1.8267 ms.
Analysis of email.parser(Library) on depth 7 completed  in 1.3414 ms.
Analysis of mimetypes(Library) on depth 7 completed  in 2.0868 ms.
Analysis of locale(Library) on depth 3 completed  in 16.8664 ms.
Analysis of posixpath(Library) on depth 3 completed  in 7.1734 ms.
Analysis of ntpath(Library) on depth 3 completed  in 7.6397 ms.
Analysis of optparse(Library) on depth 8 completed  in 10.1374 ms.
Analysis of http.server(Library) on depth 6 completed  in 15.7221 ms.
Analysis of _bootlocale(Library) on depth 4 completed  in 0.2973 ms.
Analysis of email(Library) on depth 6 completed  in 0.4675 ms.
Analysis of _locale(CompiledBuiltin) on depth 3 completed  in 1.1543 ms.
Analysis of quopri(Library) on depth 7 completed  in 1.648 ms.
Analysis of fnmatch(Library) on depth 4 completed  in 0.4093 ms.
Analysis of uu(Library) on depth 7 completed  in 6.3333 ms.
Analysis of re(Library) on depth 2 completed  in 6.7465 ms.
Analysis of email._encoded_words(Library) on depth 7 completed  in 6.791 ms.
Analysis of keyword(Library) on depth 3 completed  in 1.4865 ms.
Analysis of calendar(Library) on depth 9 completed  in 10.2268 ms.
Analysis of textwrap(Library) on depth 2 completed  in 2.6438 ms.
Analysis of string(Library) on depth 2 completed  in 2.955 ms.
Analysis of token(Library) on depth 5 completed  in 3.9132 ms.
Analysis of html(Library) on depth 7 completed  in 0.8315 ms.
Analysis of email.quoprimime(Library) on depth 8 completed  in 12.7438 ms.
Analysis of email._parseaddr(Library) on depth 8 completed  in 14.0776 ms.
Analysis of pprint(Library) on depth 3 completed  in 19.2584 ms.
Analysis of cmd(Library) on depth 5 completed  in 3.8751 ms.
Analysis of urllib.parse(Library) on depth 6 completed  in 22.3454 ms.
Analysis of collections(Library) on depth 2 completed  in 21.4586 ms.
Analysis of _strptime(Library) on depth 8 completed  in 9.9813 ms.
Analysis of _collections(CompiledBuiltin) on depth 3 completed  in 0.5934 ms.
Analysis of tokenize(Library) on depth 4 completed  in 17.2278 ms.
Analysis of dis(Library) on depth 5 completed  in 9.8669 ms.
Analysis of linecache(Library) on depth 3 completed  in 0.2625 ms.
Analysis of functools(Library) on depth 1 completed  in 10.4819 ms.
Analysis of _functools(CompiledBuiltin) on depth 2 completed  in 0.1058 ms.
Analysis of contextlib(Library) on depth 4 completed  in 8.9311 ms.
Analysis of traceback(Library) on depth 2 completed  in 2.8427 ms.
Analysis of selectors(Library) on depth 4 completed  in 9.2785 ms.
Analysis of types(Library) on depth 2 completed  in 3.4184 ms.
Analysis of operator(Library) on depth 3 completed  in 5.2499 ms.
Analysis of _operator(CompiledBuiltin) on depth 4 completed  in 5.4416 ms.
Analysis of code(Library) on depth 5 completed  in 5.2454 ms.
Analysis of copy(Library) on depth 2 completed  in 1.8408 ms.
Analysis of enum(Library) on depth 3 completed  in 17.9343 ms.
Analysis of http(Library) on depth 6 completed  in 1.1537 ms.
Analysis of signal(Library) on depth 4 completed  in 0.5438 ms.
Analysis of _signal(CompiledBuiltin) on depth 5 completed  in 0.3647 ms.
Analysis of email._header_value_parser(Library) on depth 9 completed  in 68.0349 ms.
Analysis of unittest.signals(Library) on depth 5 completed  in 0.6667 ms.
Analysis of sys(CompiledBuiltin) on depth 1 completed  in 12.4846 ms.
Analysis of weakref(Library) on depth 2 completed  in 11.5156 ms.
Analysis of encodings(Library) on depth 3 completed  in 8.4544 ms.
Analysis of email.iterators(Library) on depth 7 completed  in 0.246 ms.
Analysis of logging(Library) on depth 1 completed  in 27.0223 ms.
Analysis of gettext(Library) on depth 2 completed  in 10.661 ms.
Analysis of xml.parsers.expat(Library) on depth 8 completed  in 0.155 ms.
Analysis of datetime(Library) on depth 7 completed  in 33.9591 ms.
Analysis of codecs(Library) on depth 2 completed  in 4.1517 ms.
Analysis of encodings.mbcs(Library) on depth 4 completed  in 0.8691 ms.
Analysis of _datetime(Compiled) on depth 8 completed  in 0.176 ms.
Analysis of email.headerregistry(Library) on depth 8 completed  in 15.6292 ms.
Analysis of email.policy(Library) on depth 7 completed  in 7.6725 ms.
Analysis of hashlib(Library) on depth 8 completed  in 8.4285 ms.
Analysis of _collections_abc(Library) on depth 3 completed  in 25.24 ms.
Analysis of collections.abc(Library) on depth 2 completed  in 0.1615 ms.
Analysis of email.message(Library) on depth 6 completed  in 18.234 ms.
Analysis of sre_compile(Library) on depth 3 completed  in 31.642 ms.
Analysis of argparse(Library) on depth 1 completed  in 27.612 ms.
Analysis of email.contentmanager(Library) on depth 8 completed  in 3.4423 ms.
Analysis of importlib._bootstrap_external(Library) on depth 6 completed for library in 9.9728 ms.
Analysis of importlib.machinery(Library) on depth 5 completed for library in 0.5013 ms.
Analysis of py_compile(Library) on depth 9 completed for library in 1.5764 ms.
Analysis of zipfile(Library) on depth 8 completed for library in 17.0702 ms.
Analysis of shutil(Library) on depth 7 completed for library in 5.3169 ms.
Analysis of webbrowser(Library) on depth 6 completed for library in 5.9546 ms.
Analysis of tarfile(Library) on depth 8 completed for library in 19.7677 ms.
Analysis of pydoc(Library) on depth 5 completed for library in 30.5201 ms.
Analysis of pdb(Library) on depth 4 completed for library in 15.7122 ms.
Analysis of doctest(Library) on depth 3 completed for library in 9.7173 ms.
Analysis of heapq(Library) on depth 3 completed for library in 1.0294 ms.
Analysis of difflib(Library) on depth 4 completed for library in 10.6442 ms.
Analysis of pickle(Library) on depth 2 completed for library in 13.6821 ms.
Analysis of tracemalloc(Library) on depth 3 completed for library in 3.3462 ms.
Analysis of warnings(Library) on depth 2 completed for library in 4.1024 ms.
Analysis of importlib(Library) on depth 5 completed for library in 0.9803 ms.
Analysis of unittest.case(Library) on depth 5 completed for library in 19.7081 ms.
Analysis of bz2(Library) on depth 8 completed for library in 9.1319 ms.
Analysis of random(Library) on depth 7 completed for library in 8.4382 ms.
Analysis of importlib.abc(Library) on depth 7 completed for library in 16.1524 ms.
Analysis of sre_parse(Library) on depth 3 completed for library in 17.4206 ms.
Analysis of base64(Library) on depth 7 completed for library in 6.6945 ms.
Analysis of threading(Library) on depth 2 completed for library in 18.0516 ms.
Analysis of plistlib(Library) on depth 7 completed for library in 17.7104 ms.
Analysis of gzip(Library) on depth 9 completed for library in 8.7594 ms.
Analysis of ssl(Library) on depth 8 completed for library in 11.6235 ms.
Analysis of _threading_local(Library) on depth 3 completed for library in 0.713 ms.
Analysis of email.encoders(Library) on depth 8 completed for library in 0.5547 ms.
Analysis of email.base64mime(Library) on depth 8 completed for library in 11.396 ms.
Analysis of importlib.util(Library) on depth 6 completed for library in 14.9833 ms.
Analysis of tempfile(Library) on depth 6 completed for library in 15.758 ms.
Analysis of socketserver(Library) on depth 7 completed for library in 19.8534 ms.
Analysis of email.charset(Library) on depth 7 completed for library in 0.879 ms.
Analysis of email.utils(Library) on depth 7 completed for library in 1.8222 ms.
Analysis of email.header(Library) on depth 8 completed for library in 4.0372 ms.
Analysis of pkgutil(Library) on depth 6 completed for library in 10.0521 ms.
Analysis of email._policybase(Library) on depth 7 completed for library in 6.6526 ms.
Analysis of platform(Library) on depth 6 completed for library in 12.4431 ms.
Analysis of email.generator(Library) on depth 7 completed for library in 3.8192 ms.
Analysis of unittest.loader(Library) on depth 5 completed for library in 35.385 ms.
Analysis of subprocess(Library) on depth 3 completed for library in 34.4507 ms.
Analysis of runpy(Library) on depth 5 completed for library in 2.5446 ms.
Analysis of email.feedparser(Library) on depth 8 completed for library in 4.2479 ms.
Analysis of email.parser(Library) on depth 7 completed for library in 1.1962 ms.
Analysis of email(Library) on depth 6 completed for library in 3.8573 ms.
Analysis of unittest.main(Library) on depth 5 completed for library in 6.5709 ms.
Analysis of unittest(Library) on depth 4 completed for library in 0.4404 ms.
Analysis of http.client(Library) on depth 7 completed for library in 24.8456 ms.
Analysis of email._encoded_words(Library) on depth 7 completed for library in 3.1998 ms.
Analysis of os(Library) on depth 2 completed for library in 13.7791 ms.
Analysis of unittest.result(Library) on depth 5 completed for library in 6.0458 ms.
Analysis of unittest.runner(Library) on depth 5 completed for library in 7.9245 ms.
Analysis of unittest.suite(Library) on depth 5 completed for library in 6.9115 ms.
Analysis of unittest.util(Library) on depth 6 completed for library in 3.2151 ms.
Analysis of inspect(Library) on depth 4 completed for library in 55.6297 ms.
Analysis of genericpath(Library) on depth 4 completed for library in 5.2119 ms.
Analysis of shlex(Library) on depth 5 completed for library in 4.2414 ms.
Analysis of glob(Library) on depth 5 completed for library in 4.1932 ms.
Analysis of lzma(Library) on depth 8 completed for library in 0.912 ms.
Analysis of getopt(Library) on depth 5 completed for library in 1.0792 ms.
Analysis of mimetypes(Library) on depth 7 completed for library in 2.0483 ms.
Analysis of posix(CompiledBuiltin) on depth 3 completed  in 11.6036 ms.
Analysis of ast(Library) on depth 5 completed for library in 2.1021 ms.
Analysis of locale(Library) on depth 3 completed for library in 19.5265 ms.
Analysis of bdb(Library) on depth 5 completed for library in 10.6193 ms.
Analysis of optparse(Library) on depth 8 completed for library in 11.4144 ms.
Analysis of _locale(CompiledBuiltin) on depth 3 completed  in 0.3341 ms.
Analysis of socket(Library) on depth 7 completed for library in 13.4923 ms.
Analysis of _bootlocale(Library) on depth 4 completed for library in 0.3018 ms.
Analysis of quopri(Library) on depth 7 completed for library in 1.4351 ms.
Analysis of posixpath(Library) on depth 3 completed for library in 5.1962 ms.
Analysis of http.server(Library) on depth 6 completed for library in 27.778 ms.
Analysis of ntpath(Library) on depth 3 completed for library in 6.279 ms.
Analysis of calendar(Library) on depth 9 completed for library in 7.6562 ms.
Analysis of fnmatch(Library) on depth 4 completed for library in 0.4239 ms.
Analysis of uu(Library) on depth 7 completed for library in 2.1088 ms.
Analysis of re(Library) on depth 2 completed for library in 2.3073 ms.
Analysis of keyword(Library) on depth 3 completed for library in 1.4879 ms.
Analysis of textwrap(Library) on depth 2 completed for library in 1.6374 ms.
Analysis of email._parseaddr(Library) on depth 8 completed for library in 14.5104 ms.
Analysis of string(Library) on depth 2 completed for library in 2.7333 ms.
Analysis of token(Library) on depth 5 completed for library in 12.9461 ms.
Analysis of cmd(Library) on depth 5 completed for library in 0.5916 ms.
Analysis of _strptime(Library) on depth 8 completed for library in 17.4451 ms.
Analysis of html(Library) on depth 7 completed for library in 0.7057 ms.
Analysis of email.quoprimime(Library) on depth 8 completed for library in 2.3349 ms.
Analysis of email._header_value_parser(Library) on depth 9 completed for library in 64.9929 ms.
Analysis of tokenize(Library) on depth 4 completed for library in 10.1912 ms.
Analysis of linecache(Library) on depth 3 completed for library in 0.2553 ms.
Analysis of pprint(Library) on depth 3 completed for library in 14.4518 ms.
Analysis of urllib.parse(Library) on depth 6 completed for library in 14.963 ms.
Analysis of traceback(Library) on depth 2 completed for library in 6.1844 ms.
Analysis of collections(Library) on depth 2 completed for library in 11.7347 ms.
Analysis of code(Library) on depth 5 completed for library in 0.6433 ms.
Analysis of _collections(CompiledBuiltin) on depth 3 completed  in 0.7837 ms.
Analysis of email.headerregistry(Library) on depth 8 completed for library in 8.1507 ms.
Analysis of contextlib(Library) on depth 4 completed for library in 10.5054 ms.
Analysis of selectors(Library) on depth 4 completed for library in 10.8766 ms.
Analysis of functools(Library) on depth 1 completed for library in 11.6409 ms.
Analysis of _functools(CompiledBuiltin) on depth 2 completed  in 0.105 ms.
Analysis of email.policy(Library) on depth 7 completed for library in 1.5839 ms.
Analysis of types(Library) on depth 2 completed for library in 2.3583 ms.
Analysis of operator(Library) on depth 3 completed for library in 4.0847 ms.
Analysis of dis(Library) on depth 5 completed for library in 10.0675 ms.
Analysis of _operator(CompiledBuiltin) on depth 4 completed  in 5.3795 ms.
Analysis of logging(Library) on depth 1 completed for library in 22.0872 ms.
Analysis of copy(Library) on depth 2 completed for library in 1.9008 ms.
Analysis of datetime(Library) on depth 7 completed for library in 30.1356 ms.
Analysis of _datetime(Compiled) on depth 8 completed  in 0.1329 ms.
Analysis of hashlib(Library) on depth 8 completed for library in 2.2842 ms.
Analysis of enum(Library) on depth 3 completed for library in 19.1384 ms.
Analysis of signal(Library) on depth 4 completed for library in 0.8585 ms.
Analysis of _signal(CompiledBuiltin) on depth 5 completed  in 0.3495 ms.
Analysis of email.message(Library) on depth 6 completed for library in 11.0856 ms.
Analysis of sys(CompiledBuiltin) on depth 1 completed  in 11.2937 ms.
Analysis of unittest.signals(Library) on depth 5 completed for library in 0.5857 ms.
Analysis of xml.parsers.expat(Library) on depth 8 completed for library in 0.1684 ms.
Analysis of http(Library) on depth 6 completed for library in 1.927 ms.
Analysis of email.iterators(Library) on depth 7 completed for library in 0.2401 ms.
Analysis of encodings(Library) on depth 3 completed for library in 1.1339 ms.
Analysis of gettext(Library) on depth 2 completed for library in 10.3771 ms.
Analysis of weakref(Library) on depth 2 completed for library in 11.1788 ms.
Analysis of email.contentmanager(Library) on depth 8 completed for library in 4.0086 ms.
Analysis of codecs(Library) on depth 2 completed for library in 8.4485 ms.
Analysis of encodings.mbcs(Library) on depth 4 completed for library in 0.5527 ms.
Analysis of argparse(Library) on depth 1 completed for library in 12.6269 ms.
Analysis of _collections_abc(Library) on depth 3 completed for library in 14.6456 ms.
Analysis of sre_compile(Library) on depth 3 completed for library in 14.6968 ms.
Analysis of collections.abc(Library) on depth 2 completed for library in 0.1765 ms.
Analysis of json.scanner(Library) on depth 3 completed for library in 3.3663 ms.
Analysis of ctypes._endian(Library) on depth 4 completed  in 3.4581 ms.
Analysis of periphery.led(Library) on depth 2 completed for library in 4.0413 ms.
Analysis of periphery.pwm(Library) on depth 2 completed for library in 2.6541 ms.
Analysis of json.encoder(Library) on depth 2 completed for library in 5.8297 ms.
Analysis of periphery.gpio(Library) on depth 2 completed for library in 5.8147 ms.
Analysis of periphery.serial(Library) on depth 2 completed for library in 6.1892 ms.
Analysis of json(Library) on depth 1 completed  in 0.751 ms.
Analysis of ctypes(Library) on depth 3 completed  in 5.2496 ms.
Analysis of json.decoder(Library) on depth 2 completed  in 2.3942 ms.
Analysis of ctypes._endian(Library) on depth 4 completed for library in 10.9761 ms.
Analysis of json(Library) on depth 1 completed for library in 10.8489 ms.
Analysis of json.decoder(Library) on depth 2 completed for library in 2.3149 ms.
Analysis of ctypes(Library) on depth 3 completed for library in 4.4252 ms.
Analysis of command(User) on depth 0 completed  in 2.179 ms.
Analysis of periphery.mmio(Library) on depth 2 completed for library in 1.7596 ms.
Analysis of periphery.spi(Library) on depth 2 completed for library in 2.0413 ms.
Analysis of periphery.i2c(Library) on depth 2 completed for library in 2.663 ms.
Analysis of periphery(Library) on depth 1 completed for library in 0.4402 ms.
Analysis of at24mac(User) on depth 0 completed  in 5.2392 ms.
Analysis complete: 380 modules in 2206.4018 ms.
Analysis version 528 of 533 entries has been completed in 952.3315 ms.
Hover in file:///Users/rcordeau/repos/eft-petalinux/framework/eft/at24mac.py at (7, 6)
Hover in file:///Users/rcordeau/repos/eft-petalinux/framework/eft/at24mac.py at (7, 9)
Hover in file:///Users/rcordeau/repos/eft-petalinux/framework/eft/at24mac.py at (3, 10)
Opening document file:///Users/rcordeau/repos/eft-petalinux/framework/eft/bldcmotor.py
Analysis of bldcmotor(User) queued
Analysis version 529 of 1 entries has started.
Analysis of bldcmotor(User) on depth 0 completed  in 2.3193 ms.
Analysis complete: 1 modules in 3.0262 ms.
Analysis version 529 of 1 entries has been completed in 2.4893 ms.
Hover in file:///Users/rcordeau/repos/eft-petalinux/framework/eft/bldcmotor.py at (3, 9)
Hover in file:///Users/rcordeau/repos/eft-petalinux/framework/eft/at24mac.py at (10, 21)
Hover in file:///Users/rcordeau/repos/eft-petalinux/framework/eft/at24mac.py at (14, 45)
Hover in file:///Users/rcordeau/repos/eft-petalinux/framework/eft/at24mac.py at (10, 21)
Hover in file:///Users/rcordeau/repos/eft-petalinux/framework/eft/at24mac.py at (15, 59)
Opening document file:///Users/rcordeau/repos/eft-petalinux/framework/eft/steppermotor.py
Analysis of steppermotor(User) queued
Analysis version 530 of 1 entries has started.
Analysis of steppermotor(User) on depth 0 completed  in 0.4556 ms.
Analysis complete: 1 modules in 1.1288 ms.
Analysis version 530 of 1 entries has been completed in 0.5616 ms.
Hover in file:///Users/rcordeau/repos/eft-petalinux/framework/eft/at24mac.py at (7, 9)
Hover in file:///Users/rcordeau/repos/eft-petalinux/framework/eft/at24mac.py at (3, 6)
Hover in file:///Users/rcordeau/repos/eft-petalinux/framework/eft/at24mac.py at (3, 7)
Hover in file:///Users/rcordeau/repos/eft-petalinux/framework/eft/at24mac.py at (3, 9)
Starting Microsoft Python language server.

@rcordeau
Copy link

rcordeau commented Aug 6, 2019

One last question: will the Python language server only parse .py source files? I have some files that are python, but I removed the extension. Code used to process them fine.

Update: setting "python.analysis.downloadChannel": "release" made that last issue go away.

Update 2: removing "python.analysis.downloadChannel": "release" entirely made the issue with "import time" come back.

@jakebailey
Copy link
Member

jakebailey commented Aug 6, 2019

If it's a big log, I'd wrap it in a triple quote box to prevent it from being too big to display on github (or upload it as an attachment). I've edited your comment to make scrolling possible again 🙂

Looking at your logs, you aren't getting the version from beta. You should have 0.3.46. Make sure you reload the editor to get the latest version. In any case, I don't see module reloading (which is what 0.3.46 would have affected), so that shouldn't be it.

Update: setting "python.analysis.downloadChannel": "release" made that last issue go away.

There is no option "release". Switching it is likely not doing anything but making something restart and produce a different output.

@rcordeau
Copy link

rcordeau commented Aug 6, 2019

Sorry Jake - bad etiquette on my part. Yeah, I figured out that "release" wasn't a thing when I noticed that it was starting the Jedi engine as well. I have updated again to be the beta version, but it isn't showing 0.3.46, even after multiple restarts.

@jakebailey
Copy link
Member

You can force a download by following these instructions: microsoft/vscode-python#3977

@rcordeau
Copy link

rcordeau commented Aug 6, 2019

Ok. Beta seems to have fixed it. Thanks for all the help!

@louisabraham
Copy link

Hi, I experience the same issue on a remote instance with both time and itertools.

My setup is the following:

Python 3.7.1

Name: Python
Id: ms-python.python
Description: Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, and more.
Version: 2019.8.30787
Publisher: Microsoft
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=ms-python.python

@Nufflee
Copy link

Nufflee commented Aug 23, 2019

I'm still seeing this issue on latest release, are there any plans to release a fix soon?

@MikhailArkhipov
Copy link

Merging with #1156

@MikhailArkhipov MikhailArkhipov added the duplicate This issue or pull request already exists label Aug 23, 2019
@jamilraichouni
Copy link

jamilraichouni commented Sep 22, 2019

One last question: will the Python language server only parse .py source files? I have some files that are python, but I removed the extension. Code used to process them fine.

Update: setting "python.analysis.downloadChannel": "release" made that last issue go away.

Update 2: removing "python.analysis.downloadChannel": "release" entirely made the issue with "import time" come back.

Same here

# built-ins:
from os.path import join
from pathlib import Path

lead to "unresolved-import" error when I had

"python.analysis.downloadChannel": "beta",

in my settins.json.

After replacing it by

"python.analysis.downloadChannel": "release",

and reloading the window the error went away.

@jakebailey
Copy link
Member

"release" is not a valid download channel, the choices are daily, beta, and stable. I don't know what the extension is going to download if you don't give it the setting it's expecting. You can find the version in the output panel.

@jamilraichouni
Copy link

Okay thanks. Read that somewhere in the www.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

7 participants