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

Language server stuck Analayzing in background #1776

Closed
z4ce opened this issue Nov 8, 2019 · 52 comments
Closed

Language server stuck Analayzing in background #1776

z4ce opened this issue Nov 8, 2019 · 52 comments
Assignees
Labels
bug Something isn't working

Comments

@z4ce
Copy link

z4ce commented Nov 8, 2019

Issue Type: Bug
Steps to reproduce:

  1. Open a python file
  2. Observe "Analyzing in background, ## items left..."
  3. Seems to impact intellisense from running correctly (sometimes some intellisense shows up... sometimes none.. never seems to be complete and things like cmd-click also not working)
  4. I've tried with both stable and beta channels

Versions

  • VS-Code Python Extension version: 2019.10.44104
  • Language Server version: 0.4.101.0
  • VS Code version: Code 1.40.0 (86405ea23e3937316009fc27c9361deee66ffbf5, 2019-11-06T17:09:34.601Z)
  • OS version: Darwin x64 19.0.0 (Macos Catalina)
  • Python version (& distribution if applicable, e.g. Anaconda): Python 3.7.4 via brew

Details

System Info
Item Value
CPUs Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (12 x 2200)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off
surface_control: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) 3, 3, 3
Memory (System) 32.00GB (2.76GB free)
Process Argv -psn_0_2265641
Screen Reader no
VM 0%

Language Server Logs

[Info  - 2:23:27 PM] Analysis cache path: /Users/ianzink/Library/Caches/Microsoft/Python Language Server
[Info  - 2:23:27 PM] Microsoft Python Language Server version 0.4.101.0
[Info  - 2:23:27 PM] Workspace root: /Users/ianzink/git/pvd-robot-testing
[Info  - 2:23:28 PM] GetCurrentSearchPaths /usr/local/bin/python3 
[Info  - 2:23:28 PM] Interpreter search paths:
[Info  - 2:23:28 PM]     /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7
[Info  - 2:23:28 PM]     /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload
[Info  - 2:23:28 PM]     /Users/ianzink/Library/Python/3.7/lib/python/site-packages
[Info  - 2:23:28 PM]     /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages
[Info  - 2:23:28 PM] User search paths:
[Info  - 2:23:28 PM]     /Users/ianzink/git/pvd-robot-testing/libraries
[Info  - 2:23:30 PM] Initializing for /usr/local/bin/python3
[Info  - 2:23:30 PM] Reloading modules... 
[Info  - 2:23:30 PM] GetCurrentSearchPaths /usr/local/bin/python3 
Watching /Users/ianzink/Library/Python/3.7/lib/python/site-packages
[Info  - 2:23:30 PM] Interpreter search paths:
[Info  - 2:23:30 PM]     /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7
[Info  - 2:23:30 PM]     /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload
[Info  - 2:23:30 PM]     /Users/ianzink/Library/Python/3.7/lib/python/site-packages
[Info  - 2:23:30 PM]     /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages
[Info  - 2:23:30 PM] User search paths:
[Info  - 2:23:30 PM]     /Users/ianzink/git/pvd-robot-testing/libraries
Watching /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7
Watching /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload
Watching /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages
[Info  - 2:23:31 PM] Analysis caching mode: None.
Opening document file:///Users/ianzink/git/pvd-robot-testing/libraries/control_plane_result.py
Analysis of control_plane_result (User) queued. Dependencies: datetime, influxdb, abc, run_cl_with_utilization, urllib, urllib.parse
Code Action in file:///Users/ianzink/git/pvd-robot-testing/libraries/control_plane_result.py at (61, 18) - (61, 18)
Import:  datetime /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/datetime.py 
Import:  influxdb /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb/__init__.py 
Analysis of datetime (Stub) queued. Dependencies: sys (stub), time (stub)
Import:  abc /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/abc.py 
Analysis of abc (Stub) queued. Dependencies: 
Import:  run_cl_with_utilization /Users/ianzink/git/pvd-robot-testing/libraries/run_cl_with_utilization.py 
Import:  urllib /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/__init__.py 
Analysis of urllib (Stub) queued. Dependencies: 
Analysis of urllib (Library) queued. Dependencies: urllib (stub)
Analysis of abc (Library) queued. Dependencies: abc (stub), _py_abc
Import:  urllib.parse /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/parse.py 
Analysis of influxdb (Library) queued. Dependencies: __future__, influxdb.client, influxdb.dataframe_client, influxdb.helper
Analysis of run_cl_with_utilization (User) queued. Dependencies: subprocess, re, glob, os, json, datetime
Import:  _py_abc /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/_py_abc.py 
Analysis of urllib.parse (Stub) queued. Dependencies: sys (stub)
Import:  subprocess /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py 
Import:  re /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/re.py 
Analysis of sys (Stub) queued. Dependencies: types (stub), importlib.abc (stub)
Import:  glob /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/glob.py 
Analysis of time (Stub) queued. Dependencies: sys (stub), types (stub)
Import:  os /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/os.py 
Analysis of _py_abc (Library) queued. Dependencies: _weakrefset
Import:  json /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/json/__init__.py 
Import:  __future__ /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/__future__.py 
Import:  influxdb.client /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb/client.py 
Import:  influxdb.dataframe_client /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb/dataframe_client.py 
Analysis of subprocess (Stub) queued. Dependencies: sys (stub), types (stub)
Import:  influxdb.helper /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb/helper.py 
Analysis of datetime (Library) queued. Dependencies: datetime (stub), math, _strptime, _datetime
Analysis of urllib.parse (Library) queued. Dependencies: urllib.parse (stub), re, collections, unicodedata
Analysis of influxdb.helper (Library) queued. Dependencies: __future__, collections, datetime, warnings, six
Import:  _weakrefset /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/_weakrefset.py 
Analysis version 37 of 13 entries has started.
Create compiled (scraped):  math /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/math.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of re (Stub) queued. Dependencies: sys (stub), enum (stub)
Analysis of _weakrefset (Library) queued. Dependencies: _weakrefset (stub)
Import:  _strptime /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/_strptime.py 
Create compiled (scraped):  _datetime /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_datetime.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of glob(Library) canceled (no AST yet).
Analysis of re(Library) canceled (no AST yet).
Analysis of subprocess(Library) canceled (no AST yet).
Analysis of _datetime (Compiled) queued. Dependencies: datetime
Import:  collections /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/collections/__init__.py 
Analysis of types (Stub) queued. Dependencies: sys (stub), _importlib_modulespec (stub)
Create compiled (scraped):  unicodedata /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/unicodedata.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of math (Stub) queued. Dependencies: sys (stub)
Import:  warnings /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/warnings.py 
Analysis of unicodedata (Compiled) queued. Dependencies: unicodedata (stub)
Import:  six /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/six.py 
Analysis of influxdb.dataframe_client (Library) queued. Dependencies: __future__, influxdb.client, influxdb._dataframe_client
Analysis of enum (Stub) queued. Dependencies: sys (stub), abc (stub)
Analysis of unicodedata (Stub) queued. Dependencies: 
Import:  influxdb._dataframe_client /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb/_dataframe_client.py 
Analysis of _py_abc (Library) on depth 2 completed in 15.49 ms.
Analysis of importlib.abc (Stub) queued. Dependencies: abc (stub), os (stub), sys (stub), types (stub), _importlib_modulespec (stub)
Analysis of urllib (Stub) on depth 2 completed in 0.03 ms.
Analysis of _strptime (Library) queued. Dependencies: locale, calendar, re, datetime
Analysis of urllib (Library) on depth 1 completed in 0.16 ms.
Analysis of influxdb (Library) on depth 1 completed in 0.59 ms.
Import:  locale /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/locale.py 
Analysis of subprocess (Library) queued. Dependencies: subprocess (stub), io, os, signal, warnings, threading, _posixsubprocess, select, selectors
Import:  calendar /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/calendar.py 
Analysis of abc (Stub) on depth 2 completed in 26.19 ms.
Import:  io /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/io.py 
Analysis of influxdb._dataframe_client (Library) queued. Dependencies: __future__, math, collections, influxdb.client, influxdb.line_protocol
Analysis of math (Compiled) queued. Dependencies: math (stub)
Import:  signal /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/signal.py 
Analysis of _importlib_modulespec (Stub) queued. Dependencies: abc (stub), sys (stub)
Import:  threading /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/threading.py 
Create compiled (scraped):  _posixsubprocess /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_posixsubprocess.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of collections (Stub) queued. Dependencies: sys (stub), collections.abc (stub)
Analysis of six (Library) queued. Dependencies: six (stub), __future__, functools, operator, types, struct, io
Analysis of _weakrefset (Stub) queued. Dependencies: 
Create compiled (scraped):  select /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/select.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Import:  selectors /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/selectors.py 
Analysis of calendar (Library) queued. Dependencies: calendar (stub), datetime, locale, argparse
Import:  influxdb.line_protocol /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb/line_protocol.py 
Import:  functools /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/functools.py 
Analysis of collections (Library) queued. Dependencies: collections (stub), _collections_abc, operator, keyword, heapq, reprlib, warnings, copy
Analysis of warnings (Stub) queued. Dependencies: types (stub)
Analysis of influxdb.client (Library) queued. Dependencies: __future__, random, json, socket, requests, requests.exceptions, six, influxdb.line_protocol, influxdb.resultset, influxdb.exceptions
Import:  operator /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/operator.py 
Analysis of locale (Stub) queued. Dependencies: decimal (stub), sys (stub)
Import:  types /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/types.py 
Analysis of abc (Library) on depth 1 completed in 18.26 ms.
Import:  struct /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/struct.py 
Analysis of selectors (Library) queued. Dependencies: selectors (stub), abc, collections, collections.abc, math, select
Analysis of struct (Library) queued. Dependencies: struct (stub), _struct
Import:  argparse /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/argparse.py 
Import:  _collections_abc /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/_collections_abc.py 
Import:  keyword /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/keyword.py 
Import:  heapq /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/heapq.py 
Analysis of calendar (Stub) queued. Dependencies: datetime (stub), sys (stub), time (stub)
Import:  reprlib /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/reprlib.py 
Import:  copy /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py 
Import:  random /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/random.py 
Analysis of warnings (Library) queued. Dependencies: warnings (stub), linecache, tracemalloc, re, traceback
Import:  socket /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/socket.py 
Import:  requests /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/requests/__init__.py 
Analysis of copy (Library) queued. Dependencies: copy (stub), types, weakref, copyreg
Import:  requests.exceptions /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/requests/exceptions.py 
Import:  influxdb.resultset /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb/resultset.py 
Import:  influxdb.exceptions /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb/exceptions.py 
Analysis of influxdb.exceptions (Library) queued. Dependencies: __future__
Import:  collections.abc /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/collections/abc.py 
Create compiled (scraped):  _struct /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_struct.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of six (Stub) queued. Dependencies: __future__ (stub), types (stub), unittest (stub), io (stub), functools (stub), six.moves (stub)
Analysis of selectors (Stub) queued. Dependencies: abc (stub), socket (stub)
Import:  linecache /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/linecache.py 
Analysis of _struct (Compiled) queued. Dependencies: struct
Analysis of collections.abc (Library) queued. Dependencies: collections.abc (stub), _collections_abc
Analysis of select (Compiled) queued. Dependencies: select (stub)
Import:  tracemalloc /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/tracemalloc.py 
Import:  traceback /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/traceback.py 
Import:  weakref /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/weakref.py 
Import:  copyreg /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copyreg.py 
Analysis of copy (Stub) queued. Dependencies: 
Analysis of decimal (Stub) queued. Dependencies: 
Analysis of copyreg (Library) queued. Dependencies: 
Analysis of struct (Stub) queued. Dependencies: sys (stub), array (stub)
Analysis of select (Stub) queued. Dependencies: sys (stub)
Analysis of reprlib (Library) queued. Dependencies: reprlib (stub)
Analysis of traceback (Library) queued. Dependencies: traceback (stub), collections, linecache
Analysis of _posixsubprocess (Compiled) queued. Dependencies: _posixsubprocess (stub)
Analysis of reprlib (Stub) queued. Dependencies: array (stub)
Analysis of six.moves (Stub) queued. Dependencies: sys (stub), io (stub), itertools (stub), os (stub), functools (stub), shlex (stub), collections (stub), six.moves.builtins (stub), six.moves.configparser (stub), six.moves._dummy_thread (stub), six.moves.http_cookiejar (stub), six.moves.http_cookies (stub), six.moves.html_entities (stub), six.moves.html_parser (stub), six.moves.http_client (stub), six.moves.email_mime_multipart (stub), six.moves.email_mime_nonmultipart (stub), six.moves.email_mime_text (stub), six.moves.email_mime_base (stub), six.moves.BaseHTTPServer (stub), six.moves.CGIHTTPServer (stub), six.moves.SimpleHTTPServer (stub), six.moves.cPickle (stub), six.moves.queue (stub), six.moves.reprlib (stub), six.moves.socketserver (stub), six.moves._thread (stub), six.moves.tkinter (stub), six.moves.tkinter_dialog (stub), six.moves.tkinter_filedialog (stub), six.moves.tkinter_ttk (stub), six.moves.tkinter_constants (stub), six.moves.tkinter_commondialog (stub), six.moves.tkinter_tkfiledialog (stub), six.moves.urllib_parse (stub), six.moves.urllib_error (stub), six.moves.urllib (stub), six.moves.urllib_robotparser (stub), importlib (stub)
Analysis of _posixsubprocess (Stub) queued. Dependencies: 
Analysis of array (Stub) queued. Dependencies: sys (stub)
Analysis of traceback (Stub) queued. Dependencies: types (stub), sys (stub)
Analysis of types (Library) queued. Dependencies: types (stub), functools, _collections_abc
Analysis of heapq (Library) queued. Dependencies: heapq (stub), _heapq, doctest
Analysis of heapq (Stub) queued. Dependencies: sys (stub)
Analysis of keyword (Library) queued. Dependencies: keyword (stub), re
Analysis of weakref (Library) queued. Dependencies: weakref (stub), _weakrefset, _collections_abc, copy
Analysis of keyword (Stub) queued. Dependencies: 
Analysis of unittest (Stub) queued. Dependencies: logging (stub), sys (stub), types (stub)
Analysis of tracemalloc (Library) queued. Dependencies: tracemalloc (stub), collections.abc, functools, fnmatch, linecache, os, pickle
Analysis of weakref (Stub) queued. Dependencies: sys (stub), types (stub), _weakref (stub), _weakrefset (stub)
Analysis of tracemalloc (Stub) queued. Dependencies: sys (stub)
Analysis of operator (Library) queued. Dependencies: operator (stub), functools
Analysis of influxdb.resultset (Library) queued. Dependencies: __future__, warnings, influxdb.exceptions
Analysis of linecache (Library) queued. Dependencies: linecache (stub), functools, os, tokenize
Analysis of urllib.parse (Library) on depth 1 completed in 56.24 ms.
Analysis of locale (Library) queued. Dependencies: locale (stub), encodings, encodings.aliases, re, _collections_abc, functools, warnings, os, _bootlocale
Analysis of importlib (Stub) queued. Dependencies: importlib.util (stub), importlib.abc (stub), sys (stub), types (stub)
Create compiled (scraped):  _heapq /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_heapq.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of operator (Stub) queued. Dependencies: sys (stub)
Import:  doctest /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/doctest.py 
Analysis of influxdb.line_protocol (Library) queued. Dependencies: __future__, datetime, numbers, pytz, dateutil.parser, six
Analysis of re (Library) queued. Dependencies: re (stub), enum, sre_compile, sre_parse, functools, copyreg, sre_constants
Import:  fnmatch /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/fnmatch.py 
Import:  pickle /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/pickle.py 
Analysis of _collections_abc (Library) queued. Dependencies: abc
Import:  tokenize /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/tokenize.py 
Import:  encodings /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/encodings/__init__.py 
Analysis of linecache (Stub) queued. Dependencies: sys (stub)
Analysis of fnmatch (Stub) queued. Dependencies: 
Import:  encodings.aliases /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/encodings/aliases.py 
Import:  _bootlocale /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/_bootlocale.py 
Analysis of six.moves.urllib_robotparser (Stub) queued. Dependencies: urllib.robotparser (stub)
Import:  numbers /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/numbers.py 
Import:  pytz /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pytz/__init__.py 
Analysis of logging (Stub) queued. Dependencies: string (stub), time (stub), types (stub), sys (stub), threading (stub)
Import:  dateutil.parser /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/dateutil/parser/__init__.py 
Import:  enum /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/enum.py 
Analysis of collections.abc (Stub) queued. Dependencies: sys (stub), collections (stub)
Import:  sre_compile /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/sre_compile.py 
Analysis of datetime (Library) on depth 1 completed in 157.78 ms.
Import:  sre_parse /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/sre_parse.py 
Import:  sre_constants /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/sre_constants.py 
Analysis of urllib.robotparser (Stub) queued. Dependencies: sys (stub)
Analysis of string (Stub) queued. Dependencies: 
Analysis of functools (Library) queued. Dependencies: functools (stub), abc, collections, reprlib, types, weakref
Analysis of sre_constants (Library) queued. Dependencies: sre_constants (stub)
Analysis of six.moves.urllib (Stub) queued. Dependencies: six (stub), six.moves (stub), six.moves.urllib.error (stub), six.moves.urllib.parse (stub), six.moves.urllib.request (stub), six.moves.urllib.response (stub), six.moves.urllib.robotparser (stub)
Analysis of argparse (Stub) queued. Dependencies: sys (stub)
Analysis of six.moves.urllib_error (Stub) queued. Dependencies: urllib.error (stub)
Analysis of io (Stub) queued. Dependencies: codecs (stub), mmap (stub), sys (stub), types (stub)
Analysis of functools (Stub) queued. Dependencies: sys (stub)
Analysis of six.moves.urllib_parse (Stub) queued. Dependencies: urllib.parse (stub)
Analysis of glob (Stub) queued. Dependencies: sys (stub)
Analysis of io (Library) queued. Dependencies: io (stub), abc
Analysis of sre_constants (Stub) queued. Dependencies: 
Analysis of six.moves.tkinter_tkfiledialog (Stub) queued. Dependencies: tkinter.filedialog (stub)
Analysis of signal (Library) queued. Dependencies: signal (stub), functools, enum
Analysis of signal (Stub) queued. Dependencies: sys (stub), enum (stub), types (stub)
Analysis of glob (Library) queued. Dependencies: glob (stub), os, re, fnmatch
Analysis of threading (Stub) queued. Dependencies: types (stub), sys (stub)
Analysis of tkinter.filedialog (Stub) queued. Dependencies: tkinter (stub), tkinter.commondialog (stub)
Analysis of run_cl_with_utilization (User) queued. Dependencies: subprocess, re, glob, os, json, datetime, io
Analysis of tkinter.commondialog (Stub) queued. Dependencies: 
Analysis of itertools (Stub) queued. Dependencies: 
Analysis of shlex (Stub) queued. Dependencies: sys (stub)
Analysis of threading (Library) queued. Dependencies: threading (stub), os, traceback, _weakrefset, collections, warnings, _threading_local
Import:  _threading_local /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/_threading_local.py 
Analysis of os (Stub) queued. Dependencies: io (stub), sys (stub), posix (stub), os.path (stub)
Analysis of sre_parse (Library) queued. Dependencies: sre_parse (stub), sre_constants, warnings
Analysis of _threading_local (Library) queued. Dependencies: _threading_local (stub), weakref, contextlib, threading
Import:  contextlib /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/contextlib.py 
Analysis of sre_parse (Stub) queued. Dependencies: sre_constants (stub)
Analysis of argparse (Library) queued. Dependencies: argparse (stub), os, re, gettext, copy, textwrap, warnings
Analysis of tkinter (Stub) queued. Dependencies: tkinter.constants (stub)
Analysis of os.path (Stub) queued. Dependencies: posix (stub), sys (stub)
Analysis of six.moves.builtins (Stub) queued. Dependencies: 
Analysis of posix (Stub) queued. Dependencies: 
Import:  gettext /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/gettext.py 
Analysis of run_cl_with_utilization (User) on depth 0 completed in 63.68 ms.
Analysis of mmap (Stub) queued. Dependencies: sys (stub)
Import:  textwrap /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/textwrap.py 
Analysis of os (Library) queued. Dependencies: os (stub), abc, stat, posixpath, ntpath, warnings, _collections_abc, subprocess, io
Analysis of tkinter.constants (Stub) queued. Dependencies: 
Analysis of _threading_local (Stub) queued. Dependencies: weakref (stub)
Analysis of doctest (Library) queued. Dependencies: doctest (stub), __future__, difflib, inspect, linecache, os, pdb, re, traceback, unittest, io, collections, argparse
Analysis of contextlib (Stub) queued. Dependencies: types (stub), sys (stub)
Import:  stat /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/stat.py 
Analysis of contextlib (Library) queued. Dependencies: contextlib (stub), abc, _collections_abc, collections, functools
Analysis of codecs (Stub) queued. Dependencies: sys (stub), abc (stub), types (stub)
Analysis of gettext (Stub) queued. Dependencies: 
Analysis of six.moves.configparser (Stub) queued. Dependencies: configparser (stub)
Analysis of six.moves._dummy_thread (Stub) queued. Dependencies: _dummy_thread (stub)
Import:  posixpath /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/posixpath.py 
Analysis of six.moves.http_cookiejar (Stub) queued. Dependencies: http.cookiejar (stub)
Analysis of six.moves.http_cookies (Stub) queued. Dependencies: http.cookies (stub)
Analysis of json (Stub) queued. Dependencies: sys (stub), json.decoder (stub), json.encoder (stub)
Analysis of urllib.error (Stub) queued. Dependencies: urllib.response (stub)
Import:  ntpath /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ntpath.py 
Analysis of textwrap (Library) queued. Dependencies: textwrap (stub), re
Analysis of six.moves.html_entities (Stub) queued. Dependencies: html.entities (stub)
Analysis of six.moves.urllib.robotparser (Stub) queued. Dependencies: urllib.robotparser (stub)
Analysis of six.moves.urllib.response (Stub) queued. Dependencies: urllib.response (stub)
Import:  difflib /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/difflib.py 
Analysis of fnmatch (Library) queued. Dependencies: fnmatch (stub), os, posixpath, re, functools
Analysis of textwrap (Stub) queued. Dependencies: 
Analysis of six.moves.html_parser (Stub) queued. Dependencies: html.parser (stub)
Analysis of six.moves.http_client (Stub) queued. Dependencies: http.client (stub)
Analysis of pickle (Stub) queued. Dependencies: sys (stub)
Analysis of six.moves.email_mime_multipart (Stub) queued. Dependencies: email.mime.multipart (stub)
Analysis of six.moves.email_mime_nonmultipart (Stub) queued. Dependencies: email.mime.nonmultipart (stub)
Analysis of __future__ (Stub) queued. Dependencies: sys (stub)
Analysis of sre_compile (Library) queued. Dependencies: sre_compile (stub), sre_parse, sre_constants
Import:  inspect /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/inspect.py 
Analysis of _weakref (Stub) queued. Dependencies: sys (stub)
Analysis of six.moves.email_mime_text (Stub) queued. Dependencies: email.mime.text (stub)
Analysis of json (Library) queued. Dependencies: json (stub), json.decoder, json.encoder, codecs
Import:  pdb /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/pdb.py 
Analysis of gettext (Library) queued. Dependencies: gettext (stub), locale, os, re, warnings, struct, copy
Import:  unittest /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/__init__.py 
Analysis of tokenize (Stub) queued. Dependencies: sys (stub), token (stub), os (stub)
Analysis of encodings (Stub) queued. Dependencies: codecs (stub)
Analysis of six.moves.email_mime_base (Stub) queued. Dependencies: email.mime.base (stub)
Analysis of six.moves.BaseHTTPServer (Stub) queued. Dependencies: http.server (stub)
Analysis of unittest (Library) queued. Dependencies: unittest (stub), unittest.result, unittest.case, unittest.suite, unittest.loader, unittest.main, unittest.runner, unittest.signals, os
Analysis of encodings (Library) queued. Dependencies: encodings (stub), codecs, encodings.aliases, encodings.mbcs
Analysis of six.moves.CGIHTTPServer (Stub) queued. Dependencies: http.server (stub)
Analysis of encodings.aliases (Library) queued. Dependencies: 
Analysis of html.entities (Stub) queued. Dependencies: 
Analysis of six.moves.SimpleHTTPServer (Stub) queued. Dependencies: http.server (stub)
Analysis of urllib.response (Stub) queued. Dependencies: types (stub)
Analysis of email.mime.nonmultipart (Stub) queued. Dependencies: email.mime.base (stub)
Analysis of json.encoder (Stub) queued. Dependencies: 
Analysis of __future__ (Library) queued. Dependencies: __future__ (stub)
Analysis of email.mime.multipart (Stub) queued. Dependencies: email.message (stub), email.mime.base (stub)
Analysis of json.decoder (Stub) queued. Dependencies: sys (stub)
Analysis of control_plane_result (User) on depth 0 completed in 42.02 ms.
Analysis of six.moves.cPickle (Stub) queued. Dependencies: pickle (stub)
Analysis of tokenize (Library) queued. Dependencies: tokenize (stub), codecs, collections, io, re, token, argparse
Analysis version 37 of 13 entries has been completed in 265.84 ms.
Analysis of http.cookies (Stub) queued. Dependencies: 
Import:  json.decoder /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/json/decoder.py 
Import:  json.encoder /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/json/encoder.py 
Import:  codecs /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/codecs.py 
Analysis of http.cookiejar (Stub) queued. Dependencies: http.client (stub), urllib.request (stub)
Analysis of _dummy_thread (Stub) queued. Dependencies: 
Analysis of http.client (Stub) queued. Dependencies: email (stub), email.message (stub), io (stub), socket (stub), sys (stub), ssl (stub), types (stub)
Import:  unittest.result /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/result.py 
Import:  unittest.case /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py 
Analysis version 250 of 170 entries has started.
Analysis of requests.exceptions(Library) canceled (no AST yet).
Analysis of html.parser (Stub) queued. Dependencies: _markupbase (stub), sys (stub)
Analysis of pickle (Library) queued. Dependencies: pickle (stub), types, copyreg, functools, struct, re, io, codecs, _compat_pickle, _pickle, doctest, argparse, pprint
Analysis of six.moves.queue (Stub) queued. Dependencies: queue (stub)
Analysis of sre_compile (Stub) queued. Dependencies: sys (stub), sre_parse (stub), sre_constants (stub)
Analysis of six.moves.reprlib (Stub) queued. Dependencies: reprlib (stub)
Analysis of configparser (Stub) queued. Dependencies: sys (stub), os (stub)
Import:  unittest.suite /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/suite.py 
Analysis of email.mime.text (Stub) queued. Dependencies: email.mime.nonmultipart (stub)
Analysis of abc (Stub) on depth 2 completed in 0.84 ms.
Analysis of six.moves.socketserver (Stub) queued. Dependencies: socketserver (stub)
Analysis of pdb (Library) queued. Dependencies: pdb (stub), os, re, cmd, bdb, dis, code, glob, pprint, signal, inspect, traceback, linecache, readline, shlex, runpy, pydoc, getopt
Import:  unittest.loader /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/loader.py 
Analysis of six.moves.urllib.request (Stub) queued. Dependencies: urllib.request (stub)
Import:  unittest.main /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/main.py 
Analysis of json.decoder (Library) queued. Dependencies: json.decoder (stub), re, json, json.scanner, _json
Import:  unittest.runner /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/runner.py 
Analysis of six.moves._thread (Stub) queued. Dependencies: _thread (stub)
Analysis of six.moves.urllib.parse (Stub) queued. Dependencies: urllib.parse (stub)
Analysis of urllib (Stub) on depth 2 completed in 0.04 ms.
Analysis of json.encoder (Library) queued. Dependencies: json.encoder (stub), re, _json
Analysis of six.moves.urllib.error (Stub) queued. Dependencies: urllib.error (stub)
Analysis of _bootlocale (Library) queued. Dependencies: locale
Import:  unittest.signals /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/signals.py 
Analysis of enum (Library) queued. Dependencies: enum (stub), types, collections, warnings
Import:  encodings.mbcs /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/encodings/mbcs.py 
Import:  token /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/token.py 
Analysis of random (Stub) queued. Dependencies: _random (stub), sys (stub)
Analysis of dateutil.parser (Library) queued. Dependencies: dateutil.parser (stub), dateutil.parser._parser, dateutil.parser.isoparser, functools, warnings
Analysis of dateutil.parser (Stub) queued. Dependencies: datetime (stub)
Analysis of token (Library) queued. Dependencies: token (stub), re
Import:  _compat_pickle /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/_compat_pickle.py 
Create compiled (scraped):  _pickle /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_pickle.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of email.message (Stub) queued. Dependencies: sys (stub), email.charset (stub), email.errors (stub), email.header (stub), email.policy (stub), email.contentmanager (stub)
Import:  pprint /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/pprint.py 
Analysis of random (Library) queued. Dependencies: random (stub), warnings, types, math, os, _collections_abc, hashlib, bisect, _random
Import:  cmd /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/cmd.py 
Analysis of six.moves.tkinter (Stub) queued. Dependencies: tkinter (stub)
Import:  bdb /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/bdb.py 
Import:  dis /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/dis.py 
Analysis of pytz (Library) queued. Dependencies: pytz (stub), datetime, os, pytz.exceptions, pytz.lazy, pytz.tzinfo, pytz.tzfile, pkg_resources, doctest
Import:  code /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/code.py 
Create compiled (scraped):  readline /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/readline.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Import:  shlex /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/shlex.py 
Analysis of pytz (Stub) queued. Dependencies: datetime (stub)
Analysis of decimal (Stub) on depth 5 completed in 86.33 ms.
Import:  runpy /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py 
Import:  pydoc /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/pydoc.py 
Analysis of _posixsubprocess (Stub) on depth 3 completed in 0.81 ms.
Import:  getopt /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/getopt.py 
Analysis of socket (Stub) queued. Dependencies: sys (stub), enum (stub)
Analysis of numbers (Library) queued. Dependencies: numbers (stub), abc
Analysis of codecs (Library) queued. Dependencies: codecs (stub), encodings
Analysis of pdb (Stub) queued. Dependencies: sys (stub)
Import:  json.scanner /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/json/scanner.py 
Analysis of numbers (Stub) queued. Dependencies: abc (stub), sys (stub)
Analysis of requests (Stub) queued. Dependencies: requests.models (stub), requests.api (stub), requests.sessions (stub), requests.status_codes (stub), requests.exceptions (stub), logging (stub)
Create compiled (scraped):  _json /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_json.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of _thread (Stub) queued. Dependencies: 
Analysis of importlib.util (Stub) queued. Dependencies: importlib (stub), importlib.abc (stub), importlib.machinery (stub), sys (stub), types (stub)
Analysis of token (Stub) queued. Dependencies: sys (stub)
Analysis of _json (Compiled) queued. Dependencies: _json (stub)
Import:  dateutil.parser._parser /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/dateutil/parser/_parser.py 
Analysis of six.moves.tkinter_dialog (Stub) queued. Dependencies: tkinter.dialog (stub)
Analysis of requests.exceptions (Stub) queued. Dependencies: 
Analysis of requests (Library) queued. Dependencies: requests (stub), urllib3, chardet, warnings, requests.exceptions, urllib3.contrib, urllib3.contrib.pyopenssl, cryptography, urllib3.exceptions, requests.__version__, requests.utils, requests.packages, requests.models, requests.api, requests.sessions, requests.status_codes, logging
Analysis of email.mime.base (Stub) queued. Dependencies: email (stub), email.message (stub)
Analysis of _json (Stub) queued. Dependencies: 
Import:  dateutil.parser.isoparser /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/dateutil/parser/isoparser.py 
Analysis of itertools (Stub) on depth 6 completed in 18.21 ms.
Analysis of socket (Library) queued. Dependencies: socket (stub), _socket, os, io, selectors, enum
Analysis of http.server (Stub) queued. Dependencies: sys (stub), socketserver (stub), email (stub), email.message (stub)
Analysis of json (Library) on depth 1 completed in 1.87 ms.
Analysis of json.scanner (Library) queued. Dependencies: re, _json
Analysis of six.moves.tkinter_filedialog (Stub) queued. Dependencies: tkinter.filedialog (stub)
Analysis of email.contentmanager (Stub) queued. Dependencies: email.message (stub)
Analysis of six.moves.tkinter_ttk (Stub) queued. Dependencies: tkinter.ttk (stub)
Analysis of six.moves.configparser (Stub) on depth 6 completed in 0.14 ms.
Analysis of requests.exceptions (Library) queued. Dependencies: requests.exceptions (stub), urllib3.exceptions
Analysis of six.moves._dummy_thread (Stub) on depth 6 completed in 0.08 ms.
Analysis of six.moves.http_cookiejar (Stub) on depth 6 completed in 0.1 ms.
Analysis of six.moves.http_cookies (Stub) on depth 6 completed in 0.06 ms.
Analysis of six.moves.html_entities (Stub) on depth 6 completed in 0.05 ms.
Analysis of _heapq (Stub) queued. Dependencies: 
Analysis of six.moves.html_parser (Stub) on depth 6 completed in 0.06 ms.
Analysis of six.moves.http_client (Stub) on depth 6 completed in 0.08 ms.
Analysis of six.moves.tkinter_constants (Stub) queued. Dependencies: tkinter.constants (stub)
Analysis of six.moves.email_mime_multipart (Stub) on depth 6 completed in 0.08 ms.
Analysis of six.moves.email_mime_nonmultipart (Stub) on depth 6 completed in 0.08 ms.
Analysis of six.moves.email_mime_text (Stub) on depth 6 completed in 0.07 ms.
Analysis of email.policy (Stub) queued. Dependencies: abc (stub), sys (stub), email.message (stub), email.errors (stub), email.header (stub), email.contentmanager (stub)
Analysis of unittest.result (Library) queued. Dependencies: io, traceback, unittest, unittest.util, functools
Analysis of six.moves.email_mime_base (Stub) on depth 6 completed in 0.07 ms.
Analysis of getopt (Library) queued. Dependencies: getopt (stub), os, gettext
Analysis of six.moves.BaseHTTPServer (Stub) on depth 6 completed in 0.07 ms.
Analysis of _heapq (Compiled) queued. Dependencies: _heapq (stub)
Analysis of six.moves.CGIHTTPServer (Stub) on depth 6 completed in 0.07 ms.
Analysis of six.moves.SimpleHTTPServer (Stub) on depth 6 completed in 0.07 ms.
Analysis of six.moves.cPickle (Stub) on depth 6 completed in 0.07 ms.
Analysis of email.header (Stub) queued. Dependencies: email.charset (stub)
Analysis of six.moves.queue (Stub) on depth 6 completed in 0.07 ms.
Analysis of six.moves.reprlib (Stub) on depth 6 completed in 0.07 ms.
Analysis of six.moves.socketserver (Stub) on depth 6 completed in 0.07 ms.
Analysis of six.moves._thread (Stub) on depth 6 completed in 0.07 ms.
Analysis of six.moves.tkinter (Stub) on depth 6 completed in 0.07 ms.
Analysis of six.moves.tkinter_dialog (Stub) on depth 6 completed in 0.3 ms.
Analysis of six.moves.tkinter_filedialog (Stub) on depth 6 completed in 0.08 ms.
Import:  hashlib /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/hashlib.py 
Analysis of six.moves.tkinter_ttk (Stub) on depth 6 completed in 0.34 ms.
Analysis of six.moves.tkinter_constants (Stub) on depth 6 completed in 0.08 ms.
Analysis of six.moves.tkinter_commondialog(Stub) canceled (no AST yet).
Import:  bisect /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/bisect.py 
Create compiled (scraped):  _random /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_random.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of _heapq (Compiled) on depth 4 completed in 0.41 ms.
Analysis of unittest.suite (Library) queued. Dependencies: unittest, unittest.case, unittest.util
Import:  pytz.exceptions /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pytz/exceptions.py 
Analysis of getopt (Stub) queued. Dependencies: 
Import:  pytz.lazy /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pytz/lazy.py 
Analysis of unittest.loader (Library) queued. Dependencies: os, re, traceback, types, functools, warnings, fnmatch, unittest, unittest.case, unittest.suite, unittest.util
Import:  pytz.tzinfo /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pytz/tzinfo.py 
Analysis of os (Library) queued. Dependencies: os (stub), abc, stat, posixpath, ntpath, warnings, _collections_abc, subprocess, io
Import:  pytz.tzfile /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pytz/tzfile.py 
Analysis of six.moves.tkinter_commondialog (Stub) queued. Dependencies: tkinter.commondialog (stub)
Analysis of unittest.main (Library) queued. Dependencies: argparse, os, unittest, unittest.loader, unittest.runner, unittest.signals
Import:  pkg_resources /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pkg_resources/__init__.py 
Analysis of doctest (Library) queued. Dependencies: doctest (stub), __future__, difflib, inspect, linecache, os, pdb, re, traceback, unittest, io, collections, argparse
Analysis of unittest.runner (Library) queued. Dependencies: warnings, unittest, unittest.result, unittest.signals
Import:  urllib3 /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/__init__.py 
Import:  chardet /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/__init__.py 
Import:  urllib3.contrib /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/contrib/__init__.py 
Analysis of unittest.case (Library) queued. Dependencies: functools, difflib, logging, pprint, re, warnings, collections, contextlib, traceback, unittest, unittest.result, unittest.util
Analysis of __future__ (Library) on depth 2 completed in 1.6 ms.
Import:  urllib3.contrib.pyopenssl /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/contrib/pyopenssl.py 
Import:  cryptography /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/__init__.py 
Import:  urllib3.exceptions /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/exceptions.py 
Analysis of doctest (Stub) queued. Dependencies: sys (stub), types (stub), unittest (stub)
Import:  requests.__version__ /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/requests/__version__.py 
Analysis of inspect (Library) queued. Dependencies: inspect (stub), abc, dis, collections, collections.abc, enum, importlib, importlib.machinery, linecache, os, re, tokenize, token, types, warnings, functools, operator, ast, argparse
Analysis of os (Library) on depth 1 completed in 49.85 ms.
Import:  requests.utils /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/requests/utils.py 
Analysis of stat (Stub) queued. Dependencies: sys (stub)
Import:  requests.packages /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/requests/packages.py 
Analysis of unittest.signals (Library) queued. Dependencies: signal, weakref, functools
Import:  requests.models /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/requests/models.py 
Analysis of encodings.mbcs (Library) queued. Dependencies: codecs
Import:  requests.api /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/requests/api.py 
Analysis of _random (Stub) queued. Dependencies: sys (stub)
Import:  requests.sessions /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/requests/sessions.py 
Import:  requests.status_codes /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/requests/status_codes.py 
Import:  logging /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/logging/__init__.py 
Create compiled (scraped):  _socket /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_socket.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of inspect (Stub) queued. Dependencies: sys (stub), types (stub)
Import:  unittest.util /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/util.py 
Analysis of unittest.util (Library) queued. Dependencies: collections, os
Analysis of pytz.lazy (Library) queued. Dependencies: pytz.lazy (stub), threading, collections.abc, collections
Analysis of unicodedata (Stub) on depth 3 completed in 2.03 ms.
Analysis of _weakrefset (Stub) on depth 4 completed in 30.7 ms.
Analysis of dateutil.parser.isoparser (Library) queued. Dependencies: datetime, calendar, dateutil, dateutil.tz, functools, re, six
Analysis of _socket (Compiled) queued. Dependencies: 
Analysis of email.charset (Stub) queued. Dependencies: 
Analysis of pytz.lazy (Stub) queued. Dependencies: collections (stub)
Analysis of email.errors (Stub) queued. Dependencies: 
Analysis of pytz.exceptions (Library) queued. Dependencies: 
Analysis of dateutil.parser._parser (Library) queued. Dependencies: __future__, datetime, re, string, warnings, calendar, io, six, decimal, dateutil, dateutil.relativedelta, dateutil.tz
Analysis of _random (Compiled) queued. Dependencies: _random (stub)
Analysis of hashlib (Stub) queued. Dependencies: sys (stub)
Analysis of urllib.request (Stub) queued. Dependencies: http.client (stub), http.cookiejar (stub), email.message (stub), urllib.response (stub), ssl (stub), sys (stub), os (stub)
Analysis of bisect (Library) queued. Dependencies: bisect (stub), _bisect
Analysis of bisect (Stub) queued. Dependencies: 
Import:  importlib /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/__init__.py 
Analysis of hashlib (Library) queued. Dependencies: hashlib (stub), _sha1, _md5, _sha256, _sha512, _blake2, _sha3, _hashlib, logging
Analysis of stat (Library) queued. Dependencies: stat (stub)
Import:  importlib.machinery /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/machinery.py 
Analysis of difflib (Library) queued. Dependencies: difflib (stub), heapq, collections, re, doctest
Import:  ast /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ast.py 
Analysis of posixpath (Stub) queued. Dependencies: sys (stub)
Import:  dateutil /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/dateutil/__init__.py 
Analysis of difflib (Stub) queued. Dependencies: sys (stub)
Import:  dateutil.tz /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/dateutil/tz/__init__.py 
Import:  string /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/string.py 
Analysis of importlib (Library) queued. Dependencies: importlib (stub), importlib._bootstrap, importlib._bootstrap_external, types, warnings
Import:  decimal /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/decimal.py 
Import:  dateutil.relativedelta /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/dateutil/relativedelta.py 
Create compiled (scraped):  _bisect /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_bisect.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of _bisect (Compiled) queued. Dependencies: _bisect (stub)
Analysis of requests (Library) on depth 3 completed in 9.85 ms.
Analysis of logging (Library) queued. Dependencies: logging (stub), os, io, traceback, warnings, weakref, collections, collections.abc, string, threading, pickle
Analysis of copy (Stub) on depth 4 completed in 0.47 ms.
Analysis of _bisect (Stub) queued. Dependencies: 
Analysis of doctest (Library) on depth 4 completed in 117.58 ms.
Analysis of ntpath (Library) queued. Dependencies: ntpath (stub), os, stat, genericpath, string
Analysis of requests.status_codes (Library) queued. Dependencies: requests.status_codes (stub), requests.structures
Analysis of copyreg (Library) on depth 2 completed in 1.33 ms.
Analysis of ntpath (Stub) queued. Dependencies: sys (stub)
Create compiled (scraped):  _sha1 /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_sha1.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Create compiled (scraped):  _md5 /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_md5.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of encodings.aliases (Library) on depth 4 completed in 3.26 ms.
Analysis of random (Library) on depth 3 completed in 27.04 ms.
Analysis of _sha1 (Compiled) queued. Dependencies: 
Create compiled (scraped):  _sha256 /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_sha256.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Create compiled (scraped):  _sha512 /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_sha512.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of posixpath (Library) queued. Dependencies: posixpath (stub), os, stat, genericpath, re
Analysis of dateutil.relativedelta (Library) queued. Dependencies: dateutil.relativedelta (stub), datetime, calendar, operator, math, six, warnings, dateutil._common
Analysis of six.moves.builtins (Stub) on depth 6 completed in 0.85 ms.
Analysis of importlib.util (Stub) on depth 7 completed in 8.53 ms.
Analysis of email (Stub) queued. Dependencies: sys (stub), email.message (stub), email.policy (stub)
Create compiled (scraped):  _blake2 /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_blake2.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of _markupbase (Stub) queued. Dependencies: 
Analysis of dateutil.relativedelta (Stub) queued. Dependencies: datetime (stub), dateutil._common (stub)
Analysis of requests.sessions (Library) queued. Dependencies: requests.sessions (stub), os, datetime, requests.auth, requests.compat, requests.cookies, requests.models, requests.hooks, requests._internal_utils, requests.utils, requests.exceptions, requests.structures, requests.adapters, requests.status_codes
Create compiled (scraped):  _sha3 /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_sha3.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of tkinter.dialog (Stub) queued. Dependencies: tkinter (stub)
Analysis of decimal (Library) queued. Dependencies: decimal (stub), _decimal, _pydecimal
Analysis of dateutil.parser (Library) on depth 4 completed in 1.26 ms.
Analysis of _md5 (Compiled) queued. Dependencies: 
Analysis of argparse (Library) queued. Dependencies: argparse (stub), os, re, gettext, copy, textwrap, warnings, io
Create compiled (scraped):  _hashlib /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_hashlib.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of requests.api (Library) queued. Dependencies: requests.api (stub), requests, requests.sessions
Analysis of ssl (Stub) queued. Dependencies: socket (stub), sys (stub)
Import:  importlib._bootstrap /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/_bootstrap.py 
Analysis of socket (Library) on depth 3 completed in 37.15 ms.
Analysis of keyword (Stub) on depth 4 completed in 0.35 ms.
Analysis of string (Library) queued. Dependencies: string (stub), re, collections
Analysis of _sha256 (Compiled) queued. Dependencies: 
Analysis of dateutil.tz (Library) queued. Dependencies: dateutil.tz (stub), dateutil.tz.tz
Analysis of tkinter.ttk (Stub) queued. Dependencies: sys (stub), tkinter (stub)
Analysis of dateutil.tz (Stub) queued. Dependencies: dateutil.tz.tz (stub)
Analysis of fnmatch (Library) on depth 2 completed in 10.49 ms.
Analysis of _weakref (Stub) on depth 5 completed in 1.88 ms.
Import:  importlib._bootstrap_external /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/_bootstrap_external.py 
Import:  genericpath /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/genericpath.py 
Analysis of encodings (Library) on depth 4 completed in 2.01 ms.
Import:  requests.structures /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/requests/structures.py 
Analysis of _sha512 (Compiled) queued. Dependencies: 
Analysis of requests.models (Library) queued. Dependencies: requests.models (stub), datetime, encodings, encodings.idna, urllib3.fields, urllib3.filepost, urllib3.util, urllib3.exceptions, io, requests.hooks, requests.structures, requests.auth, requests.cookies, requests.exceptions, requests._internal_utils, requests.utils, requests.compat, requests.status_codes, idna
Analysis of _bootlocale (Library) on depth 4 completed in 0.56 ms.
Import:  dateutil._common /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/dateutil/_common.py 
Analysis of requests.structures (Library) queued. Dependencies: requests.structures (stub), requests.compat
Analysis of importlib.machinery (Library) queued. Dependencies: importlib.machinery (stub), importlib._bootstrap, importlib._bootstrap_external
Import:  requests.auth /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/requests/auth.py 
Analysis of requests.structures (Stub) queued. Dependencies: 
Import:  requests.compat /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/requests/compat.py 
Import:  requests.cookies /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/requests/cookies.py 
Import:  requests.hooks /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/requests/hooks.py 
Import:  requests._internal_utils /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/requests/_internal_utils.py 
Analysis of tokenize (Library) on depth 4 completed in 17.12 ms.
Analysis of genericpath (Library) queued. Dependencies: os, stat
Import:  requests.adapters /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/requests/adapters.py 
Create compiled (scraped):  _decimal /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_decimal.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Import:  _pydecimal /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/_pydecimal.py 
Analysis of numbers (Library) on depth 4 completed in 13.39 ms.
Analysis of requests.packages (Library) queued. Dependencies: 
Import:  dateutil.tz.tz /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/dateutil/tz/tz.py 
Analysis of _compat_pickle (Library) queued. Dependencies: 
Analysis of enum (Library) on depth 2 completed in 59.68 ms.
Analysis of pytz (Library) queued. Dependencies: pytz (stub), datetime, os, pytz.exceptions, pytz.lazy, pytz.tzinfo, pytz.tzfile, pkg_resources, doctest, io
Analysis of urllib.error (Stub) on depth 7 completed in 1.23 ms.
Import:  encodings.idna /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/encodings/idna.py 
Import:  urllib3.fields /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/fields.py 
Import:  urllib3.filepost /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/filepost.py 
Analysis of requests.utils (Library) queued. Dependencies: requests.utils (stub), codecs, contextlib, io, os, re, socket, struct, tempfile, warnings, zipfile, requests.__version__, requests, requests.certs, requests._internal_utils, requests.compat, requests.cookies, requests.structures, requests.exceptions, netrc
Import:  urllib3.util /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/util/__init__.py 
Import:  idna /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/idna/__init__.py 
Analysis of requests.utils (Stub) queued. Dependencies: requests (stub), requests.compat (stub), requests.cookies (stub), requests.structures (stub), requests.exceptions (stub)
Import:  tempfile /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/tempfile.py 
Analysis of importlib._bootstrap_external (Library) queued. Dependencies: tokenize
Import:  zipfile /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/zipfile.py 
Import:  requests.certs /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/requests/certs.py 
Import:  netrc /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/netrc.py 
Analysis of argparse (Library) on depth 4 completed in 165.53 ms.
Analysis of dateutil.tz.tz (Library) queued. Dependencies: dateutil.tz.tz (stub), datetime, struct, os, bisect, weakref, collections, six, dateutil.tz._common, dateutil.tz._factories, dateutil.tz.win, warnings, dateutil, dateutil.relativedelta, dateutil.parser, dateutil.parser._parser, dateutil.rrule, dateutil.zoneinfo
Analysis of pytz (Library) on depth 4 completed in 54.1 ms.
Analysis of idna (Library) queued. Dependencies: idna.package_data, idna.core
Analysis of string (Stub) on depth 7 completed in 1.54 ms.
Analysis of netrc (Library) queued. Dependencies: netrc (stub), os, shlex, stat
Analysis of urllib3.util (Library) queued. Dependencies: __future__, urllib3.util.connection, urllib3.util.request, urllib3.util.response, urllib3.util.ssl_, urllib3.util.timeout, urllib3.util.retry, urllib3.util.url, urllib3.util.wait
Analysis of pickle (Library) on depth 4 completed in 83.77 ms.
Import:  dateutil.tz._common /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/dateutil/tz/_common.py 
Analysis of codecs (Stub) on depth 3 completed in 26.74 ms.
Analysis of _pickle (Compiled) queued. Dependencies: 
Analysis of importlib._bootstrap (Library) queued. Dependencies: 
Analysis of _blake2 (Compiled) queued. Dependencies: 
Analysis of netrc (Stub) queued. Dependencies: 
Analysis of urllib3.filepost (Library) queued. Dependencies: __future__, binascii, codecs, os, io, urllib3.packages, urllib3.packages.six, urllib3.fields
Import:  dateutil.tz._factories /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/dateutil/tz/_factories.py 
Analysis of _hashlib (Compiled) queued. Dependencies: 
Analysis of requests.certs (Library) queued. Dependencies: certifi
Analysis of urllib3.fields (Library) queued. Dependencies: __future__, email, email.utils, mimetypes, urllib3.packages, urllib3.packages.six
Analysis of sre_compile (Library) on depth 2 completed in 39.34 ms.
Import:  dateutil.tz.win /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/dateutil/tz/win.py 
Analysis of six.moves.urllib.error (Stub) on depth 7 completed in 0.18 ms.
Analysis of _sha3 (Compiled) queued. Dependencies: 
Analysis of six.moves.urllib.parse (Stub) on depth 7 completed in 0.89 ms.
Import:  dateutil.rrule /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/dateutil/rrule.py 
Analysis of encodings.idna (Library) queued. Dependencies: stringprep, re, codecs, unicodedata
Analysis of pprint (Stub) queued. Dependencies: sys (stub)
Analysis of six.moves.urllib.request (Stub) on depth 7 completed in 1.43 ms.
Analysis of selectors (Stub) on depth 3 completed in 13.96 ms.
Import:  dateutil.zoneinfo /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/dateutil/zoneinfo/__init__.py 
Analysis of six.moves.urllib_error (Stub) on depth 6 completed in 0.13 ms.
Analysis of queue (Stub) queued. Dependencies: 
Analysis of six.moves.urllib.response (Stub) on depth 7 completed in 0.08 ms.
Analysis of six.moves.urllib.robotparser (Stub) on depth 7 completed in 0.08 ms.
Analysis of dateutil.zoneinfo (Library) queued. Dependencies: warnings, json, tarfile, pkgutil, io, dateutil.tz
Import:  idna.package_data /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/idna/package_data.py 
Analysis of socketserver (Stub) queued. Dependencies: socket (stub), sys (stub), types (stub)
Analysis of sre_constants (Stub) on depth 3 completed in 11.57 ms.
Import:  idna.core /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/idna/core.py 
Analysis of sre_constants (Library) queued. Dependencies: sre_constants (stub), io
Analysis of _weakrefset (Library) on depth 3 completed in 10.32 ms.
Analysis of cmd (Stub) queued. Dependencies: 
Analysis of mmap (Stub) on depth 3 completed in 10.02 ms.
Import:  urllib3.util.connection /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/util/connection.py 
Analysis of pprint (Library) queued. Dependencies: pprint (stub), collections, re, types, io
Import:  urllib3.util.request /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/util/request.py 
Analysis of tkinter.commondialog (Stub) on depth 8 completed in 8.17 ms.
Import:  urllib3.util.response /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/util/response.py 
Import:  urllib3.util.ssl_ /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/util/ssl_.py 
Analysis of cmd (Library) queued. Dependencies: cmd (stub), string, readline
Import:  urllib3.util.timeout /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/util/timeout.py 
Analysis of posix (Stub) on depth 6 completed in 1 ms.
Analysis of sre_constants (Library) on depth 2 completed in 17.07 ms.
Analysis of _posixsubprocess (Compiled) on depth 2 completed in 0.22 ms.
Import:  urllib3.util.retry /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/util/retry.py 
Import:  urllib3.util.url /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/util/url.py 
Import:  urllib3.util.wait /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/util/wait.py 
Create compiled (scraped):  binascii /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/binascii.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of zipfile (Library) queued. Dependencies: zipfile (stub), io, os, importlib, importlib.util, stat, shutil, struct, binascii, threading, zlib, bz2, lzma, warnings, py_compile, argparse
Import:  urllib3.packages /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/packages/__init__.py 
Analysis of zipfile (Stub) queued. Dependencies: types (stub), os (stub), sys (stub)
Import:  urllib3.packages.six /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/packages/six.py 
Analysis of influxdb.exceptions (Library) on depth 3 completed in 17.66 ms.
Import:  certifi /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/certifi/__init__.py 
Import:  email /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/__init__.py 
Analysis of dateutil.rrule (Library) queued. Dependencies: dateutil.rrule (stub), datetime, calendar, re, math, fractions, six, heapq, dateutil._common, dateutil.tz, warnings, dateutil, dateutil.easter, dateutil.parser
Import:  email.utils /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/utils.py 
Import:  mimetypes /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/mimetypes.py 
Import:  stringprep /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/stringprep.py 
Analysis of dateutil.rrule (Stub) queued. Dependencies: dateutil._common (stub), datetime (stub)
Import:  tarfile /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/tarfile.py 
Analysis of unicodedata (Compiled) on depth 2 completed in 5.11 ms.
Analysis of idna.package_data (Library) queued. Dependencies: 
Analysis of tempfile (Library) queued. Dependencies: tempfile (stub), functools, warnings, io, os, shutil, random, weakref
Analysis of stringprep (Stub) queued. Dependencies: 
Analysis of tempfile (Stub) queued. Dependencies: sys (stub), types (stub)
Analysis of dateutil.tz.win (Library) queued. Dependencies: datetime, struct, six, ctypes, ctypes.wintypes, dateutil.tz._common
Analysis of requests.__version__ (Library) queued. Dependencies: 
Import:  pkgutil /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/pkgutil.py 
Analysis of mimetypes (Library) queued. Dependencies: mimetypes (stub), os, posixpath, urllib, urllib.parse, getopt
Analysis of dateutil.tz._factories (Library) queued. Dependencies: datetime, weakref, collections
Import:  importlib.util /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/util.py 
Analysis of _collections_abc (Library) on depth 3 completed in 53.39 ms.
Analysis of mimetypes (Stub) queued. Dependencies: sys (stub)
Import:  shutil /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/shutil.py 
Analysis of urllib3.exceptions (Library) queued. Dependencies: __future__
Create compiled (scraped):  zlib /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/zlib.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Import:  bz2 /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/bz2.py 
Analysis of cryptography (Library) queued. Dependencies: __future__, cryptography.__about__
Analysis of dateutil.tz._common (Library) queued. Dependencies: dateutil.tz._common (stub), six, functools, datetime
Import:  lzma /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lzma.py 
Analysis of email.utils (Library) queued. Dependencies: email.utils (stub), os, re, random, socket, datetime, urllib, urllib.parse, email._parseaddr, email.charset
Import:  py_compile /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/py_compile.py 
Analysis of pkgutil (Library) queued. Dependencies: pkgutil (stub), collections, functools, importlib, importlib.util, importlib.machinery, os, types, warnings, inspect
Import:  fractions /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/fractions.py 
Analysis of dateutil.tz._common (Stub) queued. Dependencies: datetime (stub)
Analysis of email.utils (Stub) queued. Dependencies: email.charset (stub), datetime (stub)
Import:  dateutil.easter /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/dateutil/easter.py 
Analysis of pkgutil (Stub) queued. Dependencies: sys (stub), importlib.abc (stub)
Analysis of email (Library) queued. Dependencies: email (stub), email.parser
Analysis of bdb (Library) queued. Dependencies: fnmatch, os, inspect, linecache, reprlib
Analysis of dateutil.tz.tz (Stub) queued. Dependencies: datetime (stub), dateutil.tz._common (stub), dateutil.relativedelta (stub)
Analysis of certifi (Library) queued. Dependencies: certifi (stub), certifi.core
Analysis of dateutil.easter (Library) queued. Dependencies: datetime
Analysis of certifi (Stub) queued. Dependencies: 
Analysis of urllib3.contrib.pyopenssl (Library) queued. Dependencies: __future__, OpenSSL, OpenSSL.SSL, cryptography, cryptography.x509, cryptography.hazmat.backends.openssl, cryptography.hazmat.backends.openssl.backend, cryptography.hazmat.backends.openssl.x509, socket, io, urllib3.packages.backports.makefile, logging, ssl, urllib3.packages, urllib3.packages.six, urllib3, urllib3.util, cryptography.x509.extensions, OpenSSL.crypto, idna
Import:  ctypes /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/__init__.py 
Analysis of importlib.util (Library) queued. Dependencies: importlib.util (stub), importlib, importlib.abc, importlib._bootstrap, importlib._bootstrap_external, contextlib, functools, types, warnings
Import:  ctypes.wintypes /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/wintypes.py 
Analysis of fractions (Library) queued. Dependencies: fractions (stub), decimal, math, numbers, operator, re, warnings
Import:  cryptography.__about__ /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/__about__.py 
Import:  email._parseaddr /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/_parseaddr.py 
Analysis of fractions (Stub) queued. Dependencies: numbers (stub), decimal (stub), sys (stub)
Import:  email.charset /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/charset.py 
Analysis of idna.core (Library) queued. Dependencies: idna, idna.idnadata, bisect, unicodedata, re, idna.intranges, idna.uts46data
Analysis of urllib3.packages.six (Library) queued. Dependencies: __future__, functools, operator, types, struct, io
Analysis of dis (Stub) queued. Dependencies: sys (stub), types (stub), opcode (stub)
Import:  email.parser /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/parser.py 
Analysis of py_compile (Library) queued. Dependencies: py_compile (stub), enum, importlib, importlib._bootstrap_external, importlib.machinery, importlib.util, os, traceback
Analysis of py_compile (Stub) queued. Dependencies: sys (stub)
Analysis of urllib3.packages (Library) queued. Dependencies: __future__, urllib3.packages.ssl_match_hostname
Import:  certifi.core /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/certifi/core.py 
Import:  OpenSSL /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/OpenSSL/__init__.py 
Analysis of binascii (Compiled) queued. Dependencies: binascii (stub)
Import:  OpenSSL.SSL /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/OpenSSL/SSL.py 
Analysis of lzma (Library) queued. Dependencies: lzma (stub), io, os, _lzma, _compression
Analysis of binascii (Stub) queued. Dependencies: sys (stub)
Analysis of stringprep (Library) queued. Dependencies: stringprep (stub), unicodedata
Import:  cryptography.x509 /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/x509/__init__.py 
Analysis of lzma (Stub) queued. Dependencies: io (stub), sys (stub), os (stub)
Analysis of urllib3.util.wait (Library) queued. Dependencies: functools, select
Import:  cryptography.hazmat.backends.openssl /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/__init__.py 
Import:  cryptography.hazmat.backends.openssl.backend /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/backend.py 
Analysis of tarfile (Stub) queued. Dependencies: os (stub), sys (stub), types (stub)
Analysis of urllib3.util.url (Library) queued. Dependencies: __future__, collections, urllib3.exceptions
Analysis of bz2 (Library) queued. Dependencies: bz2 (stub), io, os, warnings, _compression, threading, _bz2
Import:  cryptography.hazmat.backends.openssl.x509 /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/x509.py 
Analysis of urllib3.util.connection (Library) queued. Dependencies: __future__, socket, urllib3.util.wait, urllib3.contrib, urllib3.contrib._appengine_environ
Import:  urllib3.packages.backports.makefile /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/packages/backports/makefile.py 
Import:  ssl /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py 
Analysis of ast (Stub) queued. Dependencies: _ast (stub)
Analysis of tarfile (Library) queued. Dependencies: tarfile (stub), os, io, shutil, stat, struct, copy, re, grp, warnings, zlib, bz2, lzma, gzip, argparse
Analysis of urllib3.util.retry (Library) queued. Dependencies: __future__, logging, collections, email, re, urllib3.exceptions, urllib3.packages, urllib3.packages.six
Import:  cryptography.x509.extensions /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/x509/extensions.py 
Import:  OpenSSL.crypto /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/OpenSSL/crypto.py 
Analysis of bz2 (Stub) queued. Dependencies: io (stub), sys (stub), os (stub)
Analysis of shutil (Stub) queued. Dependencies: os (stub), sys (stub)
Analysis of urllib3.util.timeout (Library) queued. Dependencies: __future__, socket, urllib3.exceptions
Analysis of zlib (Compiled) queued. Dependencies: zlib (stub)
Import:  importlib.abc /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/abc.py 
Import:  idna.idnadata /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/idna/idnadata.py 
Analysis of urllib3.util.ssl_ (Library) queued. Dependencies: __future__, warnings, hmac, socket, binascii, hashlib, urllib3.exceptions, urllib3.packages, urllib3.packages.six, ssl, ipaddress
Import:  idna.intranges /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/idna/intranges.py 
Analysis of tkinter (Stub) on depth 8 completed in 139.73 ms.
Analysis of dis (Library) queued. Dependencies: dis (stub), types, collections, io, opcode, argparse
Import:  idna.uts46data /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/idna/uts46data.py 
Analysis of urllib3.util.response (Library) queued. Dependencies: __future__, urllib3.exceptions
Analysis of code (Stub) queued. Dependencies: sys (stub), types (stub)
Import:  urllib3.packages.ssl_match_hostname /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/packages/ssl_match_hostname/__init__.py 
Analysis of tkinter.filedialog (Stub) on depth 7 completed in 13.25 ms.
Analysis of zlib (Stub) queued. Dependencies: sys (stub)
Analysis of six.moves.tkinter_tkfiledialog (Stub) on depth 6 completed in 0.19 ms.
Create compiled (scraped):  _lzma /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_lzma.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of urllib3.util.request (Library) queued. Dependencies: __future__, base64, urllib3.packages.six, urllib3.exceptions
Analysis of shutil (Library) queued. Dependencies: shutil (stub), os, stat, fnmatch, collections, zlib, bz2, lzma, grp, tarfile, zipfile
Import:  _compression /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/_compression.py 
Analysis of code (Library) queued. Dependencies: code (stub), traceback, codeop, readline, argparse
Create compiled (scraped):  _bz2 /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_bz2.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of readline (Stub) queued. Dependencies: sys (stub)
Analysis of importlib.abc (Library) queued. Dependencies: importlib.abc (stub), importlib, importlib._bootstrap, importlib._bootstrap_external, importlib.machinery, abc, warnings
Analysis of ast (Library) queued. Dependencies: ast (stub), inspect, collections
Import:  urllib3.contrib._appengine_environ /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/contrib/_appengine_environ.py 
Analysis of idna.intranges (Library) queued. Dependencies: bisect
Analysis of readline (Compiled) queued. Dependencies: readline (stub)
Create compiled (scraped):  grp /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/grp.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of _pydecimal (Library) queued. Dependencies: math, numbers, collections, contextvars, re, locale
Import:  gzip /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/gzip.py 
Import:  hmac /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/hmac.py 
Analysis of idna.idnadata (Library) queued. Dependencies: 
Analysis of dateutil (Stub) queued. Dependencies: 
Import:  ipaddress /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ipaddress.py 
Import:  opcode /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/opcode.py 
Analysis of runpy (Stub) queued. Dependencies: 
Import:  base64 /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/base64.py 
Analysis of OpenSSL.crypto (Library) queued. Dependencies: datetime, base64, functools, operator, six, cryptography, cryptography.x509, cryptography.hazmat.primitives.asymmetric, cryptography.hazmat.primitives.asymmetric.dsa, cryptography.hazmat.primitives.asymmetric.rsa, cryptography.utils, OpenSSL._util, cryptography.hazmat.backends.openssl.backend, cryptography.hazmat.backends.openssl.x509
Import:  codeop /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/codeop.py 
Analysis of shlex (Library) queued. Dependencies: shlex (stub), os, re, collections, io
Analysis of runpy (Library) queued. Dependencies: runpy (stub), importlib, importlib.machinery, importlib.util, types, pkgutil, warnings
Analysis of gzip (Library) queued. Dependencies: gzip (stub), struct, os, zlib, io, _compression, warnings
Analysis of opcode (Stub) queued. Dependencies: sys (stub)
Analysis of dateutil (Library) queued. Dependencies: dateutil (stub), dateutil._version
Import:  contextvars /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/contextvars.py 
Analysis of gzip (Stub) queued. Dependencies: os.path (stub), _compression (stub), zlib (stub)
Analysis of codeop (Library) queued. Dependencies: codeop (stub), __future__
Analysis of grp (Compiled) queued. Dependencies: grp (stub)
Import:  cryptography.hazmat.primitives.asymmetric /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py 
Analysis of codeop (Stub) queued. Dependencies: types (stub)
Import:  cryptography.hazmat.primitives.asymmetric.dsa /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py 
Analysis of pytz.tzinfo (Library) queued. Dependencies: datetime, bisect, pytz, pytz.exceptions
Import:  cryptography.hazmat.primitives.asymmetric.rsa /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py 
Analysis of grp (Stub) queued. Dependencies: 
Import:  cryptography.utils /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/utils.py 
Import:  OpenSSL._util /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/OpenSSL/_util.py 
Analysis of pytz.tzfile (Library) queued. Dependencies: datetime, struct, pytz.tzinfo, os, pprint
Analysis of OpenSSL._util (Library) queued. Dependencies: warnings, six, cryptography.hazmat.bindings.openssl.binding
Analysis of urllib3.packages.ssl_match_hostname (Library) queued. Dependencies: ssl, urllib3.packages.ssl_match_hostname._implementation
Analysis of _ast (Stub) queued. Dependencies: sys (stub)
Analysis of base64 (Library) queued. Dependencies: base64 (stub), re, struct, binascii, warnings, getopt
Analysis of _lzma (Compiled) queued. Dependencies: 
Analysis of urllib3.contrib._appengine_environ (Library) queued. Dependencies: os
Analysis of _compression (Stub) queued. Dependencies: io (stub)
Analysis of base64 (Stub) queued. Dependencies: sys (stub)
Analysis of _bz2 (Compiled) queued. Dependencies: 
Analysis of _compression (Library) queued. Dependencies: _compression (stub), io
Analysis of opcode (Library) queued. Dependencies: opcode (stub), _opcode
Analysis of cryptography.utils (Library) queued. Dependencies: __future__, abc, binascii, inspect, warnings
Analysis of hmac (Stub) queued. Dependencies: types (stub), sys (stub)
Analysis of _decimal (Compiled) queued. Dependencies: 
Analysis of dateutil._common (Stub) queued. Dependencies: 
Import:  dateutil._version /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/dateutil/_version.py 
Analysis of pkg_resources (Stub) queued. Dependencies: abc (stub), importlib (stub), importlib.abc (stub), types (stub), zipimport (stub)
Import:  cryptography.hazmat.bindings.openssl.binding /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py 
Import:  urllib3.packages.ssl_match_hostname._implementation /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/packages/ssl_match_hostname/_implementation.py 
Analysis of requests.adapters (Library) queued. Dependencies: requests.adapters (stub), os, socket, urllib3.poolmanager, urllib3.response, urllib3.util, urllib3.util.retry, urllib3.exceptions, requests.models, requests.compat, requests.utils, requests.structures, requests.cookies, requests.exceptions, requests.auth, urllib3.contrib.socks
Analysis of cryptography.hazmat.primitives.asymmetric.rsa (Library) queued. Dependencies: __future__, abc, math, fractions, six, cryptography, cryptography.utils, cryptography.exceptions, cryptography.hazmat.backends.interfaces
Create compiled (scraped):  _opcode /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_opcode.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of hmac (Library) queued. Dependencies: hmac (stub), warnings, _hashlib, hashlib
Analysis of _opcode (Compiled) queued. Dependencies: 
Analysis of requests.adapters (Stub) queued. Dependencies: requests (stub), requests.models (stub), requests.compat (stub), requests.utils (stub), requests.structures (stub), requests.cookies (stub), requests.exceptions (stub), requests.auth (stub)
Analysis of cryptography.hazmat.primitives.asymmetric.dsa (Library) queued. Dependencies: __future__, abc, six, cryptography, cryptography.utils
Analysis of urllib3.packages.ssl_match_hostname._implementation (Library) queued. Dependencies: re, ipaddress
Analysis of requests._internal_utils (Library) queued. Dependencies: requests.compat
Analysis of ipaddress (Stub) queued. Dependencies: sys (stub)
Analysis of cryptography.hazmat.primitives.asymmetric (Library) queued. Dependencies: __future__, abc, six
Analysis of requests.hooks (Library) queued. Dependencies: requests.hooks (stub)
Analysis of contextvars (Library) queued. Dependencies: _contextvars
Analysis of requests.hooks (Stub) queued. Dependencies: 
Analysis of cryptography.hazmat.bindings.openssl.binding (Library) queued. Dependencies: __future__, collections, threading, types, warnings, cryptography, cryptography.utils, cryptography.exceptions, cryptography.hazmat.bindings._openssl, cryptography.hazmat.bindings.openssl._conditional
Analysis of pydoc (Library) queued. Dependencies: importlib, importlib._bootstrap, importlib._bootstrap_external, importlib.machinery, importlib.util, inspect, io, os, pkgutil, platform, re, tokenize, urllib, urllib.parse, warnings, collections, reprlib, traceback, tempfile, subprocess, tty, pydoc_data, pydoc_data.topics, textwrap, http, http.server, email, email.message, select, threading, webbrowser, getopt
Import:  urllib3.poolmanager /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/poolmanager.py 
Import:  urllib3.response /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/response.py 
Import:  urllib3.contrib.socks /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/contrib/socks.py 
Analysis of dateutil._version (Library) queued. Dependencies: 
Import:  cryptography.exceptions /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/exceptions.py 
Analysis of requests.cookies (Library) queued. Dependencies: requests.cookies (stub), copy, calendar, requests._internal_utils, requests.compat, threading, dummy_threading
Analysis of zipimport (Stub) queued. Dependencies: types (stub)
Analysis of requests.cookies (Stub) queued. Dependencies: sys (stub), collections (stub), requests (stub), requests.compat (stub), http.cookiejar (stub)
Import:  cryptography.hazmat.backends.interfaces /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/backends/interfaces.py 
Create compiled (scraped):  _contextvars /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_contextvars.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Create compiled (scraped):  cryptography.hazmat.bindings._openssl /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
Invalidated cached module /Users/ianzink/Library/Caches/Microsoft/Python Language Server/stubs.v4/Nupq2SUhtUWF4ntOBHk68jr5rdBM171k5WuSgLZHg-Q=/_openssl.abi3.pyi. Reason: Cached file does not exist
Analysis of requests.compat (Library) queued. Dependencies: requests.compat (stub), chardet, simplejson, json, urllib, collections, urllib.parse, urllib.request, http, http.cookiejar, http.cookies, io, collections.abc
Analysis of ipaddress (Library) queued. Dependencies: ipaddress (stub), functools
Analysis of requests.compat (Stub) queued. Dependencies: collections (stub)
Analysis of urllib3.poolmanager (Library) queued. Dependencies: __future__, collections, functools, logging, urllib3._collections, urllib3.connectionpool, urllib3.exceptions, urllib3.packages, urllib3.packages.six, urllib3.request, urllib3.util.url, urllib3.util.retry
Analysis of cryptography.x509.extensions (Library) queued. Dependencies: __future__, abc, datetime, hashlib, ipaddress, enum, asn1crypto.keys, six, cryptography, cryptography.utils, cryptography.hazmat.primitives, cryptography.hazmat.primitives.constant_time, cryptography.hazmat.primitives.serialization, cryptography.hazmat.primitives.asymmetric.ec, cryptography.hazmat.primitives.asymmetric.rsa, cryptography.x509.certificate_transparency, cryptography.x509.general_name, cryptography.x509.name, cryptography.x509.oid
Analysis of requests.models (Stub) queued. Dependencies: datetime (stub), types (stub), requests (stub), requests.hooks (stub), requests.structures (stub), requests.auth (stub), requests.cookies (stub), requests.exceptions (stub), requests.utils (stub), requests.compat (stub), requests.status_codes (stub)
Analysis of requests.auth (Library) queued. Dependencies: requests.auth (stub), os, re, hashlib, threading, warnings, base64, requests.compat, requests.cookies, requests._internal_utils, requests.utils
Analysis of urllib3.contrib.socks (Library) queued. Dependencies: __future__, warnings, urllib3.exceptions, socket, urllib3.connection, urllib3.connectionpool, urllib3.poolmanager, urllib3.util.url, ssl
Analysis of requests.auth (Stub) queued. Dependencies: requests (stub), requests.compat (stub), requests.cookies (stub), requests.models (stub), requests.utils (stub), requests.status_codes (stub)
Analysis of dateutil._common (Library) queued. Dependencies: dateutil._common (stub)
Analysis of cryptography.exceptions (Library) queued. Dependencies: __future__, enum
Analysis of urllib3.response (Library) queued. Dependencies: __future__, contextlib, zlib, io, logging, socket, urllib3._collections, urllib3.exceptions, urllib3.packages.six, urllib3.connection, urllib3.util.response
Analysis of _contextvars (Compiled) queued. Dependencies: 
Analysis of requests.api (Stub) queued. Dependencies: sys (stub), requests.models (stub)
Analysis of cryptography.hazmat.backends.interfaces (Library) queued. Dependencies: __future__, abc, six
Analysis of requests.status_codes (Stub) queued. Dependencies: requests.structures (stub)
Analysis of requests.sessions (Stub) queued. Dependencies: requests (stub), requests.adapters (stub), requests.auth (stub), requests.compat (stub), requests.cookies (stub), requests.models (stub), requests.hooks (stub), requests.utils (stub), requests.exceptions (stub), requests.structures (stub), requests.status_codes (stub)
Analysis of pkg_resources (Library) queued. Dependencies: pkg_resources (stub), __future__, os, io, re, types, zipfile, warnings, stat, functools, pkgutil, operator, platform, collections, plistlib, email, email.parser, tempfile, textwrap, inspect, ntpath, posixpath, imp, pkg_resources.extern, importlib, importlib.machinery, pkg_resources.py31compat, sysconfig, linecache
Analysis of urllib3 (Library) queued. Dependencies: __future__, warnings, urllib3.connectionpool, urllib3.exceptions, urllib3.filepost, urllib3.poolmanager, urllib3.response, urllib3.util.request, urllib3.util.url, urllib3.util.timeout, urllib3.util.retry, logging
Analysis of chardet (Library) queued. Dependencies: chardet.compat, chardet.universaldetector, chardet.version
Analysis of urllib3.contrib (Library) queued. Dependencies: 
Analysis of importlib.machinery (Stub) queued. Dependencies: importlib (stub), importlib.abc (stub), sys (stub), types (stub), _importlib_modulespec (stub)
Analysis of ctypes.wintypes (Stub) queued. Dependencies: ctypes (stub)
Analysis of ctypes (Stub) queued. Dependencies: sys (stub)
Analysis of cryptography.__about__ (Library) queued. Dependencies: __future__
Analysis of ssl (Library) queued. Dependencies: ssl (stub), os, collections, enum, _ssl, socket, base64, warnings, calendar
Analysis of ctypes.wintypes (Library) queued. Dependencies: ctypes.wintypes (stub), ctypes
Analysis of urllib3.packages.backports.makefile (Library) queued. Dependencies: io, socket
Analysis of email.parser (Stub) queued. Dependencies: email (stub), email.feedparser (stub), email.message (stub), email.policy (stub)
Analysis of ctypes (Library) queued. Dependencies: ctypes (stub), os, _ctypes, struct, ctypes._endian
Analysis of email._parseaddr (Library) queued. Dependencies: calendar
Analysis of certifi.core (Library) queued. Dependencies: os
Analysis of email.parser (Library) queued. Dependencies: email.parser (stub), io, email.feedparser, email._policybase
Analysis of OpenSSL (Library) queued. Dependencies: OpenSSL.crypto, OpenSSL.SSL, OpenSSL.version
Analysis of email.charset (Library) queued. Dependencies: email.charset (stub), functools, email, email.base64mime, email.quoprimime, email.errors, email.encoders
Analysis of cryptography.hazmat.backends.openssl (Library) queued. Dependencies: __future__, cryptography.hazmat.backends.openssl.backend
Analysis of cryptography.x509 (Library) queued. Dependencies: __future__, cryptography.x509.certificate_transparency, cryptography.x509.base, cryptography.x509.extensions, cryptography.x509.general_name, cryptography.x509.name, cryptography.x509.oid
Scrape /usr/local/bin/python3 -W ignore -B -E /Users/ianzink/.vscode/extensions/ms-python.python-2019.10.44104/languageServer.0.4.101/scrape_module.py -u8 cryptography.hazmat.bindings._openssl /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
Analysis of cryptography.hazmat.backends.openssl.x509 (Library) queued. Dependencies: __future__, datetime, operator, cryptography, cryptography.utils, cryptography.x509, cryptography.exceptions, cryptography.hazmat.backends.openssl.decode_asn1, cryptography.hazmat.backends.openssl.encode_asn1, cryptography.hazmat.primitives, cryptography.hazmat.primitives.hashes, cryptography.hazmat.primitives.serialization, cryptography.hazmat.primitives.asymmetric, cryptography.hazmat.primitives.asymmetric.dsa, cryptography.hazmat.primitives.asymmetric.ec, cryptography.hazmat.primitives.asymmetric.rsa
Analysis of OpenSSL.SSL (Library) queued. Dependencies: os, socket, functools, weakref, cryptography.utils, six, OpenSSL._util, OpenSSL.crypto
Analysis of idna.uts46data (Library) queued. Dependencies: 
Analysis of cryptography.hazmat.backends.openssl.backend (Library) queued. Dependencies: __future__, base64, collections, contextlib, asn1crypto, asn1crypto.core, six, cryptography, cryptography.utils, cryptography.x509, cryptography.exceptions, cryptography.hazmat.backends.interfaces, cryptography.hazmat.backends.openssl, cryptography.hazmat.backends.openssl.aead, cryptography.hazmat.backends.openssl.ciphers, cryptography.hazmat.backends.openssl.cmac, cryptography.hazmat.backends.openssl.decode_asn1, cryptography.hazmat.backends.openssl.dh, cryptography.hazmat.backends.openssl.dsa, cryptography.hazmat.backends.openssl.ec, cryptography.hazmat.backends.openssl.ed25519, cryptography.hazmat.backends.openssl.ed448, cryptography.hazmat.backends.openssl.encode_asn1, cryptography.hazmat.backends.openssl.hashes, cryptography.hazmat.backends.openssl.hmac, cryptography.hazmat.backends.openssl.ocsp, cryptography.hazmat.backends.openssl.rsa, cryptography.hazmat.backends.openssl.x25519, cryptography.hazmat.backends.openssl.x448, cryptography.hazmat.backends.openssl.x509, cryptography.hazmat.bindings.openssl, cryptography.hazmat.bindings.openssl.binding, cryptography.hazmat.primitives, cryptography.hazmat.primitives.hashes, cryptography.hazmat.primitives.serialization, cryptography.hazmat.primitives.asymmetric, cryptography.hazmat.primitives.asymmetric.dsa, cryptography.hazmat.primitives.asymmetric.ec, cryptography.hazmat.primitives.asymmetric.ed25519, cryptography.hazmat.primitives.asymmetric.rsa, cryptography.hazmat.primitives.asymmetric.padding, cryptography.hazmat.primitives.ciphers.algorithms, cryptography.hazmat.primitives.ciphers.modes, cryptography.hazmat.primitives.kdf, cryptography.hazmat.primitives.kdf.scrypt, cryptography.hazmat.primitives.serialization.ssh, cryptography.x509.ocsp
Analysis of modules loop on depth 2 in 407.41 ms:
    sys(Stub)
    types(Stub)
    importlib.abc(Stub)
    _importlib_modulespec(Stub)
    os(Stub)
    io(Stub)
Analysis of linecache (Stub) on depth 4 completed in 0.74 ms.
Analysis of urllib.robotparser (Stub) on depth 7 completed in 1.05 ms.
Analysis of glob (Stub) on depth 2 completed in 0.55 ms.
Analysis of modules loop on depth 3 in 32.09 ms:
    collections(Stub)
    collections.abc(Stub)
Analysis of time (Stub) on depth 3 completed in 7.69 ms.
Analysis of subprocess (Stub) on depth 2 completed in 5.69 ms.
Analysis of warnings (Stub) on depth 3 completed in 1.04 ms.
Analysis of traceback (Stub) on depth 4 completed in 3.51 ms.
Analysis of weakref (Stub) on depth 4 completed in 4.08 ms.
Analysis of threading (Stub) on depth 3 completed in 34.88 ms.
Analysis of importlib (Stub) on depth 6 completed in 0.54 ms.
Analysis of io (Library) on depth 1 completed in 7.85 ms.
Analysis of six.moves.urllib_robotparser (Stub) on depth 6 completed in 0.16 ms.
Analysis of collections.abc (Library) on depth 3 completed in 25.1 ms.
Analysis of datetime (Stub) on depth 2 completed in 6.35 ms.
Analysis of logging (Stub) on depth 6 completed in 17 ms.
Analysis of calendar (Stub) on depth 4 completed in 3.97 ms.
Analysis of unittest (Stub) on depth 5 completed in 15.53 ms.
Analysis of operator (Stub) on depth 4 completed in 16.62 ms.
Analysis of tracemalloc (Stub) on depth 4 completed in 10.42 ms.
Analysis of heapq (Stub) on depth 4 completed in 0.52 ms.
Analysis of heapq (Library) on depth 3 completed in 1.73 ms.
Analysis of shlex (Stub) on depth 6 completed in 1.16 ms.
Analysis of array (Stub) on depth 5 completed in 3.89 ms.
Analysis of reprlib (Stub) on depth 4 completed in 0.77 ms.
Analysis of reprlib (Library) on depth 3 completed in 1.61 ms.
Analysis of struct (Stub) on depth 5 completed in 0.77 ms.
Analysis of modules loop on depth 4 in 0.85 ms:
    struct(Library)
    _struct(Compiled)
Analysis of select (Stub) on depth 3 completed in 3.05 ms.
Analysis of select (Compiled) on depth 2 completed in 21.87 ms.
Analysis of functools (Stub) on depth 3 completed in 3.07 ms.
Analysis of locale (Stub) on depth 4 completed in 2.48 ms.
Analysis of math (Stub) on depth 3 completed in 1.79 ms.
Analysis of math (Compiled) on depth 2 completed in 28.19 ms.
Analysis of enum (Stub) on depth 3 completed in 1.93 ms.
Analysis of signal (Stub) on depth 3 completed in 1.71 ms.
Analysis of re (Stub) on depth 2 completed in 2.03 ms.
Writing cached module:  /Users/ianzink/Library/Caches/Microsoft/Python Language Server/stubs.v4/Nupq2SUhtUWF4ntOBHk68jr5rdBM171k5WuSgLZHg-Q=/_openssl.abi3.pyi 
Import:  cryptography.hazmat.bindings.openssl._conditional /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/bindings/openssl/_conditional.py 
Import:  platform /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/platform.py 
Analysis of cryptography.hazmat.bindings.openssl._conditional (Library) queued. Dependencies: __future__
Import:  tty /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/tty.py 
Import:  pydoc_data /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/pydoc_data/__init__.py 
Import:  pydoc_data.topics /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/pydoc_data/topics.py 
Import:  http /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/__init__.py 
Import:  http.server /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/server.py 
Import:  email.message /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/message.py 
Analysis of urllib.parse (Stub) on depth 2 completed in 17.6 ms.
Analysis of six.moves.urllib_parse (Stub) on depth 6 completed in 0.19 ms.
Import:  webbrowser /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/webbrowser.py 
Import:  dummy_threading /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/dummy_threading.py 
Import:  simplejson /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/simplejson/__init__.py 
Import:  urllib.request /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py 
Import:  http.cookiejar /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/cookiejar.py 
Import:  http.cookies /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/cookies.py 
Import:  urllib3._collections /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/_collections.py 
Import:  urllib3.connectionpool /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/connectionpool.py 
Import:  urllib3.request /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/request.py 
Import:  asn1crypto.keys /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/asn1crypto/keys.py 
Import:  cryptography.hazmat.primitives /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/primitives/__init__.py 
Analysis of modules loop on depth 4 in 14.12 ms:
    six(Stub)
Import:  cryptography.hazmat.primitives.constant_time /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/primitives/constant_time.py 
    six.moves(Stub)
    six.moves.urllib(Stub)
Import:  cryptography.hazmat.primitives.serialization /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/primitives/serialization/__init__.py 
Analysis of platform (Stub) queued. Dependencies: os (stub)
Import:  cryptography.hazmat.primitives.asymmetric.ec /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py 
Import:  cryptography.x509.certificate_transparency /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/x509/certificate_transparency.py 
Import:  cryptography.x509.general_name /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/x509/general_name.py 
Import:  cryptography.x509.name /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/x509/name.py 
Import:  cryptography.x509.oid /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/x509/oid.py 
Import:  urllib3.connection /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/connection.py 
Analysis of cryptography.hazmat.bindings._openssl (Compiled) queued. Dependencies: 
Import:  plistlib /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/plistlib.py 
Analysis of tty (Stub) queued. Dependencies: 
Import:  imp /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/imp.py 
Analysis of tty (Library) queued. Dependencies: tty (stub), termios
Import:  pkg_resources.extern /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pkg_resources/extern/__init__.py 
Analysis of platform (Library) queued. Dependencies: platform (stub), collections, os, re, subprocess, warnings, plistlib, socket, struct
Analysis of imp (Stub) queued. Dependencies: os (stub), sys (stub), types (stub), _imp (stub)
Analysis of pydoc_data (Library) queued. Dependencies: 
Import:  pkg_resources.py31compat /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pkg_resources/py31compat.py 
Import:  sysconfig /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/sysconfig.py 
Analysis of pkg_resources.extern (Library) queued. Dependencies: 
Analysis of pkg_resources.py31compat (Library) queued. Dependencies: os, pkg_resources.extern
Import:  chardet.compat /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/compat.py 
Analysis of imp (Library) queued. Dependencies: imp (stub), importlib._bootstrap, importlib._bootstrap_external, importlib, importlib.machinery, importlib.util, os, tokenize, types, warnings
Analysis of sysconfig (Stub) queued. Dependencies: 
Import:  chardet.universaldetector /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/universaldetector.py 
Import:  chardet.version /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/version.py 
Analysis of chardet.compat (Library) queued. Dependencies: 
Create compiled (scraped):  _ssl /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_ssl.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Create compiled (scraped):  _ctypes /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_ctypes.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Import:  ctypes._endian /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/_endian.py 
Analysis of chardet.universaldetector (Library) queued. Dependencies: codecs, logging, re, chardet.charsetgroupprober, chardet.enums, chardet.escprober, chardet.latin1prober, chardet.mbcsgroupprober, chardet.sbcsgroupprober
Analysis of chardet.version (Library) queued. Dependencies: 
Import:  email.feedparser /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/feedparser.py 
Analysis of sysconfig (Library) queued. Dependencies: sysconfig (stub), os, re, pprint, types, _osx_support, warnings
Import:  email._policybase /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/_policybase.py 
Import:  OpenSSL.version /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/OpenSSL/version.py 
Analysis of email.feedparser (Stub) queued. Dependencies: sys (stub), email.message (stub), email.policy (stub)
Import:  email.base64mime /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/base64mime.py 
Analysis of _ctypes (Compiled) queued. Dependencies: 
Import:  email.quoprimime /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/quoprimime.py 
Import:  email.errors /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/errors.py 
Analysis of ctypes._endian (Library) queued. Dependencies: ctypes
Import:  email.encoders /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/encoders.py 
Analysis of _ssl (Compiled) queued. Dependencies: 
Import:  cryptography.x509.base /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/x509/base.py 
Import:  cryptography.hazmat.backends.openssl.decode_asn1 /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/decode_asn1.py 
Import:  cryptography.hazmat.backends.openssl.encode_asn1 /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/encode_asn1.py 
Analysis of email._policybase (Library) queued. Dependencies: abc, email, email.header, email.charset, email.utils
Import:  cryptography.hazmat.primitives.hashes /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/primitives/hashes.py 
Analysis of OpenSSL.version (Library) queued. Dependencies: 
Analysis of email.feedparser (Library) queued. Dependencies: email.feedparser (stub), re, email, email.errors, email._policybase, collections, io, email.message
Import:  asn1crypto /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/asn1crypto/__init__.py 
Analysis of email.base64mime (Library) queued. Dependencies: base64, binascii
Analysis of email.errors (Library) queued. Dependencies: email.errors (stub)
Analysis of email.encoders (Stub) queued. Dependencies: email.message (stub)
Analysis of cryptography.hazmat.primitives.hashes (Library) queued. Dependencies: __future__, abc, six, cryptography, cryptography.utils, cryptography.exceptions, cryptography.hazmat.backends.interfaces
Import:  asn1crypto.core /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/asn1crypto/core.py 
Analysis of email.encoders (Library) queued. Dependencies: email.encoders (stub), base64, quopri
Analysis of asn1crypto (Library) queued. Dependencies: __future__, asn1crypto.version
Analysis of email.quoprimime (Library) queued. Dependencies: re, string
Import:  cryptography.hazmat.backends.openssl.aead /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/aead.py 
Analysis of plistlib (Library) queued. Dependencies: plistlib (stub), binascii, codecs, contextlib, datetime, enum, io, os, re, struct, warnings, xml.parsers.expat
Import:  cryptography.hazmat.backends.openssl.ciphers /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/ciphers.py 
Import:  cryptography.hazmat.backends.openssl.cmac /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/cmac.py 
Analysis of plistlib (Stub) queued. Dependencies: sys (stub), enum (stub)
Import:  cryptography.hazmat.backends.openssl.dh /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/dh.py 
Analysis of cryptography.hazmat.backends.openssl.encode_asn1 (Library) queued. Dependencies: __future__, calendar, ipaddress, six, cryptography, cryptography.utils, cryptography.x509, cryptography.hazmat.backends.openssl.decode_asn1, cryptography.x509.name, cryptography.x509.oid
Analysis of cryptography.x509.base (Library) queued. Dependencies: __future__, abc, datetime, os, enum, six, cryptography, cryptography.utils, cryptography.hazmat.primitives.asymmetric, cryptography.hazmat.primitives.asymmetric.dsa, cryptography.hazmat.primitives.asymmetric.ec, cryptography.hazmat.primitives.asymmetric.rsa, cryptography.x509.extensions, cryptography.x509.name
Import:  cryptography.hazmat.backends.openssl.dsa /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/dsa.py 
Import:  cryptography.hazmat.backends.openssl.ec /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/ec.py 
Import:  cryptography.hazmat.backends.openssl.ed25519 /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/ed25519.py 
Analysis of cryptography.hazmat.backends.openssl.aead (Library) queued. Dependencies: __future__, cryptography.exceptions, cryptography.hazmat.primitives.ciphers.aead
Analysis of cryptography.hazmat.backends.openssl.cmac (Library) queued. Dependencies: __future__, cryptography, cryptography.utils, cryptography.exceptions, cryptography.hazmat.primitives, cryptography.hazmat.primitives.constant_time, cryptography.hazmat.primitives.mac, cryptography.hazmat.primitives.ciphers.modes
Analysis of urllib3.connection (Library) queued. Dependencies: __future__, datetime, logging, os, socket, warnings, urllib3.packages, urllib3.packages.six, ssl, urllib3.exceptions, urllib3.packages.ssl_match_hostname, urllib3.util.ssl_, urllib3.util, urllib3.util.connection, urllib3._collections
Analysis of cryptography.hazmat.backends.openssl.ciphers (Library) queued. Dependencies: __future__, cryptography, cryptography.utils, cryptography.exceptions, cryptography.hazmat.primitives, cryptography.hazmat.primitives.ciphers, cryptography.hazmat.primitives.ciphers.modes
Analysis of cryptography.hazmat.backends.openssl.decode_asn1 (Library) queued. Dependencies: __future__, datetime, ipaddress, asn1crypto, asn1crypto.core, six, cryptography, cryptography.x509, cryptography.x509.extensions, cryptography.x509.name, cryptography.x509.oid, cryptography.hazmat.backends.openssl.x509
Import:  cryptography.hazmat.backends.openssl.ed448 /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/ed448.py 
Analysis of http (Stub) queued. Dependencies: sys (stub), enum (stub)
Import:  cryptography.hazmat.backends.openssl.hashes /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/hashes.py 
Analysis of cryptography.hazmat.backends.openssl.dh (Library) queued. Dependencies: __future__, cryptography, cryptography.utils, cryptography.exceptions, cryptography.hazmat.primitives, cryptography.hazmat.primitives.serialization, cryptography.hazmat.primitives.asymmetric, cryptography.hazmat.primitives.asymmetric.dh
Analysis of webbrowser (Stub) queued. Dependencies: sys (stub)
Analysis of simplejson (Stub) queued. Dependencies: simplejson.scanner (stub), simplejson.decoder (stub), simplejson.encoder (stub)
Analysis of http (Library) queued. Dependencies: http (stub), enum
Analysis of cryptography.x509.oid (Library) queued. Dependencies: __future__, cryptography.hazmat._oid, cryptography.hazmat.primitives, cryptography.hazmat.primitives.hashes
Analysis of cryptography.hazmat.backends.openssl.dsa (Library) queued. Dependencies: __future__, cryptography, cryptography.utils, cryptography.exceptions, cryptography.hazmat.backends.openssl.utils, cryptography.hazmat.primitives, cryptography.hazmat.primitives.hashes, cryptography.hazmat.primitives.serialization, cryptography.hazmat.primitives.asymmetric, cryptography.hazmat.primitives.asymmetric.dsa
Analysis of cryptography.hazmat.backends.openssl.ec (Library) queued. Dependencies: __future__, cryptography, cryptography.utils, cryptography.exceptions, cryptography.hazmat.backends.openssl.utils, cryptography.hazmat.primitives, cryptography.hazmat.primitives.hashes, cryptography.hazmat.primitives.serialization, cryptography.hazmat.primitives.asymmetric, cryptography.hazmat.primitives.asymmetric.ec
Import:  cryptography.hazmat.backends.openssl.hmac /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/hmac.py 
Analysis of cryptography.hazmat.backends.openssl.ed25519 (Library) queued. Dependencies: __future__, cryptography, cryptography.exceptions, cryptography.utils, cryptography.hazmat.primitives, cryptography.hazmat.primitives.serialization, cryptography.hazmat.primitives.asymmetric.ed25519
Analysis of cryptography.x509.name (Library) queued. Dependencies: __future__, enum, six, cryptography, cryptography.utils, cryptography.x509.oid
Analysis of cryptography.hazmat.primitives (Library) queued. Dependencies: __future__
Analysis of simplejson (Library) queued. Dependencies: simplejson (stub), __future__, decimal, simplejson.errors, simplejson.raw_json, simplejson.decoder, simplejson.encoder, collections, simplejson.ordered_dict, simplejson._speedups, simplejson.scanner
Analysis of cryptography.hazmat.primitives.serialization (Library) queued. Dependencies: __future__, cryptography.hazmat.primitives.serialization.base, cryptography.hazmat.primitives.serialization.ssh
Analysis of cryptography.hazmat.primitives.constant_time (Library) queued. Dependencies: __future__, hmac, warnings, cryptography, cryptography.utils, cryptography.hazmat.bindings._constant_time
Analysis of webbrowser (Library) queued. Dependencies: webbrowser (stub), os, shlex, shutil, subprocess, threading, copy, glob, socket, tempfile, getopt
Analysis of cryptography.hazmat.backends.openssl.ed448 (Library) queued. Dependencies: __future__, cryptography, cryptography.exceptions, cryptography.utils, cryptography.hazmat.primitives, cryptography.hazmat.primitives.serialization, cryptography.hazmat.primitives.asymmetric.ed448
Analysis of urllib3.request (Library) queued. Dependencies: __future__, urllib3.filepost
Analysis of email.message (Library) queued. Dependencies: email.message (stub), re, uu, quopri, io, email, email.utils, email.errors, email._policybase, email.charset, email._encoded_words, email.generator, email.iterators, email.policy
Analysis of urllib3._collections (Library) queued. Dependencies: __future__, collections.abc, collections, threading, urllib3.exceptions, urllib3.packages.six
Analysis of cryptography.x509.certificate_transparency (Library) queued. Dependencies: __future__, abc, enum, six
Analysis of http.cookies (Library) queued. Dependencies: http.cookies (stub), re, string
Analysis of dummy_threading (Library) queued. Dependencies: _dummy_thread, threading
Analysis of cryptography.hazmat.backends.openssl.hashes (Library) queued. Dependencies: __future__, cryptography, cryptography.utils, cryptography.exceptions, cryptography.hazmat.primitives, cryptography.hazmat.primitives.hashes
Import:  cryptography.hazmat.backends.openssl.ocsp /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/ocsp.py 
Analysis of cryptography.x509.general_name (Library) queued. Dependencies: __future__, abc, ipaddress, warnings, email.utils, six, cryptography, cryptography.utils, cryptography.x509.name, cryptography.x509.oid, idna
Analysis of http.server (Library) queued. Dependencies: http.server (stub), copy, datetime, email, email.utils, html, http, http.client, io, mimetypes, os, posixpath, select, shutil, socket, socketserver, urllib, urllib.parse, functools, base64, binascii, subprocess, argparse
Analysis of asn1crypto.keys (Library) queued. Dependencies: __future__, hashlib, math, asn1crypto._elliptic_curve, asn1crypto._errors, asn1crypto._types, asn1crypto.algos, asn1crypto.core, asn1crypto.util
Analysis of cryptography.hazmat.backends.openssl.hmac (Library) queued. Dependencies: __future__, cryptography, cryptography.utils, cryptography.exceptions, cryptography.hazmat.primitives, cryptography.hazmat.primitives.constant_time, cryptography.hazmat.primitives.hashes, cryptography.hazmat.primitives.mac
Analysis of cryptography.hazmat.primitives.asymmetric.ec (Library) queued. Dependencies: __future__, abc, warnings, six, cryptography, cryptography.utils, cryptography.hazmat._oid, cryptography.hazmat.backends.openssl.backend
Analysis of urllib3.connectionpool (Library) queued. Dependencies: __future__, logging, warnings, socket, urllib3.exceptions, urllib3.packages.ssl_match_hostname, urllib3.packages, urllib3.packages.six, urllib3.connection, urllib3.request, urllib3.response, urllib3.util.connection, urllib3.util.request, urllib3.util.response, urllib3.util.retry, urllib3.util.timeout, urllib3.util.url, urllib3.util.queue
Import:  cryptography.hazmat.backends.openssl.rsa /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/rsa.py 
Import:  cryptography.hazmat.backends.openssl.x25519 /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/x25519.py 
Import:  cryptography.hazmat.backends.openssl.x448 /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/x448.py 
Analysis of http.cookiejar (Library) queued. Dependencies: http.cookiejar (stub), copy, datetime, re, urllib, urllib.parse, urllib.request, threading, http, http.client, calendar, logging, io, warnings, traceback
Import:  cryptography.hazmat.bindings.openssl /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/bindings/openssl/__init__.py 
Analysis of cryptography.hazmat.backends.openssl.x25519 (Library) queued. Dependencies: __future__, warnings, cryptography, cryptography.utils, cryptography.hazmat.backends.openssl.utils, cryptography.hazmat.primitives, cryptography.hazmat.primitives.serialization, cryptography.hazmat.primitives.asymmetric.x25519
Analysis of cryptography.hazmat.backends.openssl.ocsp (Library) queued. Dependencies: __future__, functools, cryptography, cryptography.utils, cryptography.x509, cryptography.exceptions, cryptography.hazmat.backends.openssl.decode_asn1, cryptography.hazmat.backends.openssl.x509, cryptography.hazmat.primitives, cryptography.hazmat.primitives.serialization, cryptography.x509.ocsp
Import:  cryptography.hazmat.primitives.asymmetric.ed25519 /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/ed25519.py 
Import:  cryptography.hazmat.primitives.asymmetric.padding /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py 
Analysis of cryptography.hazmat.primitives.asymmetric.ed25519 (Library) queued. Dependencies: __future__, abc, six, cryptography.exceptions, cryptography.hazmat.backends.openssl.backend
Analysis of cryptography.hazmat.backends.openssl.rsa (Library) queued. Dependencies: __future__, math, cryptography, cryptography.utils, cryptography.exceptions, cryptography.hazmat.backends.openssl.utils, cryptography.hazmat.primitives, cryptography.hazmat.primitives.hashes, cryptography.hazmat.primitives.asymmetric, cryptography.hazmat.primitives.asymmetric.rsa, cryptography.hazmat.primitives.asymmetric.padding
Analysis of cryptography.hazmat.bindings.openssl (Library) queued. Dependencies: __future__
Import:  cryptography.hazmat.primitives.ciphers.algorithms /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py 
Analysis of cryptography.hazmat.backends.openssl.x448 (Library) queued. Dependencies: __future__, cryptography, cryptography.utils, cryptography.hazmat.backends.openssl.utils, cryptography.hazmat.primitives, cryptography.hazmat.primitives.serialization, cryptography.hazmat.primitives.asymmetric.x448
Analysis of cryptography.hazmat.primitives.asymmetric.padding (Library) queued. Dependencies: __future__, abc, math, six, cryptography, cryptography.utils, cryptography.hazmat.primitives, cryptography.hazmat.primitives.hashes, cryptography.hazmat.primitives.asymmetric, cryptography.hazmat.primitives.asymmetric.rsa
Import:  cryptography.hazmat.primitives.ciphers.modes /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/primitives/ciphers/modes.py 
Analysis of cryptography.hazmat.primitives.ciphers.algorithms (Library) queued. Dependencies: __future__, cryptography, cryptography.utils, cryptography.hazmat.primitives.ciphers, cryptography.hazmat.primitives.ciphers.modes
Import:  cryptography.hazmat.primitives.kdf /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/primitives/kdf/__init__.py 
Import:  cryptography.hazmat.primitives.kdf.scrypt /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/primitives/kdf/scrypt.py 
Analysis of pydoc_data.topics (Library) queued. Dependencies: 
Analysis of cryptography.hazmat.primitives.kdf (Library) queued. Dependencies: __future__, abc, six
Analysis of cryptography.hazmat.primitives.ciphers.modes (Library) queued. Dependencies: __future__, abc, six, cryptography, cryptography.utils
Import:  cryptography.hazmat.primitives.serialization.ssh /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/primitives/serialization/ssh.py 
Analysis of cryptography.hazmat.primitives.kdf.scrypt (Library) queued. Dependencies: __future__, cryptography, cryptography.utils, cryptography.exceptions, cryptography.hazmat.backends.interfaces, cryptography.hazmat.primitives, cryptography.hazmat.primitives.constant_time, cryptography.hazmat.primitives.kdf
Import:  cryptography.x509.ocsp /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/x509/ocsp.py 
Analysis of cryptography.hazmat.primitives.serialization.ssh (Library) queued. Dependencies: __future__, base64, struct, six, cryptography, cryptography.utils, cryptography.exceptions, cryptography.hazmat.primitives.asymmetric, cryptography.hazmat.primitives.asymmetric.dsa, cryptography.hazmat.primitives.asymmetric.ec, cryptography.hazmat.primitives.asymmetric.ed25519, cryptography.hazmat.primitives.asymmetric.rsa
Analysis of cryptography.x509.ocsp (Library) queued. Dependencies: __future__, abc, datetime, enum, six, cryptography, cryptography.x509, cryptography.hazmat.primitives, cryptography.hazmat.primitives.hashes, cryptography.x509.base, cryptography.hazmat.backends.openssl.backend
Create compiled (scraped):  termios /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/termios.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Import:  chardet.charsetgroupprober /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/charsetgroupprober.py 
Analysis of termios (Stub) queued. Dependencies: 
Analysis of _imp (Stub) queued. Dependencies: sys (stub), types (stub), importlib.machinery (stub)
Analysis of termios (Compiled) queued. Dependencies: termios (stub)
Import:  chardet.enums /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/enums.py 
Analysis of chardet.charsetgroupprober (Library) queued. Dependencies: chardet.enums, chardet.charsetprober
Analysis of chardet.enums (Library) queued. Dependencies: 
Analysis of urllib.request (Library) queued. Dependencies: urllib.request (stub), base64, bisect, email, hashlib, http, http.client, io, os, posixpath, re, socket, string, tempfile, contextlib, warnings, urllib.error, urllib.parse, urllib.response, ssl, http.cookiejar, email.utils, mimetypes, ftplib, nturl2path, getpass, fnmatch, _scproxy
Import:  chardet.escprober /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/escprober.py 
Analysis of asn1crypto.core (Library) queued. Dependencies: __future__, datetime, binascii, copy, math, re, asn1crypto, asn1crypto._teletex_codec, asn1crypto._errors, asn1crypto._ordereddict, asn1crypto._types, asn1crypto.parser, asn1crypto.util, io
Import:  chardet.latin1prober /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/latin1prober.py 
Analysis of chardet.escprober (Library) queued. Dependencies: chardet.charsetprober, chardet.codingstatemachine, chardet.enums, chardet.escsm
Import:  chardet.mbcsgroupprober /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/mbcsgroupprober.py 
Analysis of chardet.latin1prober (Library) queued. Dependencies: chardet.charsetprober, chardet.enums
Import:  chardet.sbcsgroupprober /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/sbcsgroupprober.py 
Analysis of chardet.mbcsgroupprober (Library) queued. Dependencies: chardet.charsetgroupprober, chardet.utf8prober, chardet.sjisprober, chardet.eucjpprober, chardet.gb2312prober, chardet.euckrprober, chardet.cp949prober, chardet.big5prober, chardet.euctwprober
Import:  _osx_support /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/_osx_support.py 
Import:  email.header /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/header.py 
Analysis of chardet.sbcsgroupprober (Library) queued. Dependencies: chardet.charsetgroupprober, chardet.sbcharsetprober, chardet.langcyrillicmodel, chardet.langgreekmodel, chardet.langbulgarianmodel, chardet.langthaimodel, chardet.langhebrewmodel, chardet.hebrewprober, chardet.langturkishmodel
Import:  quopri /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/quopri.py 
Import:  asn1crypto.version /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/asn1crypto/version.py 
Import:  xml.parsers.expat /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/xml/parsers/expat.py 
Analysis of _osx_support (Library) queued. Dependencies: os, re, contextlib, tempfile, distutils, distutils.log
Analysis of quopri (Stub) queued. Dependencies: 
Analysis of asn1crypto.version (Library) queued. Dependencies: __future__
Analysis of xml.parsers.expat (Stub) queued. Dependencies: pyexpat (stub), pyexpat.errors (stub), pyexpat.model (stub)
Analysis of quopri (Library) queued. Dependencies: quopri (stub), binascii, io, getopt
Analysis of xml.parsers.expat (Library) queued. Dependencies: xml.parsers.expat (stub), pyexpat
Analysis of email.header (Library) queued. Dependencies: email.header (stub), re, binascii, email, email.quoprimime, email.base64mime, email.errors, email.charset
Import:  cryptography.hazmat.primitives.mac /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/primitives/mac.py 
Analysis of cryptography.hazmat.primitives.mac (Library) queued. Dependencies: __future__, abc, six
Import:  cryptography.hazmat.primitives.ciphers.aead /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/primitives/ciphers/aead.py 
Import:  cryptography.hazmat.primitives.ciphers /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py 
Analysis of cryptography.hazmat.primitives.ciphers (Library) queued. Dependencies: __future__, cryptography.hazmat.primitives.ciphers.base
Import:  cryptography.hazmat.primitives.asymmetric.dh /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py 
Analysis of cryptography.hazmat.primitives.ciphers.aead (Library) queued. Dependencies: __future__, os, cryptography, cryptography.exceptions, cryptography.utils, cryptography.hazmat.backends.openssl, cryptography.hazmat.backends.openssl.aead, cryptography.hazmat.backends.openssl.backend
Analysis of simplejson.scanner (Stub) queued. Dependencies: 
Analysis of simplejson.decoder (Stub) queued. Dependencies: 
Analysis of simplejson.encoder (Stub) queued. Dependencies: 
Import:  cryptography.hazmat._oid /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/_oid.py 
Analysis of cryptography.hazmat.primitives.asymmetric.dh (Library) queued. Dependencies: __future__, abc, six, cryptography, cryptography.utils
Import:  cryptography.hazmat.backends.openssl.utils /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/utils.py 
Analysis of cryptography.hazmat._oid (Library) queued. Dependencies: __future__, cryptography, cryptography.utils, cryptography.x509.oid
Import:  _dummy_thread /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/_dummy_thread.py 
Analysis of cryptography.hazmat.backends.openssl.utils (Library) queued. Dependencies: __future__, warnings, cryptography, cryptography.utils, cryptography.hazmat.primitives, cryptography.hazmat.primitives.hashes, cryptography.hazmat.primitives.asymmetric.utils
Import:  simplejson.errors /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/simplejson/errors.py 
Analysis of _dummy_thread (Library) queued. Dependencies: _dummy_thread (stub), traceback
Analysis of simplejson.errors (Library) queued. Dependencies: 
Import:  simplejson.raw_json /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/simplejson/raw_json.py 
Import:  simplejson.decoder /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/simplejson/decoder.py 
Analysis of simplejson.raw_json (Library) queued. Dependencies: 
Import:  simplejson.encoder /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/simplejson/encoder.py 
Import:  simplejson.ordered_dict /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/simplejson/ordered_dict.py 
Create compiled (scraped):  simplejson._speedups /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/simplejson/_speedups.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
Invalidated cached module /Users/ianzink/Library/Caches/Microsoft/Python Language Server/stubs.v4/0hv8rEocVkyVcFrZgKY5C3BVxgztwbj8-Xse2ApLUto=/_speedups.cpython-37m-darwin.pyi. Reason: Cached file does not exist
Analysis of simplejson.ordered_dict (Library) queued. Dependencies: 
Analysis of simplejson.decoder (Library) queued. Dependencies: simplejson.decoder (stub), __future__, re, struct, simplejson.compat, simplejson.scanner, simplejson._speedups
Analysis of simplejson.encoder (Library) queued. Dependencies: simplejson.encoder (stub), __future__, re, operator, decimal, simplejson.compat, simplejson, simplejson._speedups, simplejson.decoder, simplejson.raw_json
Scrape /usr/local/bin/python3 -W ignore -B -E /Users/ianzink/.vscode/extensions/ms-python.python-2019.10.44104/languageServer.0.4.101/scrape_module.py -u8 simplejson._speedups /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
Analysis of modules loop on depth 1 in 388.46 ms:
    re(Library)
    collections(Library)
    warnings(Library)
    functools(Library)
    operator(Library)
    types(Library)
    keyword(Library)
    copy(Library)
    linecache(Library)
    tracemalloc(Library)
    traceback(Library)
    weakref(Library)
    sre_parse(Library)
Analysis of signal (Library) on depth 2 completed in 1.25 ms.
Analysis of influxdb.resultset (Library) on depth 3 completed in 2.17 ms.
Analysis of glob (Library) on depth 1 completed in 4.98 ms.
Analysis of selectors (Library) on depth 2 completed in 17.55 ms.
Analysis of modules loop on depth 2 in 29.02 ms:
    threading(Library)
Analysis of locale (Library) on depth 3 completed in 29.34 ms.
    _threading_local(Library)
Analysis of six (Library) on depth 3 completed in 31.87 ms.
Analysis of subprocess (Library) on depth 1 completed in 45.05 ms.
Writing cached module:  /Users/ianzink/Library/Caches/Microsoft/Python Language Server/stubs.v4/0hv8rEocVkyVcFrZgKY5C3BVxgztwbj8-Xse2ApLUto=/_speedups.cpython-37m-darwin.pyi 
Analysis of simplejson._speedups (Compiled) queued. Dependencies: 
Import:  simplejson.scanner /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/simplejson/scanner.py 
Create compiled (scraped):  cryptography.hazmat.bindings._constant_time /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/bindings/_constant_time.abi3.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
Invalidated cached module /Users/ianzink/Library/Caches/Microsoft/Python Language Server/stubs.v4/Nupq2SUhtUWF4ntOBHk68jr5rdBM171k5WuSgLZHg-Q=/_constant_time.abi3.pyi. Reason: Cached file does not exist
Analysis of simplejson.scanner (Library) queued. Dependencies: simplejson.scanner (stub), re, simplejson.errors, simplejson._speedups
Analysis of modules loop on depth 1 in 89.18 ms:
    datetime(Library)
    _strptime(Library)
    _datetime(Compiled)
    calendar(Library)
Analysis of influxdb.line_protocol (Library) on depth 3 completed in 2.61 ms.
Analysis of influxdb.helper (Library) on depth 2 completed in 3.82 ms.
Analysis of influxdb.client (Library) on depth 2 completed in 19.44 ms.
Analysis of influxdb._dataframe_client (Library) on depth 3 completed in 5.81 ms.
Analysis of influxdb.dataframe_client (Library) on depth 2 completed in 0.63 ms.
Analysis version 250 has been completed in 1608.3 ms with 163 entries analyzed and 7 entries skipped.
Scrape /usr/local/bin/python3 -W ignore -B -E /Users/ianzink/.vscode/extensions/ms-python.python-2019.10.44104/languageServer.0.4.101/scrape_module.py -u8 cryptography.hazmat.bindings._constant_time /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages 
Writing cached module:  /Users/ianzink/Library/Caches/Microsoft/Python Language Server/stubs.v4/Nupq2SUhtUWF4ntOBHk68jr5rdBM171k5WuSgLZHg-Q=/_constant_time.abi3.pyi 
Analysis of cryptography.hazmat.bindings._constant_time (Compiled) queued. Dependencies: 
Import:  cryptography.hazmat.primitives.serialization.base /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/primitives/serialization/base.py 
Import:  cryptography.hazmat.primitives.asymmetric.ed448 /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/ed448.py 
Analysis of cryptography.hazmat.primitives.serialization.base (Library) queued. Dependencies: __future__, abc, enum, six, cryptography, cryptography.utils
Import:  uu /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/uu.py 
Analysis of uu (Stub) queued. Dependencies: sys (stub)
Analysis of cryptography.hazmat.primitives.asymmetric.ed448 (Library) queued. Dependencies: __future__, abc, six, cryptography.exceptions, cryptography.hazmat.backends.openssl.backend
Import:  email._encoded_words /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/_encoded_words.py 
Import:  email.generator /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/generator.py 
Analysis of uu (Library) queued. Dependencies: uu (stub), binascii, os, optparse
Analysis of email._encoded_words (Library) queued. Dependencies: re, base64, binascii, functools, string, email, email.errors
Import:  email.iterators /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/iterators.py 
Analysis of email.generator (Stub) queued. Dependencies: email.message (stub), email.policy (stub)
Import:  email.policy /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/policy.py 
Analysis of email.iterators (Stub) queued. Dependencies: email.message (stub)
Analysis of email.iterators (Library) queued. Dependencies: email.iterators (stub), io
Import:  html /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/html/__init__.py 
Analysis of html (Stub) queued. Dependencies: 
Import:  http.client /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py 
Import:  socketserver /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/socketserver.py 
Analysis of email.policy (Library) queued. Dependencies: email.policy (stub), re, email._policybase, email.utils, email.headerregistry, email.contentmanager, email.message
Analysis of html (Library) queued. Dependencies: html (stub), re, html.entities
Analysis of email.generator (Library) queued. Dependencies: email.generator (stub), re, random, copy, io, email.utils
Import:  asn1crypto._elliptic_curve /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/asn1crypto/_elliptic_curve.py 
Import:  asn1crypto._errors /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/asn1crypto/_errors.py 
Analysis of asn1crypto._errors (Library) queued. Dependencies: __future__, re, textwrap
Import:  asn1crypto._types /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/asn1crypto/_types.py 
Analysis of asn1crypto._elliptic_curve (Library) queued. Dependencies: __future__, asn1crypto._int
Import:  asn1crypto.algos /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/asn1crypto/algos.py 
Analysis of socketserver (Library) queued. Dependencies: socketserver (stub), socket, selectors, os, threading, io, traceback
Analysis of asn1crypto._types (Library) queued. Dependencies: __future__, inspect
Import:  asn1crypto.util /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/asn1crypto/util.py 
Import:  urllib3.util.queue /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/urllib3/util/queue.py 
Analysis of urllib3.util.queue (Library) queued. Dependencies: collections, urllib3.packages, urllib3.packages.six
Import:  cryptography.hazmat.primitives.asymmetric.x25519 /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/x25519.py 
Import:  cryptography.hazmat.primitives.asymmetric.x448 /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/x448.py 
Analysis of cryptography.hazmat.primitives.asymmetric.x25519 (Library) queued. Dependencies: __future__, abc, six, cryptography.exceptions, cryptography.hazmat.backends.openssl.backend
Analysis version 1101 of 562 entries has started.
Analysis of asn1crypto.algos (Library) queued. Dependencies: __future__, asn1crypto._errors, asn1crypto._int, asn1crypto.util, asn1crypto.core
Import:  chardet.charsetprober /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/charsetprober.py 
Analysis of asn1crypto.util (Library) queued. Dependencies: __future__, math, datetime, asn1crypto._errors, asn1crypto._iri, asn1crypto._ordereddict, asn1crypto._types, asn1crypto._inet, socket
Analysis of http.client (Library) queued. Dependencies: http.client (stub), email, email.parser, email.message, http, io, re, socket, collections, collections.abc, urllib.parse, ssl, warnings
Import:  urllib.error /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/error.py 
Analysis of cryptography.hazmat.primitives.asymmetric.x448 (Library) queued. Dependencies: __future__, abc, six, cryptography.exceptions, cryptography.hazmat.backends.openssl.backend
Import:  urllib.response /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/response.py 
Analysis of fnmatch (Stub) on depth 3 completed in 0.39 ms.
Analysis of chardet.charsetprober (Library) queued. Dependencies: logging, re, chardet.enums
Analysis of urllib.error (Library) queued. Dependencies: urllib.error (stub), urllib, urllib.response
Import:  ftplib /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ftplib.py 
Analysis of queue (Stub) on depth 7 completed in 2.65 ms.
Import:  nturl2path /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/nturl2path.py 
Analysis of _dummy_thread (Stub) on depth 7 completed in 1.06 ms.
Import:  getpass /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/getpass.py 
Analysis of gettext (Stub) on depth 6 completed in 1.94 ms.
Create compiled (scraped):  _scproxy /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_scproxy.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of urllib.response (Library) queued. Dependencies: urllib.response (stub), tempfile
Analysis of tkinter.constants (Stub) on depth 7 completed in 2.69 ms.
Analysis of nturl2path (Stub) queued. Dependencies: 
Analysis of getpass (Stub) queued. Dependencies: 
Import:  asn1crypto._teletex_codec /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/asn1crypto/_teletex_codec.py 
Analysis of nturl2path (Library) queued. Dependencies: nturl2path (stub), string, urllib, urllib.parse
Analysis of ftplib (Stub) queued. Dependencies: sys (stub), types (stub), socket (stub), ssl (stub)
Analysis of _scproxy (Compiled) queued. Dependencies: 
Analysis of email.errors (Stub) on depth 9 completed in 12.49 ms.
Import:  asn1crypto._ordereddict /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/asn1crypto/_ordereddict.py 
Analysis of asn1crypto._teletex_codec (Library) queued. Dependencies: __future__, codecs
Analysis of json.encoder (Stub) on depth 3 completed in 0.86 ms.
Analysis of getpass (Library) queued. Dependencies: getpass (stub), contextlib, io, os, warnings, termios
Import:  asn1crypto.parser /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/asn1crypto/parser.py 
Analysis of _json (Stub) on depth 4 completed in 1.07 ms.
Analysis of _markupbase (Stub) on depth 8 completed in 0.63 ms.
Analysis of asn1crypto._ordereddict (Library) queued. Dependencies: collections
Import:  chardet.codingstatemachine /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/codingstatemachine.py 
Analysis of html.entities (Stub) on depth 7 completed in 1.17 ms.
Analysis of http.cookies (Stub) on depth 7 completed in 2.35 ms.
Analysis of textwrap (Stub) on depth 6 completed in 2.45 ms.
Analysis of _thread (Stub) on depth 7 completed in 0.42 ms.
Analysis of urllib3.contrib (Library) on depth 4 completed in 0.03 ms.
Analysis of asn1crypto.parser (Library) queued. Dependencies: __future__, asn1crypto._types, asn1crypto.util
Analysis of chardet.codingstatemachine (Library) queued. Dependencies: logging, chardet.enums
Analysis of pytz.exceptions (Library) on depth 5 completed in 0.41 ms.
Import:  chardet.escsm /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/escsm.py 
Analysis of requests.__version__ (Library) on depth 4 completed in 1.85 ms.
Analysis of _compat_pickle (Library) on depth 5 completed in 0.83 ms.
Analysis of _sha256 (Compiled) on depth 5 completed in 0.33 ms.
Analysis of requests.packages (Library) on depth 4 completed in 0.32 ms.
Analysis of email.charset (Stub) on depth 8 completed in 1.22 ms.
Import:  chardet.utf8prober /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/utf8prober.py 
Analysis of _heapq (Stub) on depth 5 completed in 0.57 ms.
Analysis of bisect (Stub) on depth 5 completed in 0.49 ms.
Analysis of _pickle (Compiled) on depth 5 completed in 3.23 ms.
Analysis of getopt (Stub) on depth 7 completed in 9.65 ms.
Analysis of requests.exceptions (Stub) on depth 4 completed in 10.94 ms.
Analysis of _sha1 (Compiled) on depth 5 completed in 0.26 ms.
Import:  chardet.sjisprober /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/sjisprober.py 
Analysis of _md5 (Compiled) on depth 5 completed in 0.23 ms.
Analysis of _sha512 (Compiled) on depth 5 completed in 0.26 ms.
Analysis of chardet.utf8prober (Library) queued. Dependencies: chardet.charsetprober, chardet.enums, chardet.codingstatemachine, chardet.mbcssm
Analysis of _blake2 (Compiled) on depth 5 completed in 10.67 ms.
Import:  chardet.eucjpprober /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/eucjpprober.py 
Analysis of ftplib (Library) queued. Dependencies: ftplib (stub), socket, ssl, warnings, re, netrc
Analysis of chardet.escsm (Library) queued. Dependencies: chardet.enums
Analysis of chardet.sjisprober (Library) queued. Dependencies: chardet.mbcharsetprober, chardet.codingstatemachine, chardet.chardistribution, chardet.jpcntx, chardet.mbcssm, chardet.enums
Analysis of stringprep (Stub) on depth 7 completed in 1.24 ms.
Analysis of certifi (Stub) on depth 7 completed in 0.12 ms.
Analysis of _bisect (Stub) on depth 6 completed in 0.71 ms.
Analysis of _hashlib (Compiled) on depth 5 completed in 1.27 ms.
Import:  chardet.gb2312prober /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/gb2312prober.py 
Analysis of dateutil._common (Stub) on depth 8 completed in 0.5 ms.
Import:  chardet.euckrprober /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/euckrprober.py 
Analysis of chardet.eucjpprober (Library) queued. Dependencies: chardet.enums, chardet.mbcharsetprober, chardet.codingstatemachine, chardet.chardistribution, chardet.jpcntx, chardet.mbcssm
Analysis of requests.structures (Stub) on depth 6 completed in 1.43 ms.
Import:  chardet.cp949prober /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/cp949prober.py 
Analysis of chardet.gb2312prober (Library) queued. Dependencies: chardet.mbcharsetprober, chardet.codingstatemachine, chardet.chardistribution, chardet.mbcssm
Analysis of _sha3 (Compiled) on depth 5 completed in 5.16 ms.
Analysis of idna.package_data (Library) on depth 6 completed in 0.05 ms.
Analysis of chardet.cp949prober (Library) queued. Dependencies: chardet.chardistribution, chardet.codingstatemachine, chardet.mbcharsetprober, chardet.mbcssm
Analysis of _socket (Compiled) on depth 4 completed in 16.7 ms.
Analysis of chardet.euckrprober (Library) queued. Dependencies: chardet.mbcharsetprober, chardet.codingstatemachine, chardet.chardistribution, chardet.mbcssm
Analysis of netrc (Stub) on depth 6 completed in 0.56 ms.
Import:  chardet.big5prober /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/big5prober.py 
Import:  chardet.euctwprober /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/euctwprober.py 
Analysis of chardet.big5prober (Library) queued. Dependencies: chardet.mbcharsetprober, chardet.codingstatemachine, chardet.chardistribution, chardet.mbcssm
Import:  chardet.sbcharsetprober /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/sbcharsetprober.py 
Import:  chardet.langcyrillicmodel /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/langcyrillicmodel.py 
Analysis of idna.idnadata (Library) on depth 7 completed in 50.08 ms.
Analysis of dateutil (Stub) on depth 7 completed in 6.5 ms.
Analysis of dateutil._version (Library) on depth 7 completed in 8.2 ms.
Import:  chardet.langgreekmodel /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/langgreekmodel.py 
Analysis of chardet.euctwprober (Library) queued. Dependencies: chardet.mbcharsetprober, chardet.codingstatemachine, chardet.chardistribution, chardet.mbcssm
Analysis of _opcode (Compiled) on depth 8 completed in 21.74 ms.
Analysis of chardet.langcyrillicmodel (Library) queued. Dependencies: 
Analysis of runpy (Stub) on depth 7 completed in 42.12 ms.
Analysis of cmd (Stub) on depth 7 completed in 97.4 ms.
Analysis of _bz2 (Compiled) on depth 7 completed in 44.26 ms.
Analysis of requests.hooks (Stub) on depth 6 completed in 38.41 ms.
Analysis of _lzma (Compiled) on depth 7 completed in 47.06 ms.
Analysis of grp (Stub) on depth 8 completed in 42.26 ms.
Analysis of chardet.sbcharsetprober (Library) queued. Dependencies: chardet.charsetprober, chardet.enums
Import:  chardet.langbulgarianmodel /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/langbulgarianmodel.py 
Analysis of pydoc_data (Library) on depth 7 completed in 0.42 ms.
Analysis of chardet.version (Library) on depth 5 completed in 0.59 ms.
Analysis of pydoc_data.topics (Library) on depth 7 completed in 0.86 ms.
Analysis of chardet.compat (Library) on depth 5 completed in 1.12 ms.
Analysis of _contextvars (Compiled) on depth 9 completed in 10.55 ms.
Analysis of chardet.langgreekmodel (Library) queued. Dependencies: 
Import:  chardet.langthaimodel /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/langthaimodel.py 
Analysis of pkg_resources.extern (Library) on depth 6 completed in 11.88 ms.
Import:  chardet.langhebrewmodel /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/langhebrewmodel.py 
Import:  chardet.hebrewprober /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/hebrewprober.py 
Import:  chardet.langturkishmodel /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/langturkishmodel.py 
Import:  distutils /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/__init__.py 
Analysis of distutils (Stub) queued. Dependencies: 
Analysis of chardet.hebrewprober (Library) queued. Dependencies: chardet.charsetprober, chardet.enums
Import:  distutils.log /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/log.py 
Analysis of distutils (Library) queued. Dependencies: distutils (stub)
Analysis of distutils.log (Stub) queued. Dependencies: 
Create compiled (scraped):  pyexpat /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/pyexpat.cpython-37m-darwin.so /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload 
Analysis of chardet.langbulgarianmodel (Library) queued. Dependencies: 
Analysis of pyexpat.model (Stub) queued. Dependencies: 
Analysis of distutils.log (Library) queued. Dependencies: distutils.log (stub)
Analysis of pyexpat.errors (Stub) queued. Dependencies: sys (stub)
Analysis of pyexpat (Compiled) queued. Dependencies: pyexpat (stub)
Analysis of pyexpat (Stub) queued. Dependencies: pyexpat.errors (stub), pyexpat.model (stub)
Import:  cryptography.hazmat.primitives.ciphers.base /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/primitives/ciphers/base.py 
Analysis of chardet.langthaimodel (Library) queued. Dependencies: 
Import:  cryptography.hazmat.primitives.asymmetric.utils /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py 
Analysis of chardet.langturkishmodel (Library) queued. Dependencies: 
Import:  simplejson.compat /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/simplejson/compat.py 
Analysis of cryptography.hazmat.primitives.asymmetric.utils (Library) queued. Dependencies: __future__, asn1crypto.algos, six, cryptography, cryptography.utils, cryptography.hazmat.primitives, cryptography.hazmat.primitives.hashes
Analysis of cryptography.hazmat.primitives.ciphers.base (Library) queued. Dependencies: __future__, abc, six, cryptography, cryptography.utils, cryptography.exceptions, cryptography.hazmat.backends.interfaces, cryptography.hazmat.primitives.ciphers, cryptography.hazmat.primitives.ciphers.modes
Import:  optparse /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/optparse.py 
Analysis of simplejson.compat (Library) queued. Dependencies: importlib, imp, io
Analysis of chardet.langhebrewmodel (Library) queued. Dependencies: 
Import:  email.headerregistry /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/headerregistry.py 
Analysis of optparse (Stub) queued. Dependencies: sys (stub)
Import:  email.contentmanager /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/contentmanager.py 
Analysis of email.headerregistry (Stub) queued. Dependencies: datetime (stub), email.errors (stub), email.policy (stub)
Analysis of _decimal (Compiled) on depth 7 completed in 155.23 ms.
Import:  html.entities /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/html/entities.py 
Import:  asn1crypto._int /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/asn1crypto/_int.py 
Analysis of email.contentmanager (Library) queued. Dependencies: email.contentmanager (stub), binascii, email, email.charset, email.message, email.errors, email.quoprimime
Import:  asn1crypto._iri /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/asn1crypto/_iri.py 
Analysis of _ssl (Compiled) on depth 6 completed in 65.48 ms.
Import:  asn1crypto._inet /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/asn1crypto/_inet.py 
Import:  chardet.mbcssm /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/mbcssm.py 
Analysis of simplejson (Stub) on depth 7 completed in 0.65 ms.
Analysis of sysconfig (Stub) on depth 7 completed in 1.08 ms.
Analysis of importlib._bootstrap (Library) on depth 7 completed in 172.07 ms.
Analysis of optparse (Library) queued. Dependencies: optparse (stub), os, textwrap, gettext
Import:  chardet.mbcharsetprober /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/mbcharsetprober.py 
Analysis of OpenSSL.version (Library) on depth 6 completed in 30.24 ms.
Analysis of email.headerregistry (Library) queued. Dependencies: email.headerregistry (stub), types, email, email.utils, email.errors, email._header_value_parser
Analysis of asn1crypto._inet (Library) queued. Dependencies: __future__, socket, struct, asn1crypto._errors, asn1crypto._types
Import:  chardet.chardistribution /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/chardistribution.py 
Analysis of asn1crypto._int (Library) queued. Dependencies: __future__, math, platform, asn1crypto.util, asn1crypto._ffi, asn1crypto._perf._big_num_ctypes
Import:  chardet.jpcntx /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/jpcntx.py 
Analysis of sre_parse (Stub) on depth 3 completed in 44.66 ms.
Analysis of asn1crypto._iri (Library) queued. Dependencies: __future__, encodings, encodings.idna, codecs, re, asn1crypto._errors, asn1crypto._types, urllib, urllib.parse
Analysis of chardet.chardistribution (Library) queued. Dependencies: chardet.euctwfreq, chardet.euckrfreq, chardet.gb2312freq, chardet.big5freq, chardet.jisfreq
Analysis of email.header (Stub) on depth 9 completed in 7.3 ms.
Analysis of idna.uts46data (Library) on depth 7 completed in 166.16 ms.
Analysis of chardet.mbcharsetprober (Library) queued. Dependencies: chardet.charsetprober, chardet.enums
Analysis of tty (Stub) on depth 8 completed in 51.89 ms.
Analysis of cryptography.x509.ocsp (Library) on depth 6 completed in 52.98 ms.
Analysis of chardet.mbcssm (Library) queued. Dependencies: chardet.enums
Analysis of _bisect (Compiled) on depth 5 completed in 2.46 ms.
Analysis of _ctypes (Compiled) on depth 10 completed in 54.17 ms.
Analysis of _json (Compiled) on depth 3 completed in 10.63 ms.
Analysis of six.moves.tkinter_commondialog (Stub) on depth 6 completed in 16.98 ms.
Analysis of grp (Compiled) on depth 7 completed in 8.64 ms.
Analysis of tkinter.dialog (Stub) on depth 7 completed in 0.66 ms.
Import:  email._header_value_parser /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/_header_value_parser.py 
Import:  asn1crypto._ffi /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/asn1crypto/_ffi.py 
Analysis of tty (Library) on depth 7 completed in 9.06 ms.
Import:  asn1crypto._perf._big_num_ctypes /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/asn1crypto/_perf/_big_num_ctypes.py 
Analysis of bisect (Library) on depth 4 completed in 0.58 ms.
Analysis of chardet.jpcntx (Library) queued. Dependencies: 
Analysis of html.entities (Library) queued. Dependencies: html.entities (stub)
Import:  chardet.euctwfreq /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/euctwfreq.py 
Analysis of idna.intranges (Library) on depth 7 completed in 0.74 ms.
Import:  chardet.euckrfreq /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/euckrfreq.py 
Analysis of dateutil._common (Library) on depth 7 completed in 0.62 ms.
Import:  chardet.gb2312freq /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/gb2312freq.py 
Import:  chardet.big5freq /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/big5freq.py 
Import:  chardet.jisfreq /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/chardet/jisfreq.py 
Analysis of chardet.jisfreq (Library) queued. Dependencies: 
Analysis of stringprep (Library) on depth 6 completed in 32.71 ms.
Analysis of contextvars (Library) on depth 8 completed in 0.11 ms.
Analysis of requests.hooks (Library) on depth 5 completed in 0.15 ms.
Analysis of dateutil (Library) on depth 6 completed in 0.24 ms.
Analysis of requests.status_codes (Stub) on depth 5 completed in 0.25 ms.
Analysis of asn1crypto._ffi (Library) queued. Dependencies: __future__, ctypes
Analysis of asn1crypto._perf._big_num_ctypes (Library) queued. Dependencies: __future__, ctypes, ctypes.util, asn1crypto._ffi
Import:  ctypes.util /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/util.py 
Analysis of email._header_value_parser (Library) queued. Dependencies: re, urllib, string, collections, operator, email, email._encoded_words, email.errors, email.utils
Analysis of chardet.big5freq (Library) queued. Dependencies: 
Analysis of email.errors (Library) on depth 8 completed in 83 ms.
Analysis of ctypes.util (Library) queued. Dependencies: ctypes.util (stub), os, shutil, subprocess, importlib, importlib.machinery, ctypes.macholib.dyld, ctypes._aix, re, tempfile, struct, ctypes
Analysis of chardet.euckrfreq (Library) queued. Dependencies: 
Analysis of ctypes.util (Stub) queued. Dependencies: sys (stub)
Analysis of chardet.gb2312freq (Library) queued. Dependencies: 
Analysis of urllib.request (Library) on depth 6 completed in 225.96 ms.
Import:  ctypes.macholib.dyld /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/macholib/dyld.py 
Analysis of chardet.euctwfreq (Library) queued. Dependencies: 
Import:  ctypes._aix /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/_aix.py 
Analysis of ctypes.macholib.dyld (Library) queued. Dependencies: os, ctypes.macholib.framework, ctypes.macholib.dylib
Analysis of ctypes._aix (Library) queued. Dependencies: re, os, ctypes, subprocess
Import:  ctypes.macholib.framework /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/macholib/framework.py 
Analysis of ctypes.macholib.framework (Library) queued. Dependencies: re
Import:  ctypes.macholib.dylib /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/macholib/dylib.py 
Analysis of ctypes.macholib.dylib (Library) queued. Dependencies: re
Analysis of asn1crypto.core (Library) on depth 6 completed in 194.73 ms.
Analysis of modules loop on depth 2 in 159.16 ms:
    sys(Stub)
    types(Stub)
    importlib.abc(Stub)
    _importlib_modulespec(Stub)
    os(Stub)
    io(Stub)
    codecs(Stub)
    mmap(Stub)
    os.path(Stub)
Analysis of __future__ (Stub) on depth 3 completed in 0.55 ms.
Analysis of sre_compile (Stub) on depth 3 completed in 0.51 ms.
Analysis of html.parser (Stub) on depth 7 completed in 1.17 ms.
Analysis of json.decoder (Stub) on depth 3 completed in 1.48 ms.
Analysis of pdb (Stub) on depth 6 completed in 0.99 ms.
Analysis of _random (Stub) on depth 5 completed in 0.63 ms.
Analysis of pickle (Stub) on depth 5 completed in 2.26 ms.
Analysis of token (Stub) on depth 6 completed in 2.62 ms.
Analysis of numbers (Stub) on depth 5 completed in 3.81 ms.
Analysis of py_compile (Stub) on depth 7 completed in 0.7 ms.
Analysis of stat (Stub) on depth 3 completed in 1.54 ms.
Analysis of binascii (Stub) on depth 7 completed in 1.08 ms.
Analysis of posixpath (Stub) on depth 3 completed in 1.74 ms.
Analysis of hashlib (Stub) on depth 5 completed in 2.24 ms.
Analysis of difflib (Stub) on depth 6 completed in 3.47 ms.
Analysis of readline (Stub) on depth 7 completed in 1.55 ms.
Analysis of pprint (Stub) on depth 6 completed in 1.64 ms.
Analysis of ntpath (Stub) on depth 3 completed in 2.11 ms.
Analysis of opcode (Stub) on depth 8 completed in 0.75 ms.
Analysis of mimetypes (Stub) on depth 7 completed in 2.43 ms.
Analysis of zlib (Stub) on depth 7 completed in 1.68 ms.
Analysis of base64 (Stub) on depth 7 completed in 1.49 ms.
Analysis of argparse (Stub) on depth 5 completed in 23.63 ms.
Analysis of tkinter.ttk (Stub) on depth 7 completed in 17.13 ms.
Analysis of ipaddress (Stub) on depth 7 completed in 28.57 ms.
Analysis of _ast (Stub) on depth 8 completed in 36.67 ms.
Analysis of ctypes (Stub) on depth 10 completed in 38.24 ms.
Analysis of code (Stub) on depth 7 completed in 1.46 ms.
Analysis of plistlib (Stub) on depth 7 completed in 1.91 ms.
Analysis of http (Stub) on depth 7 completed in 2.04 ms.
Analysis of codeop (Stub) on depth 8 completed in 0.91 ms.
Analysis of pkgutil (Stub) on depth 7 completed in 1.29 ms.
Analysis of urllib.response (Stub) on depth 8 completed in 2.3 ms.
Analysis of webbrowser (Stub) on depth 8 completed in 11.72 ms.
Analysis of contextlib (Stub) on depth 5 completed in 10.03 ms.
Analysis of hmac (Stub) on depth 8 completed in 0.74 ms.
Analysis of tempfile (Stub) on depth 6 completed in 1.5 ms.
Analysis of zipimport (Stub) on depth 7 completed in 0.79 ms.
Analysis of socket (Stub) on depth 4 completed in 15.6 ms.
Analysis of modules loop on depth 8 in 15.73 ms:
    email.message(Stub)
    email.policy(Stub)
    email.contentmanager(Stub)
Analysis of modules loop on depth 6 in 12.25 ms:
    importlib(Stub)
    importlib.util(Stub)
    importlib.machinery(Stub)
Analysis of _compression (Stub) on depth 8 completed in 0.99 ms.
Analysis of inspect (Stub) on depth 6 completed in 7.76 ms.
Analysis of encodings (Stub) on depth 4 completed in 0.18 ms.
Analysis of zipfile (Stub) on depth 6 completed in 13.75 ms.
Analysis of platform (Stub) on depth 7 completed in 2.2 ms.
Analysis of random (Stub) on depth 4 completed in 13.88 ms.
Analysis of imp (Stub) on depth 7 completed in 1.56 ms.
Analysis of shutil (Stub) on depth 7 completed in 14.61 ms.
Analysis of tarfile (Stub) on depth 8 completed in 15.63 ms.
Analysis of lzma (Stub) on depth 7 completed in 2.42 ms.
Analysis of _random (Compiled) on depth 4 completed in 6.55 ms.
Analysis of json (Stub) on depth 2 completed in 6.86 ms.
Analysis of bz2 (Stub) on depth 7 completed in 7.25 ms.
Analysis of configparser (Stub) on depth 7 completed in 23.45 ms.
Analysis of modules loop on depth 3 in 40.4 ms:
    collections(Stub)
    collections.abc(Stub)
Analysis of tokenize (Stub) on depth 5 completed in 7.96 ms.
Analysis of fractions (Stub) on depth 8 completed in 9.81 ms.
Analysis of readline (Compiled) on depth 6 completed in 0.89 ms.
Analysis of dis (Stub) on depth 7 completed in 1.4 ms.
Analysis of binascii (Compiled) on depth 6 completed in 1.83 ms.
Analysis of opcode (Library) on depth 7 completed in 2.02 ms.
Analysis of ast (Stub) on depth 7 completed in 1.77 ms.
Analysis of _threading_local (Stub) on depth 4 completed in 1.02 ms.
Analysis of modules loop on depth 4 in 8.39 ms:
    struct(Library)
    _struct(Compiled)
Analysis of ctypes.wintypes (Stub) on depth 10 completed in 9.76 ms.
Analysis of ssl (Stub) on depth 6 completed in 13.57 ms.
Analysis of zlib (Compiled) on depth 6 completed in 13.69 ms.
Analysis of email.encoders (Stub) on depth 9 completed in 0.26 ms.
Analysis of email (Stub) on depth 7 completed in 0.54 ms.
Analysis of email.feedparser (Stub) on depth 8 completed in 2.07 ms.
Analysis of _compression (Library) on depth 7 completed in 3.18 ms.
Analysis of socketserver (Stub) on depth 7 completed in 3.65 ms.
Analysis of urllib3.exceptions (Library) on depth 4 completed in 9.77 ms.
Analysis of gzip (Stub) on depth 9 completed in 9.17 ms.
Analysis of cryptography.__about__ (Library) on depth 5 completed in 0.14 ms.
Analysis of requests.compat (Stub) on depth 6 completed in 0.17 ms.
Analysis of cryptography.hazmat.primitives (Library) on depth 6 completed in 0.03 ms.
Analysis of asn1crypto (Library) on depth 6 completed in 0.13 ms.
Analysis of cryptography.hazmat.bindings.openssl (Library) on depth 6 completed in 0.03 ms.
Analysis of pytz.lazy (Stub) on depth 6 completed in 0.86 ms.
Analysis of stat (Library) on depth 2 completed in 25.61 ms.
Analysis of codeop (Library) on depth 7 completed in 2.08 ms.
Analysis of dateutil.parser (Stub) on depth 5 completed in 2.46 ms.
Analysis of cryptography.hazmat.bindings.openssl._conditional (Library) on depth 7 completed in 3.07 ms.
Analysis of email.parser (Stub) on depth 7 completed in 1.43 ms.
Analysis of pytz (Stub) on depth 5 completed in 1.14 ms.
Analysis of pkg_resources (Stub) on depth 6 completed in 15.58 ms.
Analysis of dateutil.relativedelta (Stub) on depth 7 completed in 9.25 ms.
Analysis of dateutil.tz._common (Stub) on depth 9 completed in 1.37 ms.
Analysis of email.mime.base (Stub) on depth 7 completed in 0.43 ms.
Analysis of email.utils (Stub) on depth 7 completed in 3.36 ms.
Analysis of dateutil.rrule (Stub) on depth 9 completed in 10.51 ms.
Analysis of http.server (Stub) on depth 7 completed in 2.9 ms.
Analysis of modules loop on depth 2 in 32.4 ms:
Analysis of http.client (Stub) on depth 7 completed in 11.71 ms.
    encodings(Library)
    codecs(Library)
    encodings.mbcs(Library)
Analysis of requests.exceptions (Library) on depth 3 completed in 56.91 ms.
Analysis of cryptography (Library) on depth 4 completed in 0.16 ms.
Analysis of email.mime.nonmultipart (Stub) on depth 7 completed in 0.21 ms.
Analysis of urllib3.util.response (Library) on depth 6 completed in 0.63 ms.
Analysis of email.mime.multipart (Stub) on depth 7 completed in 5.25 ms.
Analysis of email.mime.text (Stub) on depth 7 completed in 5.09 ms.
Analysis of dateutil.tz.tz (Stub) on depth 8 completed in 8.71 ms.
Analysis of doctest (Stub) on depth 5 completed in 8.89 ms.
Analysis of dateutil.tz (Stub) on depth 7 completed in 0.12 ms.
Analysis of modules loop on depth 7 in 21.07 ms:
    http.cookiejar(Stub)
    urllib.request(Stub)
Analysis of modules loop on depth 4 in 20.27 ms:
    six.moves(Stub)
    six(Stub)
    six.moves.urllib(Stub)
Analysis of modules loop on depth 4 in 35.9 ms:
    requests(Stub)
    requests.models(Stub)
    requests.api(Stub)
    requests.sessions(Stub)
    requests.utils(Stub)
    requests.cookies(Stub)
    requests.adapters(Stub)
    requests.auth(Stub)
Analysis of cryptography.hazmat.bindings._openssl (Compiled) on depth 7 completed in 703.32 ms.
Create built-in compiled (scraped) module:  sys /usr/local/bin/python3 
Create built-in compiled (scraped) module:  time /usr/local/bin/python3 
Create built-in compiled (scraped) module:  _weakref /usr/local/bin/python3 
Create built-in compiled (scraped) module:  itertools /usr/local/bin/python3 
Create built-in compiled (scraped) module:  atexit /usr/local/bin/python3 
Analysis of time (CompiledBuiltin) queued. Dependencies: time (stub)
Analysis of _weakref (CompiledBuiltin) queued. Dependencies: _weakref (stub)
Analysis of atexit (Stub) queued. Dependencies: 
Analysis of itertools (CompiledBuiltin) queued. Dependencies: itertools (stub)
Analysis of sys (CompiledBuiltin) queued. Dependencies: sys (stub), _io, types
Create built-in compiled (scraped) module:  _io /usr/local/bin/python3 
Analysis of atexit (CompiledBuiltin) queued. Dependencies: atexit (stub)
Analysis of _io (CompiledBuiltin) queued. Dependencies: io
Create built-in compiled (scraped) module:  _thread /usr/local/bin/python3 
Create built-in compiled (scraped) module:  _collections /usr/local/bin/python3 
Analysis of _thread (CompiledBuiltin) queued. Dependencies: _thread (stub)
Analysis of _collections (CompiledBuiltin) queued. Dependencies: collections
[Info  - 2:23:34 PM] done.
[Info  - 2:23:34 PM] Analysis restarted.
Analysis of control_plane_result (User) queued. Dependencies: datetime, influxdb, abc, run_cl_with_utilization, urllib, urllib.parse
Out of order analysis of control_plane_result(User) completed in 5.01 ms.
Create built-in compiled (scraped) module:  errno /usr/local/bin/python3 
Analysis of errno (Stub) queued. Dependencies: sys (stub)
Analysis of errno (CompiledBuiltin) queued. Dependencies: errno (stub)
Create built-in compiled (scraped) module:  _tracemalloc /usr/local/bin/python3 
Analysis of _tracemalloc (Stub) queued. Dependencies: 
Invalidated cached module /Users/ianzink/Library/Caches/Microsoft/Python Language Server/stubs.v4/9pYQP2Be1hzJSiG3GuMQXwH2XwGp8RbRzGBhfUQgVyk=/python3._tracemalloc.pyi. Reason: Cached file does not exist
Scrape /usr/local/bin/python3 -W ignore -B -E /Users/ianzink/.vscode/extensions/ms-python.python-2019.10.44104/languageServer.0.4.101/scrape_module.py -u8 _tracemalloc 
Writing cached module:  /Users/ianzink/Library/Caches/Microsoft/Python Language Server/stubs.v4/9pYQP2Be1hzJSiG3GuMQXwH2XwGp8RbRzGBhfUQgVyk=/python3._tracemalloc.pyi 
Analysis of _tracemalloc (CompiledBuiltin) queued. Dependencies: _tracemalloc (stub)
Create built-in compiled (scraped) module:  _imp /usr/local/bin/python3 
Analysis of _imp (CompiledBuiltin) queued. Dependencies: _imp (stub)
Create built-in compiled (scraped) module:  marshal /usr/local/bin/python3 
Analysis of marshal (Stub) queued. Dependencies: 
Analysis of marshal (CompiledBuiltin) queued. Dependencies: marshal (stub)
Create built-in compiled (scraped) module:  zipimport /usr/local/bin/python3 
Analysis of zipimport (CompiledBuiltin) queued. Dependencies: zipimport (stub)
Create built-in compiled (scraped) module:  pwd /usr/local/bin/python3 
Analysis of pwd (Stub) queued. Dependencies: 
Analysis of pwd (CompiledBuiltin) queued. Dependencies: pwd (stub)
Create built-in compiled (scraped) module:  _locale /usr/local/bin/python3 
Analysis of _locale (CompiledBuiltin) queued. Dependencies: locale
Create built-in compiled (scraped) module:  _ast /usr/local/bin/python3 
Analysis of modules loop on depth 1 in 1282.33 ms:
    datetime(Library)
    urllib.parse(Library)
    subprocess(Library)
    re(Library)
    glob(Library)
    os(Library)
    _strptime(Library)
    _datetime(Compiled)
    collections(Library)
    warnings(Library)
    locale(Library)
    calendar(Library)
    signal(Library)
    threading(Library)
    selectors(Library)
    functools(Library)
    operator(Library)
    types(Library)
    argparse(Library)
    keyword(Library)
    heapq(Library)
    copy(Library)
    random(Library)
    socket(Library)
    linecache(Library)
    tracemalloc(Library)
    traceback(Library)
    weakref(Library)
    doctest(Library)
    fnmatch(Library)
    pickle(Library)
    tokenize(Library)
    _bootlocale(Library)
    enum(Library)
    sre_compile(Library)
    sre_parse(Library)
    _threading_local(Library)
    contextlib(Library)
    gettext(Library)
    textwrap(Library)
    posixpath(Library)
    ntpath(Library)
    difflib(Library)
    inspect(Library)
    pdb(Library)
    unittest(Library)
    unittest.result(Library)
    unittest.case(Library)
    unittest.suite(Library)
    unittest.loader(Library)
    unittest.main(Library)
    unittest.runner(Library)
    unittest.signals(Library)
    token(Library)
    pprint(Library)
    cmd(Library)
    bdb(Library)
    dis(Library)
    code(Library)
    shlex(Library)
    runpy(Library)
    pydoc(Library)
    getopt(Library)
    hashlib(Library)
    logging(Library)
    unittest.util(Library)
    importlib(Library)
    importlib.machinery(Library)
    ast(Library)
    string(Library)
    importlib._bootstrap_external(Library)
    genericpath(Library)
    tempfile(Library)
    zipfile(Library)
    email(Library)
    email.utils(Library)
    mimetypes(Library)
    tarfile(Library)
    pkgutil(Library)
    importlib.util(Library)
    shutil(Library)
    bz2(Library)
    lzma(Library)
    py_compile(Library)
    email._parseaddr(Library)
    email.charset(Library)
    email.parser(Library)
    importlib.abc(Library)
    gzip(Library)
    base64(Library)
    platform(Library)
    http(Library)
    http.server(Library)
    email.message(Library)
    webbrowser(Library)
    plistlib(Library)
    email.feedparser(Library)
    email._policybase(Library)
    email.base64mime(Library)
    email.quoprimime(Library)
    email.encoders(Library)
Analysis of certifi.core (Library) on depth 7 completed in 0.27 ms.
Analysis of pkg_resources.py31compat (Library) on depth 6 completed in 0.47 ms.
Analysis of dateutil.easter (Library) on depth 9 completed in 0.77 ms.
Analysis of json.scanner (Library) on depth 3 completed in 0.85 ms.
Analysis of urllib3.contrib._appengine_environ (Library) on depth 7 completed in 1.61 ms.
Analysis of _ast (CompiledBuiltin) queued. Dependencies: _ast (stub)
Analysis of encodings.idna (Library) on depth 5 completed in 3.42 ms.
Analysis of urllib3.util.url (Library) on depth 5 completed in 3.24 ms.
Analysis of json.encoder (Library) on depth 2 completed in 3.53 ms.
Analysis of pytz.lazy (Library) on depth 5 completed in 4.02 ms.
Analysis of dummy_threading (Library) on depth 6 completed in 0.87 ms.
Analysis of urllib3.packages.backports.makefile (Library) on depth 5 completed in 0.76 ms.
Analysis of urllib3.util.timeout (Library) on depth 5 completed in 11.97 ms.
Analysis of modules loop on depth 5 in 16.78 ms:
    idna(Library)
    idna.core(Library)
Analysis of cryptography.exceptions (Library) on depth 6 completed in 11.44 ms.
Analysis of urllib3.util.wait (Library) on depth 6 completed in 13.5 ms.
Analysis of cryptography.utils (Library) on depth 6 completed in 13.6 ms.
Analysis of dateutil.tz._factories (Library) on depth 8 completed in 12.93 ms.
Create built-in compiled (scraped) module:  _operator /usr/local/bin/python3 
Invalidated cached module /Users/ianzink/Library/Caches/Microsoft/Python Language Server/stubs.v4/9pYQP2Be1hzJSiG3GuMQXwH2XwGp8RbRzGBhfUQgVyk=/python3._operator.pyi. Reason: Cached file does not exist
Analysis of chardet.universaldetector (Library) on depth 5 completed in 2.47 ms.
Analysis of imp (Library) on depth 6 completed in 4.57 ms.
Analysis of netrc (Library) on depth 5 completed in 4.7 ms.
Analysis of certifi (Library) on depth 6 completed in 0.19 ms.
Analysis of _operator (Stub) queued. Dependencies: sys (stub), operator (stub)
Analysis of sysconfig (Library) on depth 6 completed in 30.26 ms.
Analysis of http.cookies (Library) on depth 6 completed in 27 ms.
Analysis of modules loop on depth 1 in 28.07 ms:
    json(Library)
    json.decoder(Library)
Analysis of urllib3.packages.six (Library) on depth 5 completed in 50.88 ms.
Analysis of cryptography.hazmat.primitives.asymmetric (Library) on depth 6 completed in 0.6 ms.
Analysis of cryptography.hazmat.backends.interfaces (Library) on depth 6 completed in 6.78 ms.
Analysis of cryptography.hazmat.backends.openssl.aead (Library) on depth 6 completed in 1.81 ms.
Analysis of dateutil.tz._common (Library) on depth 8 completed in 5.37 ms.
Analysis of urllib3.util.connection (Library) on depth 6 completed in 7.63 ms.
Analysis of cryptography.hazmat.primitives.kdf (Library) on depth 6 completed in 0.41 ms.
Analysis of cryptography.x509.certificate_transparency (Library) on depth 6 completed in 7.14 ms.
Analysis of asn1crypto.keys (Library) on depth 6 completed in 52.16 ms.
Analysis of cryptography.hazmat.bindings.openssl.binding (Library) on depth 6 completed in 2.42 ms.
Analysis of requests.certs (Library) on depth 5 completed in 0.08 ms.
Analysis of urllib3.util.request (Library) on depth 5 completed in 6.66 ms.
Analysis of chardet (Library) on depth 4 completed in 6.08 ms.
Analysis of cryptography.hazmat.primitives.asymmetric.dsa (Library) on depth 6 completed in 9.68 ms.
Analysis of dateutil.relativedelta (Library) on depth 6 completed in 26.97 ms.
Scrape /usr/local/bin/python3 -W ignore -B -E /Users/ianzink/.vscode/extensions/ms-python.python-2019.10.44104/languageServer.0.4.101/scrape_module.py -u8 _operator 
Analysis of cryptography.hazmat.primitives.hashes (Library) on depth 6 completed in 8.26 ms.
Analysis of modules loop on depth 9 in 84.26 ms:
    ctypes(Library)
    ctypes._endian(Library)
Analysis of cryptography.hazmat.primitives.ciphers.modes (Library) on depth 6 completed in 25.51 ms.
Analysis of cryptography.hazmat.backends.openssl.hashes (Library) on depth 6 completed in 11.2 ms.
Analysis of OpenSSL._util (Library) on depth 6 completed in 11.09 ms.
Analysis of cryptography.hazmat.backends.openssl.ciphers (Library) on depth 6 completed in 3.2 ms.
Analysis of cryptography.x509.oid (Library) on depth 6 completed in 15.9 ms.
Analysis of cryptography.hazmat.primitives.ciphers.algorithms (Library) on depth 6 completed in 4.65 ms.
Analysis of urllib3._collections (Library) on depth 6 completed in 33.87 ms.
Analysis of cryptography.x509.name (Library) on depth 6 completed in 11.85 ms.
Analysis of http.cookiejar (Library) on depth 6 completed in 81.22 ms.
Analysis of ssl (Library) on depth 5 completed in 82.1 ms.
Analysis of ipaddress (Library) on depth 6 completed in 123.94 ms.
Analysis of urllib3.packages.ssl_match_hostname._implementation (Library) on depth 7 completed in 1.3 ms.
Analysis of urllib3.packages.ssl_match_hostname (Library) on depth 6 completed in 0.91 ms.
Analysis of urllib3.packages (Library) on depth 5 completed in 0.15 ms.
Analysis of urllib3.fields (Library) on depth 5 completed in 1.81 ms.
Analysis of urllib3.filepost (Library) on depth 5 completed in 2.12 ms.
Analysis of urllib3.util.retry (Library) on depth 5 completed in 9.66 ms.
Analysis of cryptography.x509.general_name (Library) on depth 6 completed in 13.01 ms.
Analysis of urllib3.request (Library) on depth 6 completed in 1.59 ms.
Analysis of _pydecimal (Library) on depth 7 completed in 195.68 ms.
Analysis of pkg_resources (Library) on depth 5 completed in 132.39 ms.
Analysis of ctypes.wintypes (Library) on depth 9 completed in 107.1 ms.
Analysis of dateutil.tz.win (Library) on depth 8 completed in 11.05 ms.
Writing cached module:  /Users/ianzink/Library/Caches/Microsoft/Python Language Server/stubs.v4/9pYQP2Be1hzJSiG3GuMQXwH2XwGp8RbRzGBhfUQgVyk=/python3._operator.pyi 
Analysis of _operator (CompiledBuiltin) queued. Dependencies: _operator (stub), operator
Analysis of hmac (Library) on depth 7 completed in 209.78 ms.
Analysis of modules loop on depth 4 in 24.5 ms:
    pytz(Library)
    pytz.tzinfo(Library)
    pytz.tzfile(Library)
Analysis of cryptography.hazmat.primitives.constant_time (Library) on depth 6 completed in 0.67 ms.
Analysis of cryptography.hazmat.primitives.kdf.scrypt (Library) on depth 6 completed in 5.1 ms.
Analysis of cryptography.hazmat.backends.openssl.cmac (Library) on depth 6 completed in 5.2 ms.
Analysis of cryptography.hazmat.backends.openssl.hmac (Library) on depth 6 completed in 5.28 ms.
Analysis of urllib3.util.ssl_ (Library) on depth 6 completed in 7.42 ms.
Analysis of urllib3.util (Library) on depth 5 completed in 0.61 ms.
Analysis of decimal (Library) on depth 6 completed in 42.03 ms.
Analysis of simplejson (Library) on depth 6 completed in 1.77 ms.
Analysis of urllib3.connection (Library) on depth 6 completed in 4.01 ms.
Analysis of requests.compat (Library) on depth 5 completed in 6.9 ms.
Analysis of requests._internal_utils (Library) on depth 5 completed in 0.36 ms.
Analysis of requests.structures (Library) on depth 5 completed in 1.96 ms.
Analysis of requests.status_codes (Library) on depth 4 completed in 1.28 ms.
Analysis of requests.cookies (Library) on depth 5 completed in 6.02 ms.
Analysis of fractions (Library) on depth 7 completed in 16.52 ms.
Analysis of urllib3.response (Library) on depth 5 completed in 15.39 ms.
Analysis of cryptography.hazmat.primitives.asymmetric.rsa (Library) on depth 6 completed in 9.7 ms.
Analysis of cryptography.hazmat.primitives.asymmetric.padding (Library) on depth 6 completed in 1.26 ms.
Analysis of urllib3.connectionpool (Library) on depth 5 completed in 12.42 ms.
Import not found:  six.moves._thread 
Analysis of cryptography.hazmat.backends.openssl.rsa (Library) on depth 6 completed in 5.06 ms.
Analysis of urllib3.poolmanager (Library) on depth 5 completed in 12.53 ms.
Analysis of urllib3 (Library) on depth 4 completed in 0.89 ms.
Analysis of urllib3.contrib.socks (Library) on depth 6 completed in 2.18 ms.
Import not found:  six.moves._thread 
Analysis of modules loop on depth 4 in 97.92 ms:
    dateutil.parser(Library)
    dateutil.parser._parser(Library)
    dateutil.parser.isoparser(Library)
    dateutil.tz(Library)
    dateutil.tz.tz(Library)
    dateutil.rrule(Library)
    dateutil.zoneinfo(Library)
Analysis of modules loop on depth 5 in 165.51 ms:
    cryptography.x509(Library)
    cryptography.hazmat.backends.openssl(Library)
    cryptography.hazmat.backends.openssl.backend(Library)
    cryptography.hazmat.backends.openssl.x509(Library)
    cryptography.x509.extensions(Library)
    cryptography.hazmat.primitives.serialization(Library)
    cryptography.hazmat.primitives.asymmetric.ec(Library)
    cryptography.x509.base(Library)
    cryptography.hazmat.backends.openssl.decode_asn1(Library)
    cryptography.hazmat.backends.openssl.encode_asn1(Library)
    cryptography.hazmat.backends.openssl.dh(Library)
    cryptography.hazmat.backends.openssl.dsa(Library)
    cryptography.hazmat.backends.openssl.ec(Library)
    cryptography.hazmat.backends.openssl.ed25519(Library)
    cryptography.hazmat.backends.openssl.ed448(Library)
    cryptography.hazmat.backends.openssl.ocsp(Library)
    cryptography.hazmat.backends.openssl.x25519(Library)
    cryptography.hazmat.backends.openssl.x448(Library)
    cryptography.hazmat.primitives.asymmetric.ed25519(Library)
    cryptography.hazmat.primitives.serialization.ssh(Library)
Analysis of OpenSSL.crypto (Library) on depth 5 completed in 26.99 ms.
Analysis of OpenSSL.SSL (Library) on depth 5 completed in 22.49 ms.
Analysis of OpenSSL (Library) on depth 5 completed in 0.3 ms.
Analysis of urllib3.contrib.pyopenssl (Library) on depth 4 completed in 4.56 ms.
Analysis of modules loop on depth 3 in 36.41 ms:
    requests(Library)
    requests.utils(Library)
    requests.models(Library)
    requests.api(Library)
    requests.sessions(Library)
    requests.auth(Library)
    requests.adapters(Library)
Analysis version 1101 has been completed in 2426.05 ms with 453 entries analyzed and 109 entries skipped.
Analysis version 1289 of 8 entries has started.
Analysis of datetime(Library) canceled (no AST yet).
Analysis of influxdb(Library) canceled (no AST yet).
Analysis of abc(Library) canceled (no AST yet).
Analysis of run_cl_with_utilization(User) canceled (no AST yet).
Analysis of urllib(Library) canceled (no AST yet).
Analysis of urllib.parse(Library) canceled (no AST yet).
Analysis of builtins (Builtins) on depth 0 completed in 104.49 ms.
Analysis version 1289 has been completed in 104.75 ms with 7 entries analyzed and 1 entries skipped.

Expected behaviour

Analyzing finishes and intellisense works

Actual behaviour

Analyzing doesn't finish and intellisense doesn't work right

@z4ce
Copy link
Author

z4ce commented Nov 8, 2019

cc @jakebailey

@jakebailey
Copy link
Member

Took me a couple edits, but I edited your issue to make the log formatting not break. Better to use a gist for it or a plain code block (for the future).

@jakebailey
Copy link
Member

Yeah, this looks similar to #1697 now that I read the logs. More builtins being analyzed way way after they should be.

@jakebailey
Copy link
Member

Can you set "python.analysis.watchSearchPaths": false and reload to see if that changes anything?

@z4ce
Copy link
Author

z4ce commented Nov 8, 2019

The analysis finishes and intellisense works when that setting is used. What does that do? Stop the language server from detecting any changes to installed modules?

https://gist.github.com/z4ce/17bc15953486438330dfa20fb472f362

@jakebailey
Copy link
Member

Yes, that's for watching when you pip install something. In this case, it'd prevent the reload code from running too early.

However, I can see in the logs that it doesn't completely fix the issue either since it's still showing random "no AST yet" with entries skipped. I think it's similar to #1601 where some exceptions are being eaten, so I'll send a PR quick to try and add a mechanism to capture and log them if possible.

@jakebailey
Copy link
Member

Actually, I can see "analysis restarted" even in those last logs. I just sent two PRs to try and cover some of the issues it may end up being.

Thanks for the logs, of course!

@z4ce
Copy link
Author

z4ce commented Nov 8, 2019

Is there a way to use the language server that corresponds to master when those PRs get pulled?

@jakebailey
Copy link
Member

Yes, use the daily download channel (which is just master). Once they are built I will let you know which versions have these changes so you can test and see.

@jakebailey
Copy link
Member

0.4.105 contains these changes and is now in both daily and beta. You may have to delete the LS download folder in the extension folder to force an update.

@z4ce
Copy link
Author

z4ce commented Nov 8, 2019

This time it hung even with the Analyzing message even with the watchSearchPaths set to false.

https://gist.github.com/z4ce/c041bc61600f3154128bbc02aafd162d

@jakebailey
Copy link
Member

Yeah, this is definitely strange. I can see in the logs that a reload is happening before the initialization is finished, even with my changes. The other way that a reload can be triggered is via a configuration change, which does happen on startup, but all of these requests (configuration, file opens, etc) should be blocked until the initialization is allowed to complete, which leads this right back to #1697.

@EpicSalvation
Copy link

I've found that this problem only stands out when I'm using the 'base':conda environment. Creating a new environment with just the packages I need mitigates the impact of this issue to just a few minutes of analysis in the background. This could be an acceptable workaround for some users while awaiting a fix.

@jakebailey
Copy link
Member

Having fewer packages installed in the environment reduces analysis load since packages may have optional dependencies through try catch imports.

But, if you're not on 0.4.105 like the original reporter, your issue may be different. Logs would be appreciated to see if it's the same.

@contang0
Copy link

I'm using "python.analysis.downloadChannel": "beta", but I still experience this issue.

@EpicSalvation
Copy link

Having fewer packages installed in the environment reduces analysis load since packages may have optional dependencies through try catch imports.

But, if you're not on 0.4.105 like the original reporter, your issue may be different. Logs would be appreciated to see if it's the same.

Logs: https://gist.github.com/EpicSalvation/a8996648d8b7dc43568c73409d3de282

@jakebailey
Copy link
Member

I'm not seeing any hanging in those logs (no out of order items or reloads). Are you just referring to the analysis taking a while? This issue is specifically about some hanging behavior.

@z4ce
Copy link
Author

z4ce commented Nov 11, 2019

btw @jakebailey let me know if you need anything else from me or would like to have a zoom+liveshare to debug deeper

@jakebailey
Copy link
Member

One way you could help would be to run a debug build of the language server locally, to get the debug asserts to run. Our contributing docs show how to do this and set up the extension to run locally (build the LS, copy the files to the extension's languageServer folder, and a setting). If it is what I think it is, an assert should hit and show a request being handled too early. If not, then it will at least save debugging time.

@jakebailey jakebailey self-assigned this Nov 11, 2019
@jakebailey jakebailey added this to the November 2019.1 milestone Nov 11, 2019
@jakebailey jakebailey added the bug Something isn't working label Nov 11, 2019
@jakebailey
Copy link
Member

jakebailey commented Nov 11, 2019

Definitely something weird happening with the prioritizer:

image

The last request is of the default type, but it should be waiting for the conf priority item before starting. Instead, it runs concurrently.

EDIT: This is wrong, bad print location.

@jakebailey
Copy link
Member

jakebailey commented Nov 11, 2019

A more reasonable case - Initialize, initialized, default:

image

The default task happens during initialized, which breaks the rule that the startup is happening alone.

EDIT: This is wrong, bad print location.

@jakebailey
Copy link
Member

My mistake, I put the print in the wrong place... I can't make the prioritizer do the wrong thing, so I'm still not sure why things are happening out of order.

@MikhailArkhipov
Copy link

@jakebailey
Copy link
Member

Yeah, I was testing Prioritizer in the LS since it adds extra on top of the PPC to do with which tasks have to wait and which don't (default priority items don't have to wait if there's nothing in any queue).

@z4ce
Copy link
Author

z4ce commented Nov 12, 2019

I found what I believe to be another symptom of this bug. Opening a python file makes the CPU on my Mac go crazy:
image

I also downloaded master and built the master branch. I'll try to run as a language server with the debug assertions a little bit later. I did run the unit tests and had two failures that I don't think are related:

  Error Message:
   Expected argSet.Errors.Count to be 1, but found 0.
  Stack Trace:
     at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message)
   at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
   at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Numeric.NumericAssertions`1.Be(T expected, String because, Object[] becauseArgs)
   at Microsoft.Python.Analysis.Tests.ArgumentSetTests.PositionalOnlyNamed() in /Users/ianzink/git/python-language-server/src/Analysis/Ast/Test/ArgumentSetTests.cs:line 419
   at Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ThreadOperations.ExecuteWithAbortSafety(Action action)

Error Message:
   Expected print.References[0].DocumentUri.AbsolutePath "/Users/ianzink/Library/Caches/Microsoft/Python%20Language%20Server/stubs.v4/9pYQP2Be1hzJSiG3GuMQXwH2XwGp8RbRzGBhfUQgVyk=/python3.pyi" to contain "python.pyi".
  Stack Trace:
     at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message)
   at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
   at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Primitives.StringAssertions.Contain(String expected, String because, Object[] becauseArgs)
   at Microsoft.Python.Analysis.Tests.ReferencesTests.LibraryFunction() in /Users/ianzink/git/python-language-server/src/Analysis/Ast/Test/ReferencesTests.cs:line 490

@MikhailArkhipov
Copy link

MikhailArkhipov commented Nov 12, 2019

I believe at least first test above requires Python 3.8. However,

Analysis of builtins (Builtins) on depth 0 completed in 67.72 ms.

is suspicious. Builtins normally only analyzed once at startup. This may be caused by insta-reload at startup

[Info  - 10:21:42 AM] Initializing for /usr/local/bin/python3
[Info  - 10:21:42 AM] Reloading modules... 
[Info  - 10:21:42 AM] GetCurrentSearchPaths /usr/local/bin/python3 

Something makes LS file watcher think libraries have changed. Then way down below

[Info  - 10:24:39 AM] done.
[Info  - 10:24:39 AM] Analysis restarted.

So it appears that analysis starts, then path watcher thinks there is a change and restarts the analyzer. However, original analysis keeps running and now analyzer gets reset in the middle.

@MikhailArkhipov
Copy link

MikhailArkhipov commented Nov 12, 2019

About Newtonsoft - there is/was a bug in VS 2019 when regular build does not replace assembly with newest. Clean build (i.e. deleting output folder) helps.

About reference test - looks like Python 3.7 on Mac. 3.7 on Windows appears OK.

@jakebailey
Copy link
Member

jakebailey commented Nov 12, 2019

Some shorter instructions to make sure you've got the right things in the right place:

  • cd src, and run dotnet build
  • Make a directory ~/.vscode/extensions/ms-python.python-<version>/languageServer
  • Copy the contents of output/bin/Debug to languageServer
  • In VS Code, set "python.downloadLanguageServer": false
  • Reload and open a Python project; the version printed in the PLS output window should be 1.0.0.0.

@MikhailArkhipov
Copy link

ResetAnalysizer should probably do

lock (_syncObj) {
    _currentSession?.Cancel();
    _nextSession = null;
}

Ideally it should wait until session gets completely canceled. Unfortunately, AnalysisComplete only fires in non-cancellation case. This perhaps needs tracking of _runningTasks when session is canceled and fire AnalysisCanceled instead.

@jakebailey
Copy link
Member

The problem is that no reload should be coming in until after initialization; I added checks to drop those calls. But the reload message happens during the message that's printing the search paths, which is during initialization. My theory was bad request handling, but that hasn't shown to be true.

@MikhailArkhipov
Copy link

MikhailArkhipov commented Nov 12, 2019

Right, but mess can happen when analysis is already running and then path watcher resets the analyzer, i.e. legit case. Also, during reset LS may have to block any requests for document change as they start 'out of order' analysis. So basically handling reset exactly like initialization.

I am wondering if it would be simpler to tell host to reload the window...

@jakebailey
Copy link
Member

That'd be: microsoft/language-server-protocol#646

@MikhailArkhipov
Copy link

We can make custom request though, no? Extension does reload on Python change, etc so it has functionality.

@z4ce
Copy link
Author

z4ce commented Nov 12, 2019

I have "python.analysis.watchSearchPaths": false, in my settings which I think should disable any path watching.. so it should not be path watching triggering analysis unless there is a bug there

@z4ce
Copy link
Author

z4ce commented Nov 12, 2019

@jakebailey those are exactly the steps I followed that generated the Newtonsoft error. I'm using dotnet 3.0.100 should that work?

@jakebailey
Copy link
Member

jakebailey commented Nov 12, 2019

I just merged a PR which should even out the dependencies (we had three different JSON lib versions listed). Can you pull and try again? It'd be a good idea to remove that langaugeServer directory and start fresh. Don't worry about the tests, and I'd like to see the logs you get from the LS output for what runs (or fails).

If else all fails, I can build on my Mac and give you a tarball to extract.

@z4ce
Copy link
Author

z4ce commented Nov 12, 2019

That PR fixed the Newtonsoft issue for me. Here are the logs: https://gist.github.com/z4ce/e01cf01a3dcff9bbe524b18de0f75c84

@jakebailey
Copy link
Member

This is with file watching disabled, correct? If so, then this may be a reload coming from the initial configuration request. In the current LS, it shouldn't need to do any work at startup (since the init process preemptively pulls the user config), but maybe there's something else going on.

If you're willing, a LSP trace may be helpful to figure out why a reload is happening at all, but it will show your full configuration and the files you open. If you're okay with that, set "python.trace.server": "verbose", reload, then upload the logs to another gist. Once you do, you will want to remove the server trace setting as it outputs a massive amount of information you do not want happening normally.

@z4ce
Copy link
Author

z4ce commented Nov 12, 2019

Correct, file watching is disabled. Trace verbose log here: https://gist.github.com/z4ce/9a6c7580e088de0d7f0dd1405bfd3398

@jakebailey
Copy link
Member

jakebailey commented Nov 12, 2019

This is wacky.

When we requested the config from the client during init:

[Trace - 2:08:41 PM] Sending response 'workspace/configuration - (2)'. Processing request took 3ms
Result: [
    {
        "diagnostics": {
            "sourceMapsEnabled": false
        },
        "autoComplete": {
            "addBrackets": false,
            "extraPaths": [],
            "showAdvancedMembers": true,
            "typeshedPaths": []
        },

But in didChangeConfiguration:

[Trace - 2:08:40 PM] Sending notification 'workspace/didChangeConfiguration'.
Params: {
    "settings": {
        "python": {
            "diagnostics": {
                "sourceMapsEnabled": false
            },
            "autoComplete": {
                "addBrackets": false,
                "extraPaths": [
                    "./libraries"
                ],
                "showAdvancedMembers": true,
                "typeshedPaths": []
            },

So we start with extraPaths empty, then the config says "no, include ./libraries", so we're forced to reload because the paths have (apparently) changed.

Where do you have extraPaths set?

@jakebailey
Copy link
Member

The initialization options say:

        "searchPaths": [
            "libraries"
        ],

Which is just the extension's view of extraPaths and PYTHONPATH (we ignore this info in favor of doing it ourselves), so it's the workspace/configuration call that's off.

@z4ce
Copy link
Author

z4ce commented Nov 12, 2019

It is set in the folder workspace .vscode/settings.json

{
    "python.pythonPath": "/usr/local/bin/python3",
    "python.autoComplete.extraPaths": [
        "./libraries"
    ],
    "python.testing.unittestArgs": [
        "-v",
        "-s",
        "./libraries",
        "-p",
        "test_*.py"
    ],
    "python.testing.pytestEnabled": true,
    "python.testing.nosetestsEnabled": false,
    "python.testing.unittestEnabled": false,
    "python.testing.pytestArgs": [
        "libraries"
    ],
    "python.linting.flake8Enabled": true,
    "python.linting.enabled": true
}

@jakebailey
Copy link
Member

jakebailey commented Nov 12, 2019

Alright, thanks. Can you check out #1786, rebuild, and see if anything changes?

You should be able to do something like this (to make it simpler than finding my fork) to check it out directly:

$ git fetch origin pull/1789/head:config-uri
$ git checkout config-uri

But, whatever method works easiest for you.

@jakebailey
Copy link
Member

I should have asked when I replied, but a full verbose trace with my PR would be best, so I can verify that the change I made is having the right effect (and not simply skipping over the code that accesses the config).

@z4ce
Copy link
Author

z4ce commented Nov 12, 2019

@jakebailey
Copy link
Member

I think it started up, but that log is from a different workspace from the previous so I can't really see that it was fixed (extraPaths in this new log is consistently empty). Can you send logs for pvd-robot-testing again? Thanks!

@jakebailey
Copy link
Member

Hm, and I can see in those logs at least that you have 9 different workspaces open, which might be where things have gone wrong. I think my PR will do the trick, since it'll scope itself to the correct workspace config.

@z4ce
Copy link
Author

z4ce commented Nov 12, 2019

Well.. that's odd I opened the same file control_plane_results.py and that file is in the pvd-robot-testing directory. It's worth noting my workspace has several directories as you can tell early in the log. I opened the file again and this time it seems to have found the correct root directory: https://gist.github.com/z4ce/1e8b4168e57815b29b476bd34cfff707

@jakebailey
Copy link
Member

Great, that looks good. Not sure why the logs are inconsistent (multi-root workspaces are fickle), but my PR changes fixes the reload. I'll merge it and push it to beta. Thanks for helping out!

@jakebailey
Copy link
Member

Closing as fixed in #1786.

@z4ce
Copy link
Author

z4ce commented Nov 12, 2019

Thanks for your help. Great to have my workspace working right again!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants