microsoft / python-language-server

Microsoft Language Server for Python
Apache License 2.0
912 stars 131 forks source link

With caching enabled, analysis message in status bar never completes; numpy/pandas completions don't work #1569

Closed gramster closed 4 years ago

gramster commented 5 years ago

These are probably dups and arguably should be two issues but filing as one as they may be related.

Repros with caching set to System or Library. Things work okay when caching is disabled.

tl;dr: status bar spinner never ends and with "pd." or "np." on Pandas or numpy I get global level completions, not package level.

As the logs are long, I am splitting this report up over separate comments to make it easier to separate the stages.

I have the pytest repo checked out at commit 55b78ff780caf822bec63d7690d146cbaabda818, and I have the repo directory open in VS Code.

LS version 0.4.20 through 0.4.22; not sure when it started) OS: MacOS 10.14.6 VSC version: 1.38.1 Python extension version: 2019.9.34911 Python version 3.7.3

I open a file such as src/_pytest/outcomes.py (I don't think it really matters; I can repro this with Pandas too in a much smaller file of my own creation).

At the end I see:

image

and that number never goes down.

The trace logs are:

[Info  - 4:32:22 PM] Microsoft Python Language Server version 0.4.20.0
[Info  - 4:32:22 PM] Workspace root: /Users/grwheele/repos/pytest
[Info  - 4:32:23 PM] Analysis cache path: /Users/grwheele/Library/Caches/Microsoft/Python Language Server
[Info  - 4:32:23 PM] GetCurrentSearchPaths /Users/grwheele/anaconda3/envs/default/bin/python 
[Info  - 4:32:23 PM] Interpreter search paths:
[Info  - 4:32:23 PM]     /Users/grwheele/anaconda3/envs/default/lib/python3.7
[Info  - 4:32:23 PM]     /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload
[Info  - 4:32:23 PM]     /Users/grwheele/.vscode/extensions/ms-python.devicesimulatorexpress-2019.0.35146/out
[Info  - 4:32:23 PM]     /Users/grwheele/.local/lib/python3.7/site-packages
[Info  - 4:32:23 PM]     /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages
[Info  - 4:32:23 PM] User search paths:
[Info  - 4:32:23 PM]     /Users/grwheele/repos/pytest/src
[Info  - 4:32:30 PM] Initializing for /Users/grwheele/anaconda3/envs/default/bin/python
Watching /Users/grwheele/.local/lib/python3.7/site-packages
Watching /Users/grwheele/anaconda3/envs/default/lib/python3.7
Watching /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload
Watching /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages
Watching /Users/grwheele/.vscode/extensions/ms-python.devicesimulatorexpress-2019.0.35146/out
[Info  - 4:32:30 PM] Analysis caching mode: Library.
Opening document file:///Users/grwheele/repos/pytest/src/_pytest/outcomes.py
Analysis of _pytest.outcomes (User) queued. Dependencies: __future__, sys, warnings, pkg_resources
Import:  __future__ /Users/grwheele/anaconda3/envs/default/lib/python3.7/__future__.py 
Analysis of __future__ (Stub) queued. Dependencies: sys (stub)
Analysis of __future__ (Library) queued. Dependencies: __future__ (stub)
Create built-in compiled (scraped) module:  sys /Users/grwheele/anaconda3/envs/default/bin/python 
Analysis of sys (Stub) queued. Dependencies: types (stub), importlib.abc (stub)
Import:  warnings /Users/grwheele/anaconda3/envs/default/lib/python3.7/warnings.py 
Analysis of warnings (Stub) queued. Dependencies: types (stub)
Import:  pkg_resources /Users/grwheele/.local/lib/python3.7/site-packages/pkg_resources/__init__.py 
Analysis of warnings (Library) queued. Dependencies: warnings (stub), sys, linecache, tracemalloc, re, traceback, _warnings
Analysis of pkg_resources (Stub) queued. Dependencies: abc (stub), importlib (stub), importlib.abc (stub), types (stub), zipimport (stub)
Analysis of types (Stub) queued. Dependencies: sys (stub), _importlib_modulespec (stub)
Import:  linecache /Users/grwheele/anaconda3/envs/default/lib/python3.7/linecache.py 
Analysis of importlib.abc (Stub) queued. Dependencies: abc (stub), os (stub), sys (stub), types (stub), _importlib_modulespec (stub)
Analysis of linecache (Stub) queued. Dependencies: sys (stub)
Import:  tracemalloc /Users/grwheele/anaconda3/envs/default/lib/python3.7/tracemalloc.py 
Analysis of linecache (Library) queued. Dependencies: linecache (stub), functools, sys, os, tokenize
Analysis of tracemalloc (Stub) queued. Dependencies: sys (stub)
Import:  re /Users/grwheele/anaconda3/envs/default/lib/python3.7/re.py 
Analysis of re (Stub) queued. Dependencies: sys (stub), enum (stub)
Analysis of tracemalloc (Library) queued. Dependencies: tracemalloc (stub), collections.abc, functools, fnmatch, linecache, os, pickle, _tracemalloc
Import:  traceback /Users/grwheele/anaconda3/envs/default/lib/python3.7/traceback.py 
Analysis of re (Library) queued. Dependencies: re (stub), enum, sre_compile, sre_parse, functools, _locale, copyreg, sre_constants
Analysis of traceback (Stub) queued. Dependencies: types (stub), sys (stub)
Create built-in compiled (scraped) module:  _warnings /Users/grwheele/anaconda3/envs/default/bin/python 
Analysis of _warnings (Stub) queued. Dependencies: 
Analysis of abc (Stub) queued. Dependencies: 
Analysis of importlib (Stub) queued. Dependencies: importlib.util (stub), importlib.abc (stub), sys (stub), types (stub)
Analysis of zipimport (Stub) queued. Dependencies: types (stub)
Analysis of _importlib_modulespec (Stub) queued. Dependencies: abc (stub), sys (stub)
Analysis version 26 of 13 entries has started.
Analysis of pkg_resources(Library) canceled (no AST yet).
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of os (Stub) queued. Dependencies: io (stub), sys (stub), posix (stub), os.path (stub)
Analysis of traceback (Library) queued. Dependencies: traceback (stub), collections, itertools, linecache, sys
Import:  functools /Users/grwheele/anaconda3/envs/default/lib/python3.7/functools.py 
Analysis of pkg_resources (Library) queued. Dependencies: pkg_resources (stub), __future__, sys, os, io, time, re, types, zipfile, zipimport, warnings, stat, functools, pkgutil, operator, platform, collections, plistlib, email, email.parser, errno, tempfile, textwrap, itertools, inspect, ntpath, posixpath, _imp, imp, pkg_resources.extern, importlib, importlib.machinery, pkg_resources.py31compat, sysconfig, linecache
Analysis of functools (Stub) queued. Dependencies: sys (stub)
Import:  os /Users/grwheele/anaconda3/envs/default/lib/python3.7/os.py 
Import:  tokenize /Users/grwheele/anaconda3/envs/default/lib/python3.7/tokenize.py 
Analysis of tokenize (Stub) queued. Dependencies: sys (stub), token (stub), os (stub)
Analysis of enum (Stub) queued. Dependencies: sys (stub), abc (stub)
Import:  collections.abc /Users/grwheele/anaconda3/envs/default/lib/python3.7/collections/abc.py 
Analysis of collections.abc (Stub) queued. Dependencies: sys (stub), collections (stub)
Analysis of os (Library) queued. Dependencies: os (stub), abc, sys, stat, posix, posixpath, ntpath, warnings, _collections_abc, subprocess, io
Analysis of collections.abc (Library) queued. Dependencies: collections.abc (stub), _collections_abc
Analysis of tokenize (Library) queued. Dependencies: tokenize (stub), codecs, collections, io, itertools, re, sys, token, argparse
Import:  fnmatch /Users/grwheele/anaconda3/envs/default/lib/python3.7/fnmatch.py 
Analysis of fnmatch (Stub) queued. Dependencies: 
Analysis of functools (Library) queued. Dependencies: functools (stub), _functools, abc, collections, reprlib, _thread, types, weakref
Analysis of fnmatch (Library) queued. Dependencies: fnmatch (stub), os, posixpath, re, functools
Import:  pickle /Users/grwheele/anaconda3/envs/default/lib/python3.7/pickle.py 
Analysis of pickle (Stub) queued. Dependencies: sys (stub)
Create built-in compiled (scraped) module:  _tracemalloc /Users/grwheele/anaconda3/envs/default/bin/python 
Analysis of _tracemalloc (Stub) queued. Dependencies: 
Import:  enum /Users/grwheele/anaconda3/envs/default/lib/python3.7/enum.py 
Import:  sre_compile /Users/grwheele/anaconda3/envs/default/lib/python3.7/sre_compile.py 
Import:  sre_parse /Users/grwheele/anaconda3/envs/default/lib/python3.7/sre_parse.py 
Create built-in compiled (scraped) module:  _locale /Users/grwheele/anaconda3/envs/default/bin/python 
Analysis of enum (Library) queued. Dependencies: enum (stub), sys, types, _collections, collections, warnings
Analysis of pickle (Library) queued. Dependencies: pickle (stub), types, copyreg, itertools, functools, sys, struct, re, io, codecs, _compat_pickle, _pickle, doctest, argparse, pprint
Import:  copyreg /Users/grwheele/anaconda3/envs/default/lib/python3.7/copyreg.py 
Import:  sre_constants /Users/grwheele/anaconda3/envs/default/lib/python3.7/sre_constants.py 
Analysis of sre_compile (Stub) queued. Dependencies: sys (stub), sre_parse (stub), sre_constants (stub)
Analysis of sre_parse (Stub) queued. Dependencies: sre_constants (stub)
Analysis of sre_constants (Library) queued. Dependencies: sre_constants (stub), _sre
Analysis of importlib.util (Stub) queued. Dependencies: importlib (stub), importlib.abc (stub), importlib.machinery (stub), sys (stub), types (stub)
Analysis of copyreg (Library) queued. Dependencies: 
Analysis of sre_constants (Stub) queued. Dependencies: 
Analysis of sre_compile (Library) queued. Dependencies: sre_compile (stub), _sre, sre_parse, sre_constants, sys
Import:  collections /Users/grwheele/anaconda3/envs/default/lib/python3.7/collections/__init__.py 
Analysis of io (Stub) queued. Dependencies: codecs (stub), mmap (stub), sys (stub), types (stub)
Analysis of sre_parse (Library) queued. Dependencies: sre_parse (stub), sre_constants, warnings
Create built-in compiled (scraped) module:  itertools /Users/grwheele/anaconda3/envs/default/bin/python 
Import:  io /Users/grwheele/anaconda3/envs/default/lib/python3.7/io.py 
Analysis of posix (Stub) queued. Dependencies: 
Create built-in compiled (scraped) module:  time /Users/grwheele/anaconda3/envs/default/bin/python 
Import:  types /Users/grwheele/anaconda3/envs/default/lib/python3.7/types.py 
Import:  zipfile /Users/grwheele/anaconda3/envs/default/lib/python3.7/zipfile.py 
Create built-in compiled (scraped) module:  zipimport /Users/grwheele/anaconda3/envs/default/bin/python 
Import:  stat /Users/grwheele/anaconda3/envs/default/lib/python3.7/stat.py 
Import:  pkgutil /Users/grwheele/anaconda3/envs/default/lib/python3.7/pkgutil.py 
Import:  operator /Users/grwheele/anaconda3/envs/default/lib/python3.7/operator.py 
Import:  platform /Users/grwheele/anaconda3/envs/default/lib/python3.7/platform.py 
Analysis of types (Stub) on depth 3 completed in 104.45 ms.
Import:  plistlib /Users/grwheele/anaconda3/envs/default/lib/python3.7/plistlib.py 
Import:  email /Users/grwheele/anaconda3/envs/default/lib/python3.7/email/__init__.py 
Import:  email.parser /Users/grwheele/anaconda3/envs/default/lib/python3.7/email/parser.py 
Create built-in compiled (scraped) module:  errno /Users/grwheele/anaconda3/envs/default/bin/python 
Analysis of importlib.abc (Stub) on depth 4 completed in 7.62 ms.
Import:  tempfile /Users/grwheele/anaconda3/envs/default/lib/python3.7/tempfile.py 
Import:  textwrap /Users/grwheele/anaconda3/envs/default/lib/python3.7/textwrap.py 
Analysis of sys (Stub) on depth 3 completed in 4.76 ms.
Analysis of __future__ (Stub) on depth 2 completed in 0.27 ms.
Import:  inspect /Users/grwheele/anaconda3/envs/default/lib/python3.7/inspect.py 
Import:  ntpath /Users/grwheele/anaconda3/envs/default/lib/python3.7/ntpath.py 
Import:  posixpath /Users/grwheele/anaconda3/envs/default/lib/python3.7/posixpath.py 
Create built-in compiled (scraped) module:  _imp /Users/grwheele/anaconda3/envs/default/bin/python 
Import:  imp /Users/grwheele/anaconda3/envs/default/lib/python3.7/imp.py 
Import:  pkg_resources.extern /Users/grwheele/.local/lib/python3.7/site-packages/pkg_resources/extern/__init__.py 
Analysis of __future__ (Library) on depth 1 completed in 10.43 ms.
Import:  importlib /Users/grwheele/anaconda3/envs/default/lib/python3.7/importlib/__init__.py 
Import:  importlib.machinery /Users/grwheele/anaconda3/envs/default/lib/python3.7/importlib/machinery.py 
Import:  pkg_resources.py31compat /Users/grwheele/.local/lib/python3.7/site-packages/pkg_resources/py31compat.py 
Analysis of warnings (Stub) on depth 2 completed in 8.56 ms.
Import:  sysconfig /Users/grwheele/anaconda3/envs/default/lib/python3.7/sysconfig.py 
Import:  abc /Users/grwheele/anaconda3/envs/default/lib/python3.7/abc.py 
Analysis of os.path (Stub) queued. Dependencies: posix (stub), sys (stub)
Analysis of itertools (Stub) queued. Dependencies: 
Create built-in compiled (scraped) module:  posix /Users/grwheele/anaconda3/envs/default/bin/python 
Analysis of sysconfig (Library) queued. Dependencies: sysconfig (stub), os, sys, re, importlib, importlib.util, pprint, types, _osx_support, warnings
Import:  _collections_abc /Users/grwheele/anaconda3/envs/default/lib/python3.7/_collections_abc.py 
Analysis of collections (Stub) queued. Dependencies: sys (stub), collections.abc (stub)
Import:  subprocess /Users/grwheele/anaconda3/envs/default/lib/python3.7/subprocess.py 
Analysis of token (Stub) queued. Dependencies: sys (stub)
Import:  codecs /Users/grwheele/anaconda3/envs/default/lib/python3.7/codecs.py 
Analysis of collections (Library) queued. Dependencies: collections (stub), _collections_abc, operator, keyword, sys, heapq, _weakref, itertools, reprlib, _collections, warnings, copy
Analysis of abc (Library) queued. Dependencies: abc (stub), _abc, _py_abc
Import:  token /Users/grwheele/anaconda3/envs/default/lib/python3.7/token.py 
Import:  argparse /Users/grwheele/anaconda3/envs/default/lib/python3.7/argparse.py 
Create built-in compiled (scraped) module:  _functools /Users/grwheele/anaconda3/envs/default/bin/python 
Import:  reprlib /Users/grwheele/anaconda3/envs/default/lib/python3.7/reprlib.py 
Analysis of io (Library) queued. Dependencies: io (stub), _io, abc
Analysis of _collections_abc (Library) queued. Dependencies: abc, sys
Analysis of warnings (Library) on depth 1 completed in 55.85 ms.
Analysis of _pytest.outcomes (User) on depth 0 completed in 20.42 ms.
Analysis version 26 has been completed in 215.75 ms with 10 entries analyzed and 3 entries skipped.
Analysis of subprocess (Stub) queued. Dependencies: sys (stub), types (stub)
Create built-in compiled (scraped) module:  _thread /Users/grwheele/anaconda3/envs/default/bin/python 
Import:  weakref /Users/grwheele/anaconda3/envs/default/lib/python3.7/weakref.py 
Analysis version 102 of 46 entries has started.
Create built-in compiled (scraped) module:  _collections /Users/grwheele/anaconda3/envs/default/bin/python 
Analysis of fnmatch (Stub) on depth 4 completed in 0.74 ms.
Analysis of time (Stub) queued. Dependencies: sys (stub), types (stub)
Import:  struct /Users/grwheele/anaconda3/envs/default/lib/python3.7/struct.py 
Analysis of codecs (Stub) queued. Dependencies: sys (stub), abc (stub), types (stub)
Import:  _compat_pickle /Users/grwheele/anaconda3/envs/default/lib/python3.7/_compat_pickle.py 
Create compiled (scraped):  _pickle /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_pickle.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Analysis of codecs (Library) queued. Dependencies: codecs (stub), sys, _codecs, encodings
Import:  doctest /Users/grwheele/anaconda3/envs/default/lib/python3.7/doctest.py 
Analysis of subprocess (Library) queued. Dependencies: subprocess (stub), sys, io, os, time, signal, warnings, errno, threading, _posixsubprocess, select, selectors
Import:  pprint /Users/grwheele/anaconda3/envs/default/lib/python3.7/pprint.py 
Create built-in compiled (scraped) module:  _sre /Users/grwheele/anaconda3/envs/default/bin/python 
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of token (Library) queued. Dependencies: token (stub), re, sys
Analysis of reprlib (Stub) queued. Dependencies: array (stub)
Analysis of reprlib (Library) queued. Dependencies: reprlib (stub), itertools, _thread
Analysis of zipfile (Stub) queued. Dependencies: types (stub), os (stub), sys (stub)
Analysis of _thread (Stub) queued. Dependencies: 
Analysis of types (Library) queued. Dependencies: types (stub), sys, functools, _collections_abc
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Import:  importlib.util /Users/grwheele/anaconda3/envs/default/lib/python3.7/importlib/util.py 
Analysis of argparse (Stub) queued. Dependencies: sys (stub)
Analysis of mmap (Stub) queued. Dependencies: sys (stub)
Analysis of struct (Stub) queued. Dependencies: sys (stub), array (stub)
Import:  _osx_support /Users/grwheele/anaconda3/envs/default/lib/python3.7/_osx_support.py 
Analysis of pprint (Library) queued. Dependencies: pprint (stub), collections, re, sys, types, io, time
Analysis of weakref (Stub) queued. Dependencies: sys (stub), types (stub), _weakref (stub), _weakrefset (stub)
Analysis of importlib.util (Library) queued. Dependencies: importlib.util (stub), importlib, importlib.abc, importlib._bootstrap, importlib._bootstrap_external, contextlib, _imp, functools, sys, types, warnings
Analysis of weakref (Library) queued. Dependencies: weakref (stub), _weakref, _weakrefset, _collections_abc, sys, itertools, copy, atexit, gc
Analysis of pprint (Stub) queued. Dependencies: sys (stub)
Analysis of struct (Library) queued. Dependencies: struct (stub), _struct
Analysis of sysconfig (Stub) queued. Dependencies: 
Analysis of abc (Stub) on depth 3 completed in 0.57 ms.
Analysis of _osx_support (Library) queued. Dependencies: os, re, sys, contextlib, tempfile, distutils, distutils.log
Analysis of _pickle (Compiled) queued. Dependencies: 
Analysis of _compat_pickle (Library) queued. Dependencies: 
Import:  keyword /Users/grwheele/anaconda3/envs/default/lib/python3.7/keyword.py 
Import:  heapq /Users/grwheele/anaconda3/envs/default/lib/python3.7/heapq.py 
Analysis of doctest (Stub) queued. Dependencies: sys (stub), types (stub), unittest (stub)
Analysis of os (Stub) on depth 3 completed in 62.45 ms.
Analysis of argparse (Library) queued. Dependencies: argparse (stub), os, re, sys, gettext, copy, textwrap, warnings
Create built-in compiled (scraped) module:  _weakref /Users/grwheele/anaconda3/envs/default/bin/python 
Analysis of _importlib_modulespec (Stub) on depth 4 completed in 1.92 ms.
Analysis of collections.abc (Stub) on depth 4 completed in 0.22 ms.
Analysis of zipfile (Library) queued. Dependencies: zipfile (stub), io, os, importlib, importlib.util, sys, time, stat, shutil, struct, binascii, threading, zlib, bz2, lzma, warnings, py_compile, argparse
Analysis of zipimport (Stub) on depth 3 completed in 0.69 ms.
Import:  copy /Users/grwheele/anaconda3/envs/default/lib/python3.7/copy.py 
Analysis of builtins (Stub) queued. Dependencies: abc (stub), types (stub), sys (stub)
Create built-in compiled (scraped) module:  _abc /Users/grwheele/anaconda3/envs/default/bin/python 
Analysis of doctest (Library) queued. Dependencies: doctest (stub), __future__, difflib, inspect, linecache, os, pdb, re, sys, traceback, unittest, io, collections, argparse
Analysis of collections.abc (Library) on depth 3 completed in 12.79 ms.
Analysis of stat (Stub) queued. Dependencies: sys (stub)
Analysis of stat (Library) queued. Dependencies: stat (stub), _stat
Analysis of pkgutil (Stub) queued. Dependencies: sys (stub), importlib.abc (stub)
Analysis of keyword (Stub) queued. Dependencies: 
Import:  _py_abc /Users/grwheele/anaconda3/envs/default/lib/python3.7/_py_abc.py 
Create built-in compiled (scraped) module:  _io /Users/grwheele/anaconda3/envs/default/bin/python 
Analysis of functools (Stub) on depth 3 completed in 3.42 ms.
Analysis of pkgutil (Library) queued. Dependencies: pkgutil (stub), collections, functools, importlib, importlib.util, importlib.machinery, os, sys, types, warnings, marshal, inspect, zipimport
Analysis of operator (Stub) queued. Dependencies: sys (stub)
Analysis of heapq (Stub) queued. Dependencies: sys (stub)
Analysis of _weakref (Stub) queued. Dependencies: sys (stub)
Analysis of keyword (Library) queued. Dependencies: keyword (stub), sys, re
Analysis of copy (Stub) queued. Dependencies: 
Analysis of platform (Stub) queued. Dependencies: os (stub)
Analysis of plistlib (Stub) queued. Dependencies: sys (stub), enum (stub)
Create built-in compiled (scraped) module:  _codecs /Users/grwheele/anaconda3/envs/default/bin/python 
Analysis of heapq (Library) queued. Dependencies: heapq (stub), _heapq, doctest
Analysis of operator (Library) queued. Dependencies: operator (stub), functools, _operator
Analysis of copy (Library) queued. Dependencies: copy (stub), types, weakref, copyreg
Analysis of platform (Library) queued. Dependencies: platform (stub), collections, sys, os, re, subprocess, warnings, plistlib, socket, struct
Import:  encodings /Users/grwheele/anaconda3/envs/default/lib/python3.7/encodings/__init__.py 
Analysis of email (Stub) queued. Dependencies: sys (stub), email.message (stub), email.policy (stub)
Import:  signal /Users/grwheele/anaconda3/envs/default/lib/python3.7/signal.py 
Analysis of plistlib (Library) queued. Dependencies: plistlib (stub), binascii, codecs, contextlib, datetime, enum, io, itertools, os, re, struct, warnings, xml.parsers.expat
Import:  threading /Users/grwheele/anaconda3/envs/default/lib/python3.7/threading.py 
Create compiled (scraped):  _posixsubprocess /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_posixsubprocess.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Create compiled (scraped):  select /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/select.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Import:  selectors /Users/grwheele/anaconda3/envs/default/lib/python3.7/selectors.py 
Analysis of email (Library) queued. Dependencies: email (stub), email.parser
Analysis of email.parser (Stub) queued. Dependencies: email (stub), email.feedparser (stub), email.message (stub), email.policy (stub)
Analysis of errno (Stub) queued. Dependencies: sys (stub)
Analysis of email.parser (Library) queued. Dependencies: email.parser (stub), io, email.feedparser, email._policybase
Analysis of functools (Library) on depth 2 completed in 39.09 ms.
Analysis of _py_abc (Library) queued. Dependencies: _weakrefset
Import:  importlib.abc /Users/grwheele/anaconda3/envs/default/lib/python3.7/importlib/abc.py 
Analysis of array (Stub) queued. Dependencies: sys (stub)
Analysis of _weakrefset (Stub) queued. Dependencies: 
Analysis of tempfile (Stub) queued. Dependencies: sys (stub), types (stub)
Import:  importlib._bootstrap /Users/grwheele/anaconda3/envs/default/lib/python3.7/importlib/_bootstrap.py 
Import:  importlib._bootstrap_external /Users/grwheele/anaconda3/envs/default/lib/python3.7/importlib/_bootstrap_external.py 
Analysis of traceback (Stub) on depth 3 completed in 35.42 ms.
Import:  contextlib /Users/grwheele/anaconda3/envs/default/lib/python3.7/contextlib.py 
Import:  _weakrefset /Users/grwheele/anaconda3/envs/default/lib/python3.7/_weakrefset.py 
Analysis of selectors (Library) queued. Dependencies: selectors (stub), abc, collections, collections.abc, math, select, sys
Create built-in compiled (scraped) module:  atexit /Users/grwheele/anaconda3/envs/default/bin/python 
Analysis of tempfile (Library) queued. Dependencies: tempfile (stub), functools, warnings, io, os, shutil, errno, random, weakref, _thread
Analysis of traceback (Library) on depth 2 completed in 6.14 ms.
Create built-in compiled (scraped) module:  gc /Users/grwheele/anaconda3/envs/default/bin/python 
Create compiled (scraped):  _struct /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_struct.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Analysis of enum (Stub) on depth 4 completed in 6.91 ms.
Import:  distutils /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/__init__.py 
Analysis of pkg_resources.py31compat (Library) queued. Dependencies: os, errno, sys, pkg_resources.extern
Analysis of re (Stub) on depth 3 completed in 1.39 ms.
Import:  distutils.log /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/log.py 
Analysis of textwrap (Stub) queued. Dependencies: 
Analysis of _codecs (Stub) queued. Dependencies: sys (stub), codecs (stub)
Import:  gettext /Users/grwheele/anaconda3/envs/default/lib/python3.7/gettext.py 
Analysis of re (Library) on depth 2 completed in 3.72 ms.
Analysis of importlib.abc (Library) queued. Dependencies: importlib.abc (stub), importlib, importlib._bootstrap, importlib._bootstrap_external, importlib.machinery, abc, warnings
Analysis of textwrap (Library) queued. Dependencies: textwrap (stub), re
Import:  shutil /Users/grwheele/anaconda3/envs/default/lib/python3.7/shutil.py 
Create compiled (scraped):  binascii /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/binascii.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Analysis of importlib._bootstrap (Library) queued. Dependencies: 
Create compiled (scraped):  zlib /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/zlib.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Import:  bz2 /Users/grwheele/anaconda3/envs/default/lib/python3.7/bz2.py 
Analysis of os (Library) queued. Dependencies: os (stub), abc, sys, stat, posix, posixpath, ntpath, warnings, _collections_abc, subprocess, io
Import:  lzma /Users/grwheele/anaconda3/envs/default/lib/python3.7/lzma.py 
Import:  py_compile /Users/grwheele/anaconda3/envs/default/lib/python3.7/py_compile.py 
Import:  difflib /Users/grwheele/anaconda3/envs/default/lib/python3.7/difflib.py 
Analysis of py_compile (Library) queued. Dependencies: py_compile (stub), enum, importlib, importlib._bootstrap_external, importlib.machinery, importlib.util, os, sys, traceback
Import:  pdb /Users/grwheele/anaconda3/envs/default/lib/python3.7/pdb.py 
Import:  unittest /Users/grwheele/anaconda3/envs/default/lib/python3.7/unittest/__init__.py 
Create built-in compiled (scraped) module:  _stat /Users/grwheele/anaconda3/envs/default/bin/python 
Analysis of contextlib (Stub) queued. Dependencies: types (stub), sys (stub)
Create built-in compiled (scraped) module:  marshal /Users/grwheele/anaconda3/envs/default/bin/python 
Create compiled (scraped):  _heapq /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_heapq.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Analysis of _weakrefset (Library) queued. Dependencies: _weakrefset (stub), _weakref
Analysis of inspect (Stub) queued. Dependencies: sys (stub), types (stub)
Analysis of contextlib (Library) queued. Dependencies: contextlib (stub), abc, sys, _collections_abc, collections, functools
Create built-in compiled (scraped) module:  _operator /Users/grwheele/anaconda3/envs/default/bin/python 
Analysis of atexit (Stub) queued. Dependencies: 
Analysis of gc (Stub) queued. Dependencies: 
Import:  socket /Users/grwheele/anaconda3/envs/default/lib/python3.7/socket.py 
Analysis of importlib._bootstrap_external (Library) queued. Dependencies: tokenize
Analysis of tokenize (Stub) on depth 4 completed in 1.17 ms.
Analysis of _struct (Compiled) queued. Dependencies: struct
Import:  datetime /Users/grwheele/anaconda3/envs/default/lib/python3.7/datetime.py 
Import:  xml.parsers.expat /Users/grwheele/anaconda3/envs/default/lib/python3.7/xml/parsers/expat.py 
Analysis of xml.parsers.expat (Library) queued. Dependencies: xml.parsers.expat (stub), sys, pyexpat
Analysis of binascii (Stub) queued. Dependencies: sys (stub)
Import:  email.feedparser /Users/grwheele/anaconda3/envs/default/lib/python3.7/email/feedparser.py 
Analysis of email.feedparser (Stub) queued. Dependencies: sys (stub), email.message (stub), email.policy (stub)
Analysis of xml.parsers.expat (Stub) queued. Dependencies: pyexpat (stub), pyexpat.errors (stub), pyexpat.model (stub)
Import:  email._policybase /Users/grwheele/anaconda3/envs/default/lib/python3.7/email/_policybase.py 
Analysis of distutils (Stub) queued. Dependencies: 
Analysis of importlib (Stub) on depth 3 completed in 0.61 ms.
Create compiled (scraped):  math /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/math.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Analysis of email._policybase (Library) queued. Dependencies: abc, email, email.header, email.charset, email.utils
Import:  random /Users/grwheele/anaconda3/envs/default/lib/python3.7/random.py 
Analysis of selectors (Stub) queued. Dependencies: abc (stub), socket (stub)
Analysis of distutils (Library) queued. Dependencies: distutils (stub), sys
Analysis of distutils.log (Stub) queued. Dependencies: 
Create compiled (scraped):  pyexpat /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/pyexpat.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Analysis of random (Library) queued. Dependencies: random (stub), warnings, types, math, os, _collections_abc, hashlib, itertools, bisect, _random, time
Analysis of tokenize (Library) queued. Dependencies: tokenize (stub), codecs, collections, io, itertools, re, sys, token, argparse
Import:  email.header /Users/grwheele/anaconda3/envs/default/lib/python3.7/email/header.py 
Analysis of pkg_resources (Stub) on depth 2 completed in 16.53 ms.
Import:  email.charset /Users/grwheele/anaconda3/envs/default/lib/python3.7/email/charset.py 
Analysis of os (Library) on depth 2 completed in 91.72 ms.
Import:  email.utils /Users/grwheele/anaconda3/envs/default/lib/python3.7/email/utils.py 
Analysis of inspect (Library) queued. Dependencies: inspect (stub), abc, dis, collections, collections.abc, enum, importlib, importlib.machinery, itertools, linecache, os, re, sys, tokenize, token, types, warnings, functools, operator, ast, argparse
Import:  hashlib /Users/grwheele/anaconda3/envs/default/lib/python3.7/hashlib.py 
Analysis of select (Compiled) queued. Dependencies: select (stub)
Analysis of email.feedparser (Library) queued. Dependencies: email.feedparser (stub), re, email, email.errors, email._policybase, collections, io, email.message
Import:  bisect /Users/grwheele/anaconda3/envs/default/lib/python3.7/bisect.py 
Create compiled (scraped):  _random /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_random.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Analysis of _random (Compiled) queued. Dependencies: _random (stub)
Import:  dis /Users/grwheele/anaconda3/envs/default/lib/python3.7/dis.py 
Import:  ast /Users/grwheele/anaconda3/envs/default/lib/python3.7/ast.py 
Analysis of tokenize (Library) on depth 3 completed in 67 ms.
Analysis of distutils.log (Library) queued. Dependencies: distutils.log (stub), sys
Import:  email.errors /Users/grwheele/anaconda3/envs/default/lib/python3.7/email/errors.py 
Analysis of select (Stub) queued. Dependencies: sys (stub)
Import:  email.message /Users/grwheele/anaconda3/envs/default/lib/python3.7/email/message.py 
Analysis of ast (Library) queued. Dependencies: ast (stub), _ast, inspect, collections
Analysis of _posixsubprocess (Compiled) queued. Dependencies: _posixsubprocess (stub)
Analysis of encodings (Stub) queued. Dependencies: codecs (stub)
Analysis of _posixsubprocess (Stub) queued. Dependencies: 
Analysis of gettext (Stub) queued. Dependencies: 
Create built-in compiled (scraped) module:  _ast /Users/grwheele/anaconda3/envs/default/bin/python 
Analysis of unittest (Stub) queued. Dependencies: logging (stub), sys (stub), types (stub)
Analysis of math (Stub) queued. Dependencies: sys (stub)
Analysis of dis (Stub) queued. Dependencies: sys (stub), types (stub), opcode (stub)
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 linecache (Stub) on depth 3 completed in 0.31 ms.
Analysis of logging (Stub) queued. Dependencies: string (stub), time (stub), types (stub), sys (stub), threading (stub)
Analysis of threading (Library) queued. Dependencies: threading (stub), os, sys, _thread, time, traceback, _weakrefset, itertools, _collections, collections, warnings, _threading_local
Import:  uu /Users/grwheele/anaconda3/envs/default/lib/python3.7/uu.py 
Analysis of math (Compiled) queued. Dependencies: math (stub)
Analysis of gettext (Library) queued. Dependencies: gettext (stub), locale, os, re, sys, warnings, struct, errno, copy
Import:  quopri /Users/grwheele/anaconda3/envs/default/lib/python3.7/quopri.py 
Import:  email._encoded_words /Users/grwheele/anaconda3/envs/default/lib/python3.7/email/_encoded_words.py 
Import:  email.generator /Users/grwheele/anaconda3/envs/default/lib/python3.7/email/generator.py 
Analysis of _ast (Stub) queued. Dependencies: sys (stub)
Import:  email.iterators /Users/grwheele/anaconda3/envs/default/lib/python3.7/email/iterators.py 
Import:  email.policy /Users/grwheele/anaconda3/envs/default/lib/python3.7/email/policy.py 
Analysis of email.policy (Library) queued. Dependencies: email.policy (stub), re, email._policybase, email.utils, email.headerregistry, email.contentmanager, email.message
Import:  _threading_local /Users/grwheele/anaconda3/envs/default/lib/python3.7/_threading_local.py 
Analysis of ntpath (Stub) queued. Dependencies: sys (stub)
Import:  locale /Users/grwheele/anaconda3/envs/default/lib/python3.7/locale.py 
Analysis of _threading_local (Library) queued. Dependencies: _threading_local (stub), weakref, contextlib, threading
Analysis of ast (Stub) queued. Dependencies: _ast (stub)
Import:  email.headerregistry /Users/grwheele/anaconda3/envs/default/lib/python3.7/email/headerregistry.py 
Analysis of dis (Library) queued. Dependencies: dis (stub), sys, types, collections, io, opcode, argparse
Import:  email.contentmanager /Users/grwheele/anaconda3/envs/default/lib/python3.7/email/contentmanager.py 
Analysis of tracemalloc (Stub) on depth 3 completed in 3.2 ms.
Import:  opcode /Users/grwheele/anaconda3/envs/default/lib/python3.7/opcode.py 
Analysis of _threading_local (Stub) queued. Dependencies: weakref (stub)
Analysis of shutil (Stub) queued. Dependencies: os (stub), sys (stub)
Analysis of string (Stub) queued. Dependencies: 
Analysis of email.contentmanager (Library) queued. Dependencies: email.contentmanager (stub), binascii, email, email.charset, email.message, email.errors, email.quoprimime
Analysis of opcode (Library) queued. Dependencies: opcode (stub), _opcode
Analysis of email.contentmanager (Stub) queued. Dependencies: email.message (stub)
Analysis of binascii (Compiled) queued. Dependencies: binascii (stub)
Import:  email.quoprimime /Users/grwheele/anaconda3/envs/default/lib/python3.7/email/quoprimime.py 
Analysis of locale (Library) queued. Dependencies: locale (stub), sys, encodings, encodings.aliases, re, _collections_abc, functools, _locale, warnings, os, _bootlocale
Analysis of threading (Stub) queued. Dependencies: types (stub), sys (stub)
Analysis of difflib (Stub) queued. Dependencies: sys (stub)
Create compiled (scraped):  _opcode /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_opcode.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Analysis of signal (Library) queued. Dependencies: signal (stub), _signal, functools, enum
Analysis of _opcode (Compiled) queued. Dependencies: 
Import:  encodings.aliases /Users/grwheele/anaconda3/envs/default/lib/python3.7/encodings/aliases.py 
Analysis of signal (Stub) queued. Dependencies: sys (stub), enum (stub), types (stub)
Import:  _bootlocale /Users/grwheele/anaconda3/envs/default/lib/python3.7/_bootlocale.py 
Analysis of shutil (Library) queued. Dependencies: shutil (stub), os, sys, stat, fnmatch, collections, errno, zlib, bz2, lzma, pwd, grp, tarfile, zipfile
Create built-in compiled (scraped) module:  _signal /Users/grwheele/anaconda3/envs/default/bin/python 
Analysis of pdb (Stub) queued. Dependencies: sys (stub)
Analysis of _bootlocale (Library) queued. Dependencies: sys, _locale, locale
Analysis of email.quoprimime (Library) queued. Dependencies: re, string
Create built-in compiled (scraped) module:  pwd /Users/grwheele/anaconda3/envs/default/bin/python 
Analysis of encodings (Library) queued. Dependencies: encodings (stub), codecs, sys, encodings.aliases, encodings.mbcs
Create compiled (scraped):  grp /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/grp.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Analysis of ntpath (Library) queued. Dependencies: ntpath (stub), os, sys, stat, genericpath, string
Import:  tarfile /Users/grwheele/anaconda3/envs/default/lib/python3.7/tarfile.py 
Import:  string /Users/grwheele/anaconda3/envs/default/lib/python3.7/string.py 
Analysis of posixpath (Stub) queued. Dependencies: sys (stub)
Import:  encodings.mbcs /Users/grwheele/anaconda3/envs/default/lib/python3.7/encodings/mbcs.py 
Import:  genericpath /Users/grwheele/anaconda3/envs/default/lib/python3.7/genericpath.py 
Analysis of string (Library) queued. Dependencies: string (stub), _string, re, collections
Analysis of encodings.mbcs (Library) queued. Dependencies: codecs
Create built-in compiled (scraped) module:  _string /Users/grwheele/anaconda3/envs/default/bin/python 
Analysis of genericpath (Library) queued. Dependencies: os, stat
Analysis of difflib (Library) queued. Dependencies: difflib (stub), heapq, collections, re, doctest
Analysis of random (Stub) queued. Dependencies: _random (stub), sys (stub)
Analysis of email.headerregistry (Library) queued. Dependencies: email.headerregistry (stub), types, email, email.utils, email.errors, email._header_value_parser
Analysis of unittest (Library) queued. Dependencies: unittest (stub), unittest.result, unittest.case, unittest.suite, unittest.loader, unittest.main, unittest.runner, unittest.signals, os
Import:  email._header_value_parser /Users/grwheele/anaconda3/envs/default/lib/python3.7/email/_header_value_parser.py 
Import:  unittest.result /Users/grwheele/anaconda3/envs/default/lib/python3.7/unittest/result.py 
Analysis of email.headerregistry (Stub) queued. Dependencies: datetime (stub), email.errors (stub), email.policy (stub)
Import:  unittest.case /Users/grwheele/anaconda3/envs/default/lib/python3.7/unittest/case.py 
Import:  unittest.suite /Users/grwheele/anaconda3/envs/default/lib/python3.7/unittest/suite.py 
Analysis of pdb (Library) queued. Dependencies: pdb (stub), os, re, sys, cmd, bdb, dis, code, glob, pprint, signal, inspect, traceback, linecache, readline, shlex, runpy, pydoc, getopt
Analysis of tarfile (Library) queued. Dependencies: tarfile (stub), sys, os, io, shutil, stat, time, struct, copy, re, pwd, grp, warnings, zlib, bz2, lzma, gzip, argparse
Analysis of email.header (Stub) queued. Dependencies: email.charset (stub)
Import:  unittest.loader /Users/grwheele/anaconda3/envs/default/lib/python3.7/unittest/loader.py 
Import:  unittest.main /Users/grwheele/anaconda3/envs/default/lib/python3.7/unittest/main.py 
Import:  unittest.runner /Users/grwheele/anaconda3/envs/default/lib/python3.7/unittest/runner.py 
Import:  unittest.signals /Users/grwheele/anaconda3/envs/default/lib/python3.7/unittest/signals.py 
Import:  cmd /Users/grwheele/anaconda3/envs/default/lib/python3.7/cmd.py 
Analysis of unittest.signals (Library) queued. Dependencies: signal, weakref, functools
Import:  bdb /Users/grwheele/anaconda3/envs/default/lib/python3.7/bdb.py 
Analysis of unittest.loader (Library) queued. Dependencies: os, re, sys, traceback, types, functools, warnings, fnmatch, unittest, unittest.case, unittest.suite, unittest.util
Analysis of email._header_value_parser (Library) queued. Dependencies: re, urllib, string, collections, operator, email, email._encoded_words, email.errors, email.utils
Import:  code /Users/grwheele/anaconda3/envs/default/lib/python3.7/code.py 
Import:  glob /Users/grwheele/anaconda3/envs/default/lib/python3.7/glob.py 
Create compiled (scraped):  readline /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/readline.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Analysis of unittest.case (Library) queued. Dependencies: sys, functools, difflib, logging, pprint, re, warnings, collections, contextlib, traceback, unittest, unittest.result, unittest.util
Import:  shlex /Users/grwheele/anaconda3/envs/default/lib/python3.7/shlex.py 
Import:  runpy /Users/grwheele/anaconda3/envs/default/lib/python3.7/runpy.py 
Import:  pydoc /Users/grwheele/anaconda3/envs/default/lib/python3.7/pydoc.py 
Import:  getopt /Users/grwheele/anaconda3/envs/default/lib/python3.7/getopt.py 
Import:  gzip /Users/grwheele/anaconda3/envs/default/lib/python3.7/gzip.py 
Import:  unittest.util /Users/grwheele/anaconda3/envs/default/lib/python3.7/unittest/util.py 
Analysis of tarfile (Stub) queued. Dependencies: os (stub), sys (stub), types (stub)
Analysis of unittest.runner (Library) queued. Dependencies: sys, time, warnings, unittest, unittest.result, unittest.signals
Analysis of grp (Compiled) queued. Dependencies: grp (stub)
Import:  urllib /Users/grwheele/anaconda3/envs/default/lib/python3.7/urllib/__init__.py 
Import:  logging /Users/grwheele/anaconda3/envs/default/lib/python3.7/logging/__init__.py 
Analysis of urllib (Library) queued. Dependencies: urllib (stub)
Analysis of grp (Stub) queued. Dependencies: 
Analysis of urllib (Stub) queued. Dependencies: 
Analysis of gzip (Library) queued. Dependencies: gzip (stub), struct, sys, time, os, zlib, io, _compression, warnings, errno
Analysis of unittest.main (Library) queued. Dependencies: sys, argparse, os, unittest, unittest.loader, unittest.runner, unittest.signals
Analysis of unittest.util (Library) queued. Dependencies: collections, os
Analysis of pwd (Stub) queued. Dependencies: 
Analysis of gzip (Stub) queued. Dependencies: os.path (stub), _compression (stub), zlib (stub)
Analysis of encodings.aliases (Library) queued. Dependencies: 
Analysis of unittest.suite (Library) queued. Dependencies: sys, unittest, unittest.case, unittest.util
Import:  _compression /Users/grwheele/anaconda3/envs/default/lib/python3.7/_compression.py 
Analysis of posixpath (Library) queued. Dependencies: posixpath (stub), os, sys, stat, genericpath, pwd, re
Analysis of email.iterators (Library) queued. Dependencies: email.iterators (stub), sys, io
Analysis of email.iterators (Stub) queued. Dependencies: email.message (stub)
Analysis of cmd (Stub) queued. Dependencies: 
Analysis of _compression (Library) queued. Dependencies: _compression (stub), io
Analysis of locale (Stub) queued. Dependencies: decimal (stub), sys (stub)
Analysis of _compression (Stub) queued. Dependencies: io (stub)
Analysis of _stat (Stub) queued. Dependencies: 
Analysis of _imp (Stub) queued. Dependencies: sys (stub), types (stub), importlib.machinery (stub)
Analysis of marshal (Stub) queued. Dependencies: 
Analysis of getopt (Library) queued. Dependencies: getopt (stub), os, gettext, sys
Analysis of email.generator (Library) queued. Dependencies: email.generator (stub), re, sys, time, random, copy, io, email.utils
Analysis of getopt (Stub) queued. Dependencies: 
Analysis of email.generator (Stub) queued. Dependencies: email.message (stub), email.policy (stub)
Analysis of _heapq (Stub) queued. Dependencies: 
Analysis of logging (Library) queued. Dependencies: logging (stub), sys, os, time, io, traceback, warnings, weakref, collections, collections.abc, string, threading, pickle, atexit
Analysis of imp (Stub) queued. Dependencies: os (stub), sys (stub), types (stub), _imp (stub)
Analysis of email._encoded_words (Library) queued. Dependencies: re, base64, binascii, functools, string, email, email.errors
Analysis of decimal (Stub) queued. Dependencies: 
Analysis of unittest.result (Library) queued. Dependencies: io, sys, traceback, unittest, unittest.util, functools
Analysis of quopri (Library) queued. Dependencies: quopri (stub), binascii, io, sys, getopt
Import:  base64 /Users/grwheele/anaconda3/envs/default/lib/python3.7/base64.py 
Analysis of email.header (Library) queued. Dependencies: email.header (stub), re, binascii, email, email.quoprimime, email.base64mime, email.errors, email.charset
Analysis of quopri (Stub) queued. Dependencies: 
Analysis of _heapq (Compiled) queued. Dependencies: _heapq (stub)
Analysis of imp (Library) queued. Dependencies: imp (stub), _imp, importlib._bootstrap, importlib._bootstrap_external, importlib, importlib.machinery, importlib.util, os, sys, tokenize, types, warnings
Analysis of uu (Library) queued. Dependencies: uu (stub), binascii, os, sys, optparse
Analysis of pkg_resources.extern (Library) queued. Dependencies: sys
Analysis of uu (Stub) queued. Dependencies: sys (stub)
Analysis of base64 (Stub) queued. Dependencies: sys (stub)
Analysis of opcode (Stub) queued. Dependencies: sys (stub)
Analysis of email.charset (Stub) queued. Dependencies: 
Analysis of _operator (Stub) queued. Dependencies: sys (stub), operator (stub)
Analysis of email.errors (Library) queued. Dependencies: email.errors (stub)
Analysis of base64 (Library) queued. Dependencies: base64 (stub), re, struct, binascii, warnings, sys, getopt
Analysis of email.errors (Stub) queued. Dependencies: 
Import:  email.base64mime /Users/grwheele/anaconda3/envs/default/lib/python3.7/email/base64mime.py 
Analysis of email.utils (Stub) queued. Dependencies: email.charset (stub), datetime (stub)
Analysis of email.charset (Library) queued. Dependencies: email.charset (stub), functools, email, email.base64mime, email.quoprimime, email.errors, email.encoders
Analysis of cmd (Library) queued. Dependencies: cmd (stub), string, sys, readline
Import:  optparse /Users/grwheele/anaconda3/envs/default/lib/python3.7/optparse.py 
Analysis of email.utils (Library) queued. Dependencies: email.utils (stub), os, re, time, random, socket, datetime, urllib, urllib.parse, email._parseaddr, email.charset
Import:  email.encoders /Users/grwheele/anaconda3/envs/default/lib/python3.7/email/encoders.py 
Analysis of pydoc (Library) queued. Dependencies: importlib, importlib._bootstrap, importlib._bootstrap_external, importlib.machinery, importlib.util, inspect, io, os, pkgutil, platform, re, sys, time, 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
Analysis of email.encoders (Library) queued. Dependencies: email.encoders (stub), base64, quopri
Import:  urllib.parse /Users/grwheele/anaconda3/envs/default/lib/python3.7/urllib/parse.py 
Analysis of importlib (Library) queued. Dependencies: importlib (stub), _imp, sys, importlib._bootstrap, importlib._bootstrap_external, types, warnings
Import:  email._parseaddr /Users/grwheele/anaconda3/envs/default/lib/python3.7/email/_parseaddr.py 
Analysis of runpy (Library) queued. Dependencies: runpy (stub), sys, importlib, importlib.machinery, importlib.util, types, pkgutil, warnings
Analysis of optparse (Library) queued. Dependencies: optparse (stub), sys, os, textwrap, gettext
Import:  tty /Users/grwheele/anaconda3/envs/default/lib/python3.7/tty.py 
Analysis of optparse (Stub) queued. Dependencies: sys (stub)
Import:  pydoc_data /Users/grwheele/anaconda3/envs/default/lib/python3.7/pydoc_data/__init__.py 
Analysis of email._parseaddr (Library) queued. Dependencies: time, calendar
Analysis of email.base64mime (Library) queued. Dependencies: base64, binascii
Import:  pydoc_data.topics /Users/grwheele/anaconda3/envs/default/lib/python3.7/pydoc_data/topics.py 
Analysis of urllib.parse (Library) queued. Dependencies: urllib.parse (stub), re, sys, collections, unicodedata
Import:  http /Users/grwheele/anaconda3/envs/default/lib/python3.7/http/__init__.py 
Import:  http.server /Users/grwheele/anaconda3/envs/default/lib/python3.7/http/server.py 
Import:  webbrowser /Users/grwheele/anaconda3/envs/default/lib/python3.7/webbrowser.py 
Analysis of runpy (Stub) queued. Dependencies: 
Analysis of email.encoders (Stub) queued. Dependencies: email.message (stub)
Import:  calendar /Users/grwheele/anaconda3/envs/default/lib/python3.7/calendar.py 
Analysis of shlex (Library) queued. Dependencies: shlex (stub), os, re, sys, collections, io
Analysis of shlex (Stub) queued. Dependencies: sys (stub)
Analysis of webbrowser (Library) queued. Dependencies: webbrowser (stub), os, shlex, shutil, sys, subprocess, threading, copy, glob, pwd, socket, tempfile, getopt
Create compiled (scraped):  unicodedata /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/unicodedata.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Analysis of readline (Compiled) queued. Dependencies: readline (stub)
Analysis of webbrowser (Stub) queued. Dependencies: sys (stub)
Analysis of readline (Stub) queued. Dependencies: sys (stub)
Analysis of importlib.machinery (Stub) queued. Dependencies: importlib (stub), importlib.abc (stub), sys (stub), types (stub), _importlib_modulespec (stub)
Analysis of calendar (Library) queued. Dependencies: calendar (stub), sys, datetime, locale, itertools, argparse
Analysis of glob (Library) queued. Dependencies: glob (stub), os, re, fnmatch
Analysis of hashlib (Stub) queued. Dependencies: sys (stub)
Analysis of glob (Stub) queued. Dependencies: sys (stub)
Analysis of unicodedata (Compiled) queued. Dependencies: unicodedata (stub)
Analysis of unicodedata (Stub) queued. Dependencies: 
Analysis of code (Library) queued. Dependencies: code (stub), sys, traceback, codeop, readline, argparse
Analysis of socket (Stub) queued. Dependencies: sys (stub), enum (stub)
Analysis of code (Stub) queued. Dependencies: sys (stub), types (stub)
Analysis of urllib.parse (Stub) queued. Dependencies: sys (stub)
Analysis of calendar (Stub) queued. Dependencies: datetime (stub), sys (stub), time (stub)
Analysis of importlib.machinery (Library) queued. Dependencies: importlib.machinery (stub), _imp, importlib._bootstrap, importlib._bootstrap_external
Analysis of _random (Stub) queued. Dependencies: sys (stub)
Analysis of tty (Stub) queued. Dependencies: 
Analysis of bisect (Library) queued. Dependencies: bisect (stub), _bisect
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, sys, time, urllib, urllib.parse, functools, pwd, base64, binascii, subprocess, argparse
Analysis of bdb (Library) queued. Dependencies: fnmatch, sys, os, inspect, linecache, reprlib
Import:  codeop /Users/grwheele/anaconda3/envs/default/lib/python3.7/codeop.py 
Analysis of socket (Library) queued. Dependencies: socket (stub), _socket, os, sys, io, selectors, enum, errno
Analysis of email.message (Stub) queued. Dependencies: sys (stub), email.charset (stub), email.errors (stub), email.header (stub), email.policy (stub), email.contentmanager (stub)
Create compiled (scraped):  _bisect /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_bisect.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Analysis of tty (Library) queued. Dependencies: tty (stub), termios
Analysis of zlib (Stub) queued. Dependencies: sys (stub)
Analysis of http.server (Stub) queued. Dependencies: sys (stub), socketserver (stub), email (stub), email.message (stub)
Analysis of bz2 (Stub) queued. Dependencies: io (stub), sys (stub), os (stub)
Analysis of zlib (Compiled) queued. Dependencies: zlib (stub)
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 _bisect (Compiled) queued. Dependencies: _bisect (stub)
Analysis of http (Library) queued. Dependencies: http (stub), enum
Analysis of lzma (Stub) queued. Dependencies: io (stub), sys (stub), os (stub)
Analysis of _bisect (Stub) queued. Dependencies: 
Analysis of pydoc_data (Library) queued. Dependencies: 
Analysis of bz2 (Library) queued. Dependencies: bz2 (stub), io, os, warnings, _compression, threading, _bz2
Analysis of http (Stub) queued. Dependencies: sys (stub), enum (stub)
Analysis of codeop (Library) queued. Dependencies: codeop (stub), __future__
Analysis of bisect (Stub) queued. Dependencies: 
Analysis of hashlib (Library) queued. Dependencies: hashlib (stub), _sha1, _md5, _sha256, _sha512, _blake2, _sha3, _hashlib, logging
Analysis of datetime (Stub) queued. Dependencies: sys (stub), time (stub)
Analysis of codeop (Stub) queued. Dependencies: types (stub)
Import:  html /Users/grwheele/anaconda3/envs/default/lib/python3.7/html/__init__.py 
Analysis of lzma (Library) queued. Dependencies: lzma (stub), io, os, _lzma, _compression
Import:  http.client /Users/grwheele/anaconda3/envs/default/lib/python3.7/http/client.py 
Import:  mimetypes /Users/grwheele/anaconda3/envs/default/lib/python3.7/mimetypes.py 
Import:  socketserver /Users/grwheele/anaconda3/envs/default/lib/python3.7/socketserver.py 
Analysis of datetime (Library) queued. Dependencies: datetime (stub), time, math, sys, _strptime, _datetime
Create compiled (scraped):  _socket /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_socket.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Create compiled (scraped):  termios /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/termios.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Create compiled (scraped):  _bz2 /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_bz2.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Analysis of pydoc_data.topics (Library) queued. Dependencies: 
Create compiled (scraped):  _sha1 /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_sha1.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Create compiled (scraped):  _md5 /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_md5.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Create compiled (scraped):  _sha256 /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_sha256.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Create compiled (scraped):  _sha512 /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_sha512.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Create compiled (scraped):  _blake2 /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_blake2.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Create compiled (scraped):  _sha3 /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_sha3.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Create compiled (scraped):  _hashlib /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_hashlib.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Create compiled (scraped):  _lzma /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_lzma.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Analysis of _hashlib (Compiled) queued. Dependencies: 
Import:  _strptime /Users/grwheele/anaconda3/envs/default/lib/python3.7/_strptime.py 
Analysis of linecache (Library) on depth 2 completed in 1.77 ms.
Analysis of _lzma (Compiled) queued. Dependencies: 
Create compiled (scraped):  _datetime /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_datetime.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Analysis of fnmatch (Library) on depth 3 completed in 15.68 ms.
Analysis of _sha3 (Compiled) queued. Dependencies: 
Analysis of _datetime (Compiled) queued. Dependencies: datetime
Analysis of _blake2 (Compiled) queued. Dependencies: 
Analysis of pyexpat (Stub) queued. Dependencies: pyexpat.errors (stub), pyexpat.model (stub)
Analysis of _sha512 (Compiled) queued. Dependencies: 
Analysis of html (Stub) queued. Dependencies: 
Analysis of _sha256 (Compiled) queued. Dependencies: 
Analysis of pyexpat.errors (Stub) queued. Dependencies: sys (stub)
Analysis of pyexpat (Compiled) queued. Dependencies: pyexpat (stub)
Analysis of py_compile (Stub) queued. Dependencies: sys (stub)
Analysis of pyexpat.model (Stub) queued. Dependencies: 
Analysis of _strptime (Library) queued. Dependencies: time, locale, calendar, re, datetime, _thread
Analysis of html (Library) queued. Dependencies: html (stub), re, html.entities
Analysis of http.client (Stub) queued. Dependencies: email (stub), email.message (stub), io (stub), socket (stub), sys (stub), ssl (stub), types (stub)
Analysis of mimetypes (Stub) queued. Dependencies: sys (stub)
Analysis of _md5 (Compiled) queued. Dependencies: 
Analysis of socketserver (Stub) queued. Dependencies: socket (stub), sys (stub), types (stub)
Analysis of mimetypes (Library) queued. Dependencies: mimetypes (stub), os, sys, posixpath, urllib, urllib.parse, getopt
Import:  html.entities /Users/grwheele/anaconda3/envs/default/lib/python3.7/html/entities.py 
Analysis of tracemalloc (Library) queued. Dependencies: tracemalloc (stub), collections.abc, functools, fnmatch, linecache, os, pickle, _tracemalloc, io
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
Analysis of termios (Stub) queued. Dependencies: 
Analysis of ssl (Stub) queued. Dependencies: socket (stub), sys (stub)
Analysis of tracemalloc (Library) on depth 2 completed in 22.48 ms.
Analysis of _socket (Compiled) queued. Dependencies: 
Analysis of socketserver (Library) queued. Dependencies: socketserver (stub), socket, selectors, os, sys, threading, io, time, traceback
Analysis of _bz2 (Compiled) queued. Dependencies: 
Analysis of termios (Compiled) queued. Dependencies: termios (stub)
Import:  ssl /Users/grwheele/anaconda3/envs/default/lib/python3.7/ssl.py 
Analysis of html.entities (Library) queued. Dependencies: html.entities (stub)
Analysis of _sha1 (Compiled) queued. Dependencies: 
Analysis of html.entities (Stub) queued. Dependencies: 
Analysis of ssl (Library) queued. Dependencies: ssl (stub), sys, os, collections, enum, _ssl, socket, base64, errno, warnings, time, calendar
Create compiled (scraped):  _ssl /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_ssl.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Analysis of _ssl (Compiled) queued. Dependencies: 
Analysis of pkg_resources (Library) queued. Dependencies: pkg_resources (stub), __future__, sys, os, io, time, re, types, zipfile, zipimport, warnings, stat, functools, pkgutil, operator, platform, collections, plistlib, email, email.parser, errno, tempfile, textwrap, itertools, inspect, ntpath, posixpath, _imp, imp, pkg_resources.extern, importlib, importlib.machinery, pkg_resources.py31compat, sysconfig, linecache
Analysis of pkg_resources (Library) on depth 1 completed in 76.42 ms.
Analysis version 102 has been completed in 783.84 ms with 27 entries analyzed and 19 entries skipped.
Analysis version 517 of 488 entries has started.
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of _tracemalloc(CompiledBuiltin) canceled (no AST yet).
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of zipimport(CompiledBuiltin) canceled (no AST yet).
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of abc (Stub) on depth 3 completed in 0.59 ms.
Analysis of posix (Stub) on depth 4 completed in 0.64 ms.
Analysis of _compat_pickle (Library) on depth 4 completed in 0.95 ms.
Analysis of copyreg (Library) on depth 3 completed in 1.04 ms.
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of _sre(CompiledBuiltin) canceled (no AST yet).
Analysis of _codecs(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of sysconfig (Stub) on depth 3 completed in 0.69 ms.
Analysis of mmap (Stub) on depth 4 completed in 1.26 ms.
Analysis of _pickle (Compiled) on depth 4 completed in 1.74 ms.
Analysis of sre_constants (Stub) on depth 4 completed in 2.28 ms.
Analysis of _weakrefset (Stub) on depth 5 completed in 3.66 ms.
Analysis of importlib._bootstrap (Library) on depth 3 completed in 8.35 ms.
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Analysis of marshal(CompiledBuiltin) canceled (no AST yet).
Analysis of keyword (Stub) on depth 4 completed in 0.25 ms.
Analysis of copy (Stub) on depth 4 completed in 0.34 ms.
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of _struct (Compiled) on depth 4 completed in 0.47 ms.
Analysis of textwrap (Stub) on depth 3 completed in 1.24 ms.
Analysis of distutils (Stub) on depth 5 completed in 0.02 ms.
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of pyexpat.model (Stub) on depth 5 completed in 0.06 ms.
Analysis of _posixsubprocess (Stub) on depth 5 completed in 0.22 ms.
Analysis of distutils.log (Stub) on depth 5 completed in 0.53 ms.
Analysis of gettext (Stub) on depth 5 completed in 0.99 ms.
Analysis of string (Stub) on depth 4 completed in 1.15 ms.
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Analysis of _opcode (Compiled) on depth 5 completed in 0.16 ms.
Analysis of email.contentmanager (Stub) on depth 5 completed in 0.48 ms.
Analysis of encodings.mbcs (Library) on depth 5 completed in 0.67 ms.
Analysis of email.errors (Stub) on depth 5 completed in 5.24 ms.
Analysis of urllib (Stub) on depth 6 completed in 0.01 ms.
Analysis of grp (Stub) on depth 5 completed in 0.36 ms.
Analysis of getopt (Stub) on depth 7 completed in 0.47 ms.
Analysis of pydoc_data (Library) on depth 7 completed in 0.07 ms.
Analysis of email.charset (Stub) on depth 5 completed in 0.75 ms.
Analysis of _heapq (Stub) on depth 5 completed in 0.32 ms.
Analysis of pydoc_data.topics (Library) on depth 7 completed in 0.28 ms.
Analysis of quopri (Stub) on depth 6 completed in 0.19 ms.
Analysis of tty (Stub) on depth 8 completed in 0.31 ms.
Analysis of cmd (Stub) on depth 7 completed in 1.22 ms.
Analysis of runpy (Stub) on depth 7 completed in 0.45 ms.
Analysis of encodings.aliases (Library) on depth 5 completed in 6.82 ms.
Analysis of bisect (Stub) on depth 5 completed in 0.33 ms.
Analysis of unicodedata (Stub) on depth 7 completed in 1.01 ms.
Analysis of _socket (Compiled) on depth 4 completed in 2.9 ms.
Analysis of _sha512 (Compiled) on depth 5 completed in 4.57 ms.
Analysis of _md5 (Compiled) on depth 5 completed in 4.65 ms.
Analysis of _sha256 (Compiled) on depth 5 completed in 4.67 ms.
Analysis of _sha1 (Compiled) on depth 5 completed in 4.73 ms.
Analysis of _bisect (Stub) on depth 6 completed in 4.8 ms.
Analysis of _bz2 (Compiled) on depth 4 completed in 5.19 ms.
Analysis of _blake2 (Compiled) on depth 5 completed in 0.81 ms.
Analysis of html (Stub) on depth 9 completed in 0.15 ms.
Analysis of html.entities (Stub) on depth 10 completed in 0.14 ms.
Analysis of pkg_resources.extern (Library) on depth 2 completed in 0.82 ms.
Analysis of _hashlib (Compiled) on depth 5 completed in 1.12 ms.
Analysis of _lzma (Compiled) on depth 4 completed in 1.49 ms.
Analysis of _sha3 (Compiled) on depth 5 completed in 7.2 ms.
Analysis of decimal (Stub) on depth 7 completed in 17.17 ms.
Analysis of termios (Stub) on depth 9 completed in 8.93 ms.
Analysis of io (Stub) on depth 3 completed in 10.38 ms.
Analysis of distutils (Library) on depth 4 completed in 0.31 ms.
Analysis of _posixsubprocess (Compiled) on depth 4 completed in 0.36 ms.
Analysis of sre_constants (Library) queued. Dependencies: sre_constants (stub), _sre, io
Analysis of _weakrefset (Library) on depth 4 completed in 2.21 ms.
Analysis of distutils.log (Library) on depth 4 completed in 2.45 ms.
Analysis of email.header (Stub) on depth 5 completed in 0.71 ms.
Analysis of sre_parse (Stub) on depth 4 completed in 3.34 ms.
Analysis of _heapq (Compiled) on depth 4 completed in 0.36 ms.
Analysis of _bisect (Compiled) on depth 5 completed in 0.17 ms.
Analysis of urllib (Library) on depth 5 completed in 0.14 ms.
Analysis of grp (Compiled) on depth 4 completed in 1.11 ms.
Analysis of unicodedata (Compiled) on depth 6 completed in 1.32 ms.
Analysis of _ssl (Compiled) on depth 10 completed in 22.98 ms.
Analysis of importlib._bootstrap_external (Library) on depth 3 completed in 42.64 ms.
Analysis of sre_constants (Library) on depth 3 completed in 13.53 ms.
Analysis of email.errors (Library) on depth 4 completed in 21.53 ms.
Analysis of html.entities (Library) on depth 9 completed in 26.69 ms.
Analysis of bisect (Library) on depth 4 completed in 0.64 ms.
Analysis of os.path (Stub) on depth 4 completed in 3.46 ms.
Analysis of _py_abc (Library) on depth 4 completed in 4.96 ms.
Analysis of codecs (Stub) on depth 4 completed in 5.47 ms.
Analysis of sre_compile (Stub) on depth 4 completed in 0.39 ms.
Analysis of token (Stub) on depth 4 completed in 1.36 ms.
Analysis of pickle (Stub) on depth 4 completed in 1.39 ms.
Analysis of abc (Library) on depth 3 completed in 2.13 ms.
Analysis of time (Stub) on depth 5 completed in 1.61 ms.
Analysis of array (Stub) on depth 5 completed in 16.23 ms.
Analysis of subprocess (Stub) on depth 4 completed in 16.35 ms.
Analysis of stat (Stub) on depth 3 completed in 0.5 ms.
Analysis of pprint (Stub) on depth 4 completed in 0.61 ms.
Analysis of pkgutil (Stub) on depth 3 completed in 0.79 ms.
Analysis of _weakref (Stub) on depth 5 completed in 0.91 ms.
Analysis of heapq (Stub) on depth 4 completed in 0.51 ms.
Analysis of zipfile (Stub) on depth 3 completed in 1.82 ms.
Analysis of tempfile (Stub) on depth 3 completed in 0.98 ms.
Analysis of py_compile (Stub) on depth 4 completed in 0.47 ms.
Analysis of email.policy (Stub) on depth 4 completed in 4.32 ms.
Analysis of binascii (Stub) on depth 4 completed in 3.47 ms.
Analysis of pyexpat.errors (Stub) on depth 5 completed in 0.29 ms.
Analysis of _random (Stub) on depth 5 completed in 0.37 ms.
Analysis of opcode (Stub) on depth 5 completed in 0.57 ms.
Analysis of contextlib (Stub) on depth 4 completed in 5.09 ms.
Analysis of select (Stub) on depth 5 completed in 1.8 ms.
Analysis of math (Stub) on depth 5 completed in 5.47 ms.
Analysis of operator (Stub) on depth 3 completed in 11.21 ms.
Analysis of threading (Stub) on depth 4 completed in 6.61 ms.
Analysis of inspect (Stub) on depth 3 completed in 11.46 ms.
Analysis of argparse (Stub) on depth 4 completed in 13.74 ms.
Analysis of ntpath (Stub) on depth 3 completed in 1.29 ms.
Analysis of difflib (Stub) on depth 6 completed in 2.12 ms.
Analysis of locale (Stub) on depth 6 completed in 2.13 ms.
Analysis of pdb (Stub) on depth 6 completed in 0.48 ms.
Analysis of shutil (Stub) on depth 4 completed in 2.79 ms.
Analysis of posixpath (Stub) on depth 3 completed in 1.11 ms.
Analysis of zlib (Stub) on depth 4 completed in 1.37 ms.
Analysis of uu (Stub) on depth 6 completed in 0.43 ms.
Analysis of base64 (Stub) on depth 7 completed in 0.98 ms.
Analysis of shlex (Stub) on depth 7 completed in 6.4 ms.
Analysis of glob (Stub) on depth 7 completed in 0.3 ms.
Analysis of readline (Stub) on depth 7 completed in 0.86 ms.
Analysis of tarfile (Stub) on depth 5 completed in 9.01 ms.
Analysis of hashlib (Stub) on depth 5 completed in 1.34 ms.
Analysis of urllib.parse (Stub) on depth 6 completed in 12.45 ms.
Analysis of code (Stub) on depth 7 completed in 0.9 ms.
Analysis of webbrowser (Stub) on depth 8 completed in 6.6 ms.
Analysis of lzma (Stub) on depth 4 completed in 5.08 ms.
Analysis of bz2 (Stub) on depth 4 completed in 0.94 ms.
Analysis of encodings (Stub) on depth 5 completed in 0.12 ms.
Analysis of mimetypes (Stub) on depth 9 completed in 1.06 ms.
Analysis of platform (Stub) on depth 3 completed in 1.17 ms.
Analysis of codeop (Stub) on depth 8 completed in 0.53 ms.
Analysis of _compression (Stub) on depth 5 completed in 3.56 ms.
Analysis of plistlib (Stub) on depth 3 completed in 1.08 ms.
Analysis of importlib.machinery (Stub) on depth 3 completed in 2.67 ms.
Analysis of optparse (Stub) on depth 7 completed in 20.74 ms.
Analysis of termios (Compiled) on depth 8 completed in 59.61 ms.
Analysis of socket (Stub) on depth 4 completed in 8.07 ms.
Analysis of _ast (Stub) on depth 5 completed in 27.11 ms.
Analysis of reprlib (Stub) on depth 4 completed in 0.82 ms.
Analysis of http (Stub) on depth 8 completed in 2.18 ms.
Analysis of struct (Stub) on depth 4 completed in 1.63 ms.
Analysis of signal (Stub) on depth 5 completed in 9.43 ms.
Analysis of io (Library) on depth 2 completed in 9.54 ms.
Analysis of datetime (Stub) on depth 4 completed in 11.66 ms.
Analysis of stat (Library) on depth 2 completed in 16.94 ms.
Analysis of _random (Compiled) on depth 4 completed in 0.62 ms.
Analysis of pyexpat (Stub) on depth 5 completed in 1.23 ms.
Analysis of binascii (Compiled) on depth 3 completed in 1.65 ms.
Analysis of dis (Stub) on depth 4 completed in 1.34 ms.
Analysis of collections (Stub) on depth 3 completed in 21.72 ms.
Analysis of weakref (Stub) on depth 4 completed in 4.4 ms.
Analysis of email.message (Stub) on depth 4 completed in 8.39 ms.
Analysis of random (Stub) on depth 4 completed in 8.58 ms.
Analysis of opcode (Library) on depth 4 completed in 5.03 ms.
Analysis of math (Compiled) on depth 4 completed in 6.86 ms.
Analysis of readline (Compiled) on depth 6 completed in 0.96 ms.
Analysis of codeop (Library) on depth 7 completed in 1.19 ms.
Analysis of gzip (Stub) on depth 6 completed in 1.7 ms.
Analysis of encodings (Library) on depth 4 completed in 2.56 ms.
Analysis of importlib.util (Stub) on depth 4 completed in 1.32 ms.
Analysis of selectors (Stub) on depth 5 completed in 2.51 ms.
Analysis of ast (Stub) on depth 4 completed in 1.23 ms.
Analysis of tty (Library) on depth 7 completed in 3.1 ms.
Analysis of socketserver (Stub) on depth 9 completed in 7.68 ms.
Analysis of zlib (Compiled) on depth 3 completed in 13.82 ms.
Analysis of reprlib (Library) on depth 3 completed in 8.59 ms.
Analysis of ssl (Stub) on depth 10 completed in 9.96 ms.
Analysis of logging (Stub) on depth 6 completed in 14.37 ms.
Analysis of struct (Library) on depth 3 completed in 0.42 ms.
Analysis of email.utils (Stub) on depth 5 completed in 0.9 ms.
Analysis of _collections_abc (Library) on depth 3 completed in 46.42 ms.
Analysis of _compression (Library) on depth 4 completed in 5.89 ms.
Analysis of select (Compiled) on depth 4 completed in 24.92 ms.
Analysis of calendar (Stub) on depth 6 completed in 6.49 ms.
Analysis of email (Stub) on depth 3 completed in 0.38 ms.
Analysis of email.feedparser (Stub) on depth 4 completed in 0.58 ms.
Analysis of _threading_local (Stub) on depth 5 completed in 0.93 ms.
Analysis of xml.parsers.expat (Stub) on depth 4 completed in 1.33 ms.
Analysis of email.generator (Stub) on depth 6 completed in 0.87 ms.
Analysis of pyexpat (Compiled) on depth 4 completed in 2.7 ms.
Analysis of email.iterators (Stub) on depth 6 completed in 0.21 ms.
Analysis of email.encoders (Stub) on depth 6 completed in 0.16 ms.
Analysis of email.headerregistry (Stub) on depth 7 completed in 12.63 ms.
Analysis of importlib.machinery (Library) on depth 2 completed in 12.69 ms.
Analysis of _imp (Stub) on depth 4 completed in 19.46 ms.
Analysis of email.parser (Stub) on depth 3 completed in 1.09 ms.
Analysis of xml.parsers.expat (Library) on depth 3 completed in 21 ms.
Analysis of codecs (Library) on depth 3 completed in 35.74 ms.
Analysis of email.iterators (Library) on depth 5 completed in 0.5 ms.
Analysis of unittest (Stub) on depth 6 completed in 35.95 ms.
Analysis of imp (Stub) on depth 3 completed in 1.09 ms.
Analysis of http.server (Stub) on depth 8 completed in 7.03 ms.
Analysis of doctest (Stub) on depth 5 completed in 5.83 ms.
Analysis of http.client (Stub) on depth 9 completed in 8.45 ms.
Analysis of pydoc (Library) on depth 6 completed in 93.79 ms.
Analysis of pdb (Library) on depth 5 completed in 23.11 ms.
Analysis of doctest (Library) on depth 4 completed in 20.42 ms.
Analysis of heapq (Library) on depth 3 completed in 2.1 ms.
Analysis of difflib (Library) on depth 5 completed in 22.12 ms.
Analysis of collections (Library) on depth 2 completed in 27.29 ms.
Analysis of shlex (Library) on depth 6 completed in 1.62 ms.
Analysis of unittest.util (Library) on depth 7 completed in 6.83 ms.
Analysis of string (Library) on depth 3 completed in 9.94 ms.
Analysis of selectors (Library) on depth 4 completed in 13.3 ms.
Analysis of contextlib (Library) on depth 3 completed in 13.54 ms.
Analysis of urllib.parse (Library) on depth 5 completed in 23.55 ms.
Analysis of unittest.case (Library) on depth 6 completed in 31.88 ms.
Analysis of cmd (Library) on depth 6 completed in 1.59 ms.
Analysis of email.utils (Library) on depth 4 completed in 1.97 ms.
Analysis of types (Library) on depth 2 completed in 4.69 ms.
Analysis of email.quoprimime (Library) on depth 5 completed in 5.88 ms.
Analysis of operator (Library) on depth 2 completed in 6.29 ms.
Analysis of ntpath (Library) on depth 2 completed in 10.27 ms.
Analysis of mimetypes (Library) on depth 8 completed in 8.83 ms.
Analysis of logging (Library) on depth 5 completed in 37.59 ms.
Analysis of copy (Library) on depth 3 completed in 6.5 ms.
Analysis of genericpath (Library) on depth 3 completed in 10.67 ms.
Analysis of email.generator (Library) on depth 5 completed in 10.89 ms.
Analysis of glob (Library) on depth 6 completed in 10.39 ms.
Analysis of lzma (Library) on depth 3 completed in 19.03 ms.
Analysis of getopt (Library) on depth 6 completed in 12.2 ms.
Analysis of unittest.loader (Library) on depth 6 completed in 26.02 ms.
Analysis of hashlib (Library) on depth 4 completed in 6.09 ms.
Analysis of bdb (Library) on depth 6 completed in 19.21 ms.
Analysis of posixpath (Library) on depth 2 completed in 7.67 ms.
Analysis of gzip (Library) on depth 5 completed in 15.59 ms.
Analysis of quopri (Library) on depth 5 completed in 2.75 ms.
Analysis of base64 (Library) on depth 6 completed in 10.88 ms.
Analysis of ssl (Library) on depth 9 completed in 58.95 ms.
Analysis of weakref (Library) on depth 3 completed in 19.4 ms.
Analysis of optparse (Library) on depth 6 completed in 21.96 ms.
Analysis of unittest.main (Library) on depth 6 completed in 6.58 ms.
Analysis of socketserver (Library) on depth 8 completed in 27.71 ms.
Analysis of random (Library) on depth 3 completed in 7.98 ms.
Analysis of email._header_value_parser (Library) on depth 7 completed in 76.55 ms.
Analysis of tarfile (Library) on depth 4 completed in 34.89 ms.
Analysis of email.encoders (Library) on depth 5 completed in 3.38 ms.
Analysis of unittest (Library) on depth 5 completed in 5.23 ms.
Analysis of uu (Library) on depth 5 completed in 6.76 ms.
Analysis of email.base64mime (Library) on depth 5 completed in 7.96 ms.
Analysis of tempfile (Library) on depth 2 completed in 10.2 ms.
Analysis of email.headerregistry (Library) on depth 6 completed in 15.11 ms.
Analysis of shutil (Library) on depth 3 completed in 16.44 ms.
Analysis of unittest.result (Library) on depth 6 completed in 6.39 ms.
Analysis of email.policy (Library) on depth 5 completed in 6.38 ms.
Analysis of unittest.runner (Library) on depth 6 completed in 8.98 ms.
Analysis of unittest.suite (Library) on depth 6 completed in 9.32 ms.
Analysis of webbrowser (Library) on depth 7 completed in 16.89 ms.
Analysis of enum (Library) on depth 3 completed in 23.38 ms.
Analysis of importlib (Library) on depth 2 completed in 1.37 ms.
Analysis of http.client (Library) on depth 8 completed in 43.53 ms.
Analysis of runpy (Library) on depth 6 completed in 8.46 ms.
Analysis of importlib.abc (Library) on depth 4 completed in 8.88 ms.
Analysis of email.message (Library) on depth 4 completed in 16.11 ms.
Analysis of sre_parse (Library) on depth 3 completed in 17.31 ms.
Analysis of signal (Library) on depth 4 completed in 1.56 ms.
Analysis of importlib.util (Library) on depth 3 completed in 4.08 ms.
Analysis of http (Library) on depth 7 completed in 9.64 ms.
Analysis of locale (Library) on depth 5 completed in 28.56 ms.
Analysis of email.feedparser (Library) on depth 3 completed in 15.94 ms.
Analysis of zipfile (Library) on depth 2 completed in 62.87 ms.
Analysis of email.contentmanager (Library) on depth 6 completed in 16.9 ms.
Analysis of sre_compile (Library) on depth 3 completed in 30.91 ms.
Analysis of _bootlocale (Library) on depth 6 completed in 0.67 ms.
Analysis of unittest.signals (Library) on depth 6 completed in 3.99 ms.
Analysis of textwrap (Library) on depth 2 completed in 6.35 ms.
Analysis of keyword (Library) on depth 3 completed in 2.03 ms.
Analysis of email.parser (Library) on depth 2 completed in 13.02 ms.
Analysis of html (Library) on depth 8 completed in 5.5 ms.
Analysis of email (Library) on depth 2 completed in 0.61 ms.
Analysis of email.charset (Library) on depth 4 completed in 1.32 ms.
Analysis of http.server (Library) on depth 7 completed in 51.04 ms.
Analysis of gettext (Library) on depth 4 completed in 16.88 ms.
Analysis of email._encoded_words (Library) on depth 5 completed in 8.03 ms.
Analysis of _strptime (Library) on depth 4 completed in 23.15 ms.
Analysis of pprint (Library) on depth 3 completed in 23.89 ms.
Analysis of email.header (Library) on depth 4 completed in 18.86 ms.
Analysis of token (Library) on depth 3 completed in 40.32 ms.
Analysis of email._policybase (Library) on depth 3 completed in 5.67 ms.
Analysis of argparse (Library) on depth 3 completed in 35.44 ms.
Analysis of code (Library) on depth 6 completed in 7.6 ms.
Analysis of socket (Library) on depth 3 completed in 102.14 ms.
Analysis of py_compile (Library) on depth 3 completed in 12.43 ms.
Analysis of dis (Library) on depth 3 completed in 16.83 ms.
Analysis of datetime (Library) on depth 3 completed in 56.19 ms.
Analysis of _datetime (Compiled) on depth 4 completed in 0.31 ms.
Analysis of threading (Library) on depth 3 completed in 30.49 ms.
Analysis of _threading_local (Library) on depth 4 completed in 7.64 ms.
Analysis of bz2 (Library) on depth 3 completed in 8.66 ms.
Analysis of plistlib (Library) on depth 2 completed in 20.83 ms.
Analysis of calendar (Library) on depth 5 completed in 27.92 ms.
Analysis of email._parseaddr (Library) on depth 5 completed in 8.86 ms.
Analysis of platform (Library) on depth 2 completed in 16.52 ms.
Analysis of subprocess (Library) on depth 3 completed in 46.19 ms.
Analysis of pickle (Library) on depth 3 completed in 91.45 ms.
Analysis of inspect (Library) on depth 2 completed in 75.04 ms.
Analysis of ast (Library) on depth 3 completed in 1.99 ms.
Analysis of pkgutil (Library) on depth 2 completed in 7.99 ms.
Analysis of pkg_resources.py31compat (Library) on depth 2 completed in 0.6 ms.
Analysis of imp (Library) on depth 2 completed in 4.76 ms.
Analysis of _osx_support (Library) on depth 3 completed in 10.62 ms.
Analysis of sysconfig (Library) on depth 2 completed in 7.83 ms.
Analysis version 517 has been completed in 732.62 ms with 320 entries analyzed and 168 entries skipped.
Analysis version 518 of 488 entries has started.
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of zipimport(CompiledBuiltin) canceled (no AST yet).
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of _tracemalloc(CompiledBuiltin) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Analysis of _sre(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of _codecs(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Analysis of marshal(CompiledBuiltin) canceled (no AST yet).
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Analysis of abc (Stub) on depth 3 completed in 0.6 ms.
Analysis of copyreg (Library) on depth 3 completed in 0.99 ms.
Analysis version 518 has been completed in 1.33 ms with 26 entries analyzed and 462 entries skipped.
gramster commented 5 years ago

I then go to the end of that file, and add:

import numpy as np

After a couple of seconds I see:

image

and the number never goes down. The additional logs are:

Analysis of _pytest.outcomes (User) queued. Dependencies: __future__, sys, warnings, pkg_resources
Analysis version 519 of 488 entries has started.
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of _tracemalloc(CompiledBuiltin) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Analysis of zipimport(CompiledBuiltin) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of _sre(CompiledBuiltin) canceled (no AST yet).
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of _codecs(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Analysis of marshal(CompiledBuiltin) canceled (no AST yet).
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Analysis version 519 has been completed in 1.13 ms with 24 entries analyzed and 464 entries skipped.
Analysis of _pytest.outcomes (User) queued. Dependencies: __future__, sys, warnings, pkg_resources
Analysis version 520 of 488 entries has started.
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of _tracemalloc(CompiledBuiltin) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Analysis of zipimport(CompiledBuiltin) canceled (no AST yet).
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of _sre(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of _codecs(CompiledBuiltin) canceled (no AST yet).
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of marshal(CompiledBuiltin) canceled (no AST yet).
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis version 520 has been completed in 1.72 ms with 24 entries analyzed and 464 entries skipped.
Completions in file:///Users/grwheele/repos/pytest/src/_pytest/outcomes.py at (190, 1)
Analysis of _pytest.outcomes (User) queued. Dependencies: __future__, sys, warnings, pkg_resources
Analysis version 521 of 488 entries has started.
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of zipimport(CompiledBuiltin) canceled (no AST yet).
Analysis of _tracemalloc(CompiledBuiltin) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of _sre(CompiledBuiltin) canceled (no AST yet).
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of _codecs(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Analysis of marshal(CompiledBuiltin) canceled (no AST yet).
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Analysis of abc (Stub) on depth 3 completed in 1.69 ms.
Analysis version 521 has been completed in 2.5 ms with 25 entries analyzed and 463 entries skipped.
Analysis of _pytest.outcomes (User) queued. Dependencies: __future__, sys, warnings, pkg_resources
Analysis version 522 of 488 entries has started.
Analysis of _tracemalloc(CompiledBuiltin) canceled (no AST yet).
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of zipimport(CompiledBuiltin) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of _codecs(CompiledBuiltin) canceled (no AST yet).
Analysis of _sre(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of marshal(CompiledBuiltin) canceled (no AST yet).
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Analysis of abc (Stub) on depth 3 completed in 0.58 ms.
Analysis of posix (Stub) on depth 4 completed in 0.93 ms.
Analysis of copyreg (Library) on depth 3 completed in 1.68 ms.
Analysis version 522 has been completed in 2.2 ms with 27 entries analyzed and 461 entries skipped.
Analysis of _pytest.outcomes (User) queued. Dependencies: __future__, sys, warnings, pkg_resources
Analysis version 523 of 488 entries has started.
Analysis of _tracemalloc(CompiledBuiltin) canceled (no AST yet).
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Analysis of zipimport(CompiledBuiltin) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of _sre(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of _codecs(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of marshal(CompiledBuiltin) canceled (no AST yet).
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of abc (Stub) on depth 3 completed in 0.81 ms.
Analysis version 523 has been completed in 1.73 ms with 25 entries analyzed and 463 entries skipped.
Analysis of _pytest.outcomes (User) queued. Dependencies: __future__, sys, warnings, pkg_resources
Analysis version 524 of 488 entries has started.
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Analysis of _tracemalloc(CompiledBuiltin) canceled (no AST yet).
Analysis of zipimport(CompiledBuiltin) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Analysis of _sre(CompiledBuiltin) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of _codecs(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Analysis of marshal(CompiledBuiltin) canceled (no AST yet).
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of abc (Stub) on depth 3 completed in 24.61 ms.
Analysis version 524 has been completed in 27.02 ms with 25 entries analyzed and 463 entries skipped.
Analysis of _pytest.outcomes (User) queued. Dependencies: __future__, sys, warnings, pkg_resources
Analysis version 525 of 488 entries has started.
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Analysis of _tracemalloc(CompiledBuiltin) canceled (no AST yet).
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of zipimport(CompiledBuiltin) canceled (no AST yet).
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of _sre(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Analysis of _codecs(CompiledBuiltin) canceled (no AST yet).
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Analysis of marshal(CompiledBuiltin) canceled (no AST yet).
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Analysis of posix (Stub) on depth 4 completed in 3.47 ms.
Analysis of abc (Stub) on depth 3 completed in 3.42 ms.
Analysis of copyreg (Library) on depth 3 completed in 4.18 ms.
Analysis version 525 has been completed in 4.77 ms with 27 entries analyzed and 461 entries skipped.
Analysis of _pytest.outcomes (User) queued. Dependencies: __future__, sys, warnings, pkg_resources
Analysis version 526 of 488 entries has started.
Analysis of zipimport(CompiledBuiltin) canceled (no AST yet).
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of _tracemalloc(CompiledBuiltin) canceled (no AST yet).
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of _sre(CompiledBuiltin) canceled (no AST yet).
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of _codecs(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Analysis of marshal(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of abc (Stub) on depth 3 completed in 0.65 ms.
Analysis version 526 has been completed in 1.31 ms with 25 entries analyzed and 463 entries skipped.
Analysis of _pytest.outcomes (User) queued. Dependencies: __future__, sys, warnings, pkg_resources
Analysis version 527 of 488 entries has started.
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of _tracemalloc(CompiledBuiltin) canceled (no AST yet).
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of zipimport(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Analysis of _codecs(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of _sre(CompiledBuiltin) canceled (no AST yet).
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of marshal(CompiledBuiltin) canceled (no AST yet).
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Analysis of abc (Stub) on depth 3 completed in 4.15 ms.
Analysis of posix (Stub) on depth 4 completed in 4.05 ms.
Analysis of copyreg (Library) on depth 3 completed in 4.74 ms.
Analysis version 527 has been completed in 5.35 ms with 27 entries analyzed and 461 entries skipped.
Completions in file:///Users/grwheele/repos/pytest/src/_pytest/outcomes.py at (190, 8)
Analysis of _pytest.outcomes (User) queued. Dependencies: __future__, sys, warnings, pkg_resources
Analysis version 528 of 488 entries has started.
Analysis of _tracemalloc(CompiledBuiltin) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of zipimport(CompiledBuiltin) canceled (no AST yet).
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of _sre(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of _codecs(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of marshal(CompiledBuiltin) canceled (no AST yet).
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Analysis of abc (Stub) on depth 3 completed in 0.65 ms.
Analysis version 528 has been completed in 1.21 ms with 25 entries analyzed and 463 entries skipped.
Analysis of _pytest.outcomes (User) queued. Dependencies: __future__, sys, warnings, pkg_resources
Analysis version 529 of 488 entries has started.
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of _tracemalloc(CompiledBuiltin) canceled (no AST yet).
Analysis of zipimport(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of _sre(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Analysis of _codecs(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Analysis of marshal(CompiledBuiltin) canceled (no AST yet).
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Analysis of abc (Stub) on depth 3 completed in 0.68 ms.
Analysis version 529 has been completed in 1.38 ms with 25 entries analyzed and 463 entries skipped.
Analysis of _pytest.outcomes (User) queued. Dependencies: __future__, sys, warnings, pkg_resources
Analysis version 530 of 488 entries has started.
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of _tracemalloc(CompiledBuiltin) canceled (no AST yet).
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of zipimport(CompiledBuiltin) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of _sre(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Analysis of _codecs(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Analysis of marshal(CompiledBuiltin) canceled (no AST yet).
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Analysis version 530 has been completed in 1.02 ms with 24 entries analyzed and 464 entries skipped.
Completions in file:///Users/grwheele/repos/pytest/src/_pytest/outcomes.py at (190, 11)
Analysis of _pytest.outcomes (User) queued. Dependencies: __future__, sys, warnings, pkg_resources, numpy
Import:  numpy /Users/grwheele/.local/lib/python3.7/site-packages/numpy/__init__.py 
Analysis of numpy (Stub) queued. Dependencies: numpy.core._multiarray_umath (stub)
Analysis version 532 of 488 entries has started.
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of _sre(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of _codecs(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Analysis of marshal(CompiledBuiltin) canceled (no AST yet).
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Analysis of _tracemalloc(CompiledBuiltin) canceled (no AST yet).
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Analysis of zipimport(CompiledBuiltin) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of numpy.core._multiarray_umath (Stub) queued. Dependencies: sys (stub)
Analysis of abc (Stub) on depth 3 completed in 3.76 ms.
Analysis of numpy (Library) queued. Dependencies: numpy (stub), __future__, sys, warnings, numpy._globals, numpy.__config__, numpy.version, numpy._distributor_init, numpy.core, numpy.compat, numpy.lib, numpy.linalg, numpy.fft, numpy.polynomial, numpy.random, numpy.ctypeslib, numpy.ma, numpy.matrixlib, numpy.testing, numpy._pytesttester
Import:  numpy._globals /Users/grwheele/.local/lib/python3.7/site-packages/numpy/_globals.py 
Analysis of copyreg (Library) on depth 3 completed in 19.28 ms.
Analysis version 532 has been completed in 20.7 ms with 26 entries analyzed and 462 entries skipped.
Analysis version 534 of 489 entries has started.
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of _tracemalloc(CompiledBuiltin) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of _sre(CompiledBuiltin) canceled (no AST yet).
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Analysis of _codecs(CompiledBuiltin) canceled (no AST yet).
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of marshal(CompiledBuiltin) canceled (no AST yet).
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of zipimport(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Import:  numpy.__config__ /Users/grwheele/.local/lib/python3.7/site-packages/numpy/__config__.py 
Analysis of numpy._globals (Library) queued. Dependencies: __future__
Import:  numpy.version /Users/grwheele/.local/lib/python3.7/site-packages/numpy/version.py 
Analysis of numpy.__config__ (Library) queued. Dependencies: os, sys
Import:  numpy._distributor_init /Users/grwheele/.local/lib/python3.7/site-packages/numpy/_distributor_init.py 
Analysis of numpy.version (Library) queued. Dependencies: 
Import:  numpy.core /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/__init__.py 
Import:  numpy.compat /Users/grwheele/.local/lib/python3.7/site-packages/numpy/compat/__init__.py 
Import:  numpy.lib /Users/grwheele/.local/lib/python3.7/site-packages/numpy/lib/__init__.py 
Import:  numpy.linalg /Users/grwheele/.local/lib/python3.7/site-packages/numpy/linalg/__init__.py 
Import:  numpy.fft /Users/grwheele/.local/lib/python3.7/site-packages/numpy/fft/__init__.py 
Import:  numpy.polynomial /Users/grwheele/.local/lib/python3.7/site-packages/numpy/polynomial/__init__.py 
Import:  numpy.random /Users/grwheele/.local/lib/python3.7/site-packages/numpy/random/__init__.py 
Import:  numpy.ctypeslib /Users/grwheele/.local/lib/python3.7/site-packages/numpy/ctypeslib.py 
Import:  numpy.ma /Users/grwheele/.local/lib/python3.7/site-packages/numpy/ma/__init__.py 
Import:  numpy.matrixlib /Users/grwheele/.local/lib/python3.7/site-packages/numpy/matrixlib/__init__.py 
Import:  numpy.testing /Users/grwheele/.local/lib/python3.7/site-packages/numpy/testing/__init__.py 
Import:  numpy._pytesttester /Users/grwheele/.local/lib/python3.7/site-packages/numpy/_pytesttester.py 
Analysis of numpy (Library) on depth 1 completed in 50.56 ms.
Analysis version 534 has been completed in 51.34 ms with 25 entries analyzed and 464 entries skipped.
Analysis version 538 of 494 entries has started.
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of zipimport(CompiledBuiltin) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of _sre(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of _codecs(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Analysis of marshal(CompiledBuiltin) canceled (no AST yet).
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Analysis of numpy._distributor_init (Library) queued. Dependencies: 
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of numpy.compat (Library) queued. Dependencies: __future__, numpy.compat._inspect, numpy.compat.py3k
Analysis of numpy._pytesttester (Library) queued. Dependencies: __future__, sys, os, numpy, pytest, warnings, numpy.distutils, numpy.distutils.cpuinfo
Analysis of numpy.core (Library) queued. Dependencies: __future__, numpy.core.info, numpy.version, os, numpy.core.multiarray, sys, numpy.core.umath, numpy.core.numerictypes, numpy.core.numeric, numpy.core.fromnumeric, numpy.core.defchararray, numpy.core.records, numpy.core.memmap, numpy.core.function_base, numpy.core.machar, numpy.core.getlimits, numpy.core.shape_base, numpy.core.einsumfunc, numpy.core._add_newdocs, numpy.core._dtype_ctypes, numpy.core._internal, numpy.core._dtype, numpy.core._methods, pickle, copyreg, numpy._pytesttester
Analysis of numpy.version (Library) on depth 2 completed in 3.6 ms.
Import:  numpy.compat._inspect /Users/grwheele/.local/lib/python3.7/site-packages/numpy/compat/_inspect.py 
Analysis of numpy.lib (Library) queued. Dependencies: __future__, math, numpy.lib.info, numpy.version, numpy.lib.type_check, numpy.lib.index_tricks, numpy.lib.function_base, numpy.lib.mixins, numpy.lib.nanfunctions, numpy.lib.shape_base, numpy.lib.stride_tricks, numpy.lib.twodim_base, numpy.lib.ufunclike, numpy.lib.histograms, numpy.lib.scimath, numpy.lib.polynomial, numpy.lib.utils, numpy.lib.arraysetops, numpy.lib.npyio, numpy.lib.financial, numpy.lib.arrayterator, numpy.lib.arraypad, numpy.lib._version, numpy.core._multiarray_umath, numpy._pytesttester
Analysis of posix (Stub) on depth 4 completed in 2.56 ms.
Import:  numpy.compat.py3k /Users/grwheele/.local/lib/python3.7/site-packages/numpy/compat/py3k.py 
Analysis of copyreg (Library) on depth 3 completed in 2.21 ms.
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of _tracemalloc(CompiledBuiltin) canceled (no AST yet).
Import:  pytest /Users/grwheele/repos/pytest/src/pytest.py 
Analysis of abc (Stub) on depth 3 completed in 1.41 ms.
Analysis of numpy.compat.py3k (Library) queued. Dependencies: __future__, sys, os, pathlib, io, pickle, importlib, importlib.machinery, imp, abc
Import:  numpy.distutils /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/__init__.py 
Import:  numpy.distutils.cpuinfo /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/cpuinfo.py 
Analysis of numpy._globals (Library) on depth 2 completed in 5.57 ms.
Import:  numpy.core.info /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/info.py 
Import:  numpy.core.multiarray /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/multiarray.py 
Import:  numpy.core.umath /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/umath.py 
Analysis of numpy.distutils.cpuinfo (Library) queued. Dependencies: __future__, sys, re, types, os, subprocess, warnings, platform, numpy.distutils.compat
Import:  numpy.core.numerictypes /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/numerictypes.py 
Import:  numpy.core.numeric /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/numeric.py 
Analysis of numpy.core._multiarray_umath (Stub) on depth 3 completed in 13.08 ms.
Import:  numpy.core.fromnumeric /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/fromnumeric.py 
Analysis of numpy (Stub) on depth 2 completed in 0.22 ms.
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Import:  numpy.core.defchararray /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/defchararray.py 
Analysis of numpy.__config__ (Library) on depth 2 completed in 2.39 ms.
Analysis version 538 has been completed in 34.53 ms with 32 entries analyzed and 462 entries skipped.
Analysis version 552 of 507 entries has started.
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of zipimport(CompiledBuiltin) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of _sre(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of _codecs(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Analysis of marshal(CompiledBuiltin) canceled (no AST yet).
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Analysis of numpy._distributor_init (Library) on depth 2 completed in 2.87 ms.
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Analysis of _tracemalloc(CompiledBuiltin) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of numpy.fft (Library) queued. Dependencies: __future__, numpy.fft.info, numpy.fft.pocketfft, numpy.fft.helper, numpy._pytesttester
Analysis of posix (Stub) on depth 4 completed in 3.53 ms.
Analysis of abc (Stub) on depth 3 completed in 3.27 ms.
Analysis of numpy.linalg (Library) queued. Dependencies: __future__, numpy.linalg.info, numpy.linalg.linalg, numpy._pytesttester
Analysis of copyreg (Library) on depth 3 completed in 5.64 ms.
Analysis of numpy.core.info (Library) queued. Dependencies: __future__
Analysis of numpy.polynomial (Library) queued. Dependencies: __future__, numpy.polynomial.polynomial, numpy.polynomial.chebyshev, numpy.polynomial.legendre, numpy.polynomial.hermite, numpy.polynomial.hermite_e, numpy.polynomial.laguerre, numpy._pytesttester
Analysis of pytest (User) queued. Dependencies: _pytest, _pytest.assertion, _pytest.config, _pytest.debugging, _pytest.fixtures, _pytest.freeze_support, _pytest.main, _pytest.mark, _pytest.nodes, _pytest.outcomes, _pytest.python, _pytest.python_api, _pytest.recwarn, _pytest.warning_types, _pytest.compat
Analysis of _pytest.outcomes (User) queued. Dependencies: __future__, sys, warnings, pkg_resources, numpy
Analysis of numpy.ma (Library) queued. Dependencies: __future__, numpy.ma.core, numpy.ma.extras, numpy._pytesttester
Analysis of numpy.core.multiarray (Library) queued. Dependencies: functools, sys, warnings, numpy.core, numpy.core.overrides, numpy.core._multiarray_umath, numpy
Analysis of numpy.core.umath (Library) queued. Dependencies: numpy.core, numpy.core._multiarray_umath
Analysis of numpy.random (Library) queued. Dependencies: __future__, numpy.random._pickle, numpy.random.common, numpy.random.bounded_integers, numpy.random.entropy, numpy.random.mtrand, numpy.random.generator, numpy.random.bit_generator, numpy.random.mt19937, numpy.random.pcg64, numpy.random.philox, numpy.random.sfc64, numpy._pytesttester
Analysis of numpy.compat._inspect (Library) queued. Dependencies: __future__, types
Analysis of numpy.core.numerictypes (Library) queued. Dependencies: __future__, types, sys, numbers, warnings, numpy.compat, numpy.core.multiarray, numpy.core.overrides, numpy.core._string_helpers, numpy.core._type_aliases, numpy.core._dtype
Analysis of numpy.ctypeslib (Library) queued. Dependencies: __future__, os, numpy, numpy.core.multiarray, ctypes, numpy.core, numpy.core._internal, warnings, numpy.distutils.misc_util
Analysis of numpy.matrixlib (Library) queued. Dependencies: __future__, numpy.matrixlib.defmatrix, numpy._pytesttester
Analysis of numpy.testing (Library) queued. Dependencies: __future__, unittest, numpy.testing._private.utils, numpy.testing._private, numpy.testing._private.decorators, numpy.testing._private.nosetester, numpy._pytesttester
Analysis of numpy.core.numeric (Library) queued. Dependencies: __future__, functools, itertools, operator, sys, warnings, numbers, contextlib, numpy, numpy.compat, numpy.core, numpy.core.multiarray, numpy.core.overrides, numpy.core.umath, numpy.core.numerictypes, numpy.core._exceptions, numpy.core._asarray, numpy.core._ufunc_config, numpy.core.fromnumeric, numpy.core.arrayprint
Analysis of numpy.distutils (Library) queued. Dependencies: __future__, numpy.distutils.__version__, numpy.distutils.ccompiler, numpy.distutils.unixccompiler, numpy.distutils.info, numpy.distutils.npy_pkg_config, numpy.distutils.__config__, numpy._pytesttester, numpy.distutils.fcompiler
Import:  numpy.core.records /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/records.py 
Analysis of numpy.core.fromnumeric (Library) queued. Dependencies: __future__, functools, types, warnings, numpy, numpy.core, numpy.core.multiarray, numpy.core.overrides, numpy.core.umath, numpy.core.numerictypes, numpy.core._asarray, numpy.core._methods
Analysis of numpy.core.defchararray (Library) queued. Dependencies: __future__, functools, sys, numpy.core.numerictypes, numpy.core.numeric, numpy.core.multiarray, numpy.core.overrides, numpy.core, numpy.compat, numpy
Import:  numpy.core.memmap /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/memmap.py 
Import:  numpy.core.function_base /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/function_base.py 
Analysis of numpy.core.records (Library) queued. Dependencies: __future__, sys, os, warnings, collections, numpy.core, numpy.core.numeric, numpy.core.numerictypes, numpy.compat, numpy.core.overrides, numpy.core.arrayprint
Analysis of numpy.core.memmap (Library) queued. Dependencies: __future__, numpy, numpy.core.numeric, numpy.compat, numpy.core.overrides, mmap, os
Import:  numpy.core.machar /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/machar.py 
Analysis of numpy.core.function_base (Library) queued. Dependencies: __future__, functools, warnings, operator, numpy.core, numpy.core.numeric, numpy.core.multiarray, numpy.core.overrides
Import:  numpy.core.getlimits /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/getlimits.py 
Analysis of numpy.core.machar (Library) queued. Dependencies: __future__, numpy.core.fromnumeric, numpy.core._ufunc_config, numpy.core.overrides, math
Import:  numpy.core.shape_base /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/shape_base.py 
Analysis of numpy.core.getlimits (Library) queued. Dependencies: __future__, warnings, numpy.core.machar, numpy.core.overrides, numpy.core, numpy.core.numeric, numpy.core.numerictypes, numpy.core.umath
Import:  numpy.core.einsumfunc /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/einsumfunc.py 
Analysis of numpy.core.shape_base (Library) queued. Dependencies: __future__, functools, operator, warnings, numpy.core, numpy.core.numeric, numpy.core.overrides, numpy.core.multiarray
Import:  numpy.core._add_newdocs /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/_add_newdocs.py 
Analysis of numpy.core.einsumfunc (Library) queued. Dependencies: __future__, itertools, numpy.compat, numpy.core.multiarray, numpy.core.numeric, numpy.core.overrides
Import:  numpy.core._dtype_ctypes /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/_dtype_ctypes.py 
Import:  numpy.core._internal /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/_internal.py 
Analysis of numpy.core._dtype_ctypes (Library) queued. Dependencies: _ctypes, ctypes, numpy
Analysis of numpy.core._add_newdocs (Library) queued. Dependencies: __future__, sys, numpy.core, numpy.core.numerictypes, numpy.core.function_base
Import:  numpy.core._dtype /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/_dtype.py 
Import:  numpy.core._methods /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/_methods.py 
Analysis of numpy.core._dtype (Library) queued. Dependencies: __future__, sys, numpy
Analysis of numpy.core._internal (Library) queued. Dependencies: __future__, re, sys, platform, numpy.compat, numpy.core.multiarray, ctypes, numpy
Import:  numpy.lib.info /Users/grwheele/.local/lib/python3.7/site-packages/numpy/lib/info.py 
Analysis of numpy.core (Library) on depth 2 completed in 155.37 ms.
Analysis of numpy.core._methods (Library) queued. Dependencies: __future__, warnings, numpy.core, numpy.core.multiarray, numpy.core.umath, numpy.core._asarray, numpy.core.numerictypes, numpy.core._exceptions, numpy._globals, numpy.compat, numpy.core.fromnumeric
Import:  numpy.lib.type_check /Users/grwheele/.local/lib/python3.7/site-packages/numpy/lib/type_check.py 
Analysis of numpy.lib.info (Library) queued. Dependencies: __future__
Import:  numpy.ma.core /Users/grwheele/.local/lib/python3.7/site-packages/numpy/ma/core.py 
Import:  numpy.lib.index_tricks /Users/grwheele/.local/lib/python3.7/site-packages/numpy/lib/index_tricks.py 
Import:  numpy.ma.extras /Users/grwheele/.local/lib/python3.7/site-packages/numpy/ma/extras.py 
Import:  numpy.lib.function_base /Users/grwheele/.local/lib/python3.7/site-packages/numpy/lib/function_base.py 
Analysis of numpy.ma (Library) on depth 2 completed in 85.55 ms.
Import:  numpy.matrixlib.defmatrix /Users/grwheele/.local/lib/python3.7/site-packages/numpy/matrixlib/defmatrix.py 
Import:  numpy.lib.mixins /Users/grwheele/.local/lib/python3.7/site-packages/numpy/lib/mixins.py 
Analysis of numpy.matrixlib (Library) on depth 2 completed in 6.36 ms.
Import:  numpy.lib.nanfunctions /Users/grwheele/.local/lib/python3.7/site-packages/numpy/lib/nanfunctions.py 
Import:  numpy.testing._private.utils /Users/grwheele/.local/lib/python3.7/site-packages/numpy/testing/_private/utils.py 
Import:  numpy.lib.shape_base /Users/grwheele/.local/lib/python3.7/site-packages/numpy/lib/shape_base.py 
Import:  numpy.testing._private /Users/grwheele/.local/lib/python3.7/site-packages/numpy/testing/_private/__init__.py 
Import:  numpy.lib.stride_tricks /Users/grwheele/.local/lib/python3.7/site-packages/numpy/lib/stride_tricks.py 
Import:  numpy.testing._private.decorators /Users/grwheele/.local/lib/python3.7/site-packages/numpy/testing/_private/decorators.py 
Import:  numpy.lib.twodim_base /Users/grwheele/.local/lib/python3.7/site-packages/numpy/lib/twodim_base.py 
Import:  numpy.testing._private.nosetester /Users/grwheele/.local/lib/python3.7/site-packages/numpy/testing/_private/nosetester.py 
Analysis of numpy.testing (Library) on depth 2 completed in 86.92 ms.
Import:  numpy.lib.ufunclike /Users/grwheele/.local/lib/python3.7/site-packages/numpy/lib/ufunclike.py 
Import:  numpy.lib.histograms /Users/grwheele/.local/lib/python3.7/site-packages/numpy/lib/histograms.py 
Analysis of numpy._pytesttester (Library) on depth 2 completed in 3.7 ms.
Import:  numpy.lib.scimath /Users/grwheele/.local/lib/python3.7/site-packages/numpy/lib/scimath.py 
Analysis of numpy.testing._private.nosetester (Library) queued. Dependencies: __future__, os, sys, warnings, numpy.compat, numpy, numpy.testing._private.utils, numpy.testing._private.noseclasses, scipy, nose, nose.plugins, nose.plugins.builtin, numpy.testing._private, doctest, numpy.distutils, numpy.distutils.cpuinfo, threading
Import:  numpy.lib.polynomial /Users/grwheele/.local/lib/python3.7/site-packages/numpy/lib/polynomial.py 
Import:  numpy.lib.utils /Users/grwheele/.local/lib/python3.7/site-packages/numpy/lib/utils.py 
Import:  numpy.lib.arraysetops /Users/grwheele/.local/lib/python3.7/site-packages/numpy/lib/arraysetops.py 
Import:  numpy.lib.npyio /Users/grwheele/.local/lib/python3.7/site-packages/numpy/lib/npyio.py 
Import:  numpy.lib.financial /Users/grwheele/.local/lib/python3.7/site-packages/numpy/lib/financial.py 
Import:  numpy.lib.arrayterator /Users/grwheele/.local/lib/python3.7/site-packages/numpy/lib/arrayterator.py 
Import:  numpy.lib.arraypad /Users/grwheele/.local/lib/python3.7/site-packages/numpy/lib/arraypad.py 
Import:  numpy.lib._version /Users/grwheele/.local/lib/python3.7/site-packages/numpy/lib/_version.py 
Create compiled (scraped):  numpy.core._multiarray_umath /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/_multiarray_umath.cpython-37m-darwin.so /Users/grwheele/.local/lib/python3.7/site-packages 
Import:  pathlib /Users/grwheele/anaconda3/envs/default/lib/python3.7/pathlib.py 
Import:  numpy.distutils.compat /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/compat.py 
Analysis of pathlib (Stub) queued. Dependencies: types (stub), os (stub), sys (stub)
Import:  numpy.fft.info /Users/grwheele/.local/lib/python3.7/site-packages/numpy/fft/info.py 
Import:  numpy.fft.pocketfft /Users/grwheele/.local/lib/python3.7/site-packages/numpy/fft/pocketfft.py 
Completions in file:///Users/grwheele/repos/pytest/src/_pytest/outcomes.py at (190, 14)
Analysis of pathlib (Library) queued. Dependencies: pathlib (stub), fnmatch, functools, io, ntpath, os, posixpath, re, sys, _collections_abc, errno, operator, stat, urllib.parse, pwd, grp
Analysis of numpy.core._multiarray_umath (Compiled) queued. Dependencies: numpy.core._multiarray_umath (stub), numpy, numpy.core, numpy.core.multiarray
Import:  numpy.fft.helper /Users/grwheele/.local/lib/python3.7/site-packages/numpy/fft/helper.py 
Analysis of _pytest.outcomes (User) queued. Dependencies: __future__, sys, warnings, pkg_resources, numpy
Import:  numpy.linalg.info /Users/grwheele/.local/lib/python3.7/site-packages/numpy/linalg/info.py 
Import:  numpy.linalg.linalg /Users/grwheele/.local/lib/python3.7/site-packages/numpy/linalg/linalg.py 
Import:  numpy.polynomial.polynomial /Users/grwheele/.local/lib/python3.7/site-packages/numpy/polynomial/polynomial.py 
Analysis of numpy.distutils.compat (Library) queued. Dependencies: __future__, sys
Import:  numpy.polynomial.chebyshev /Users/grwheele/.local/lib/python3.7/site-packages/numpy/polynomial/chebyshev.py 
Import:  numpy.polynomial.legendre /Users/grwheele/.local/lib/python3.7/site-packages/numpy/polynomial/legendre.py 
Import:  numpy.polynomial.hermite /Users/grwheele/.local/lib/python3.7/site-packages/numpy/polynomial/hermite.py 
Import:  numpy.polynomial.hermite_e /Users/grwheele/.local/lib/python3.7/site-packages/numpy/polynomial/hermite_e.py 
Import:  numpy.polynomial.laguerre /Users/grwheele/.local/lib/python3.7/site-packages/numpy/polynomial/laguerre.py 
Import:  _pytest /Users/grwheele/repos/pytest/src/_pytest/__init__.py 
Import:  _pytest.assertion /Users/grwheele/repos/pytest/src/_pytest/assertion/__init__.py 
Import:  _pytest.config /Users/grwheele/repos/pytest/src/_pytest/config/__init__.py 
Import:  _pytest.debugging /Users/grwheele/repos/pytest/src/_pytest/debugging.py 
Import:  _pytest.fixtures /Users/grwheele/repos/pytest/src/_pytest/fixtures.py 
Import:  _pytest.freeze_support /Users/grwheele/repos/pytest/src/_pytest/freeze_support.py 
Import:  _pytest.main /Users/grwheele/repos/pytest/src/_pytest/main.py 
Import:  _pytest.mark /Users/grwheele/repos/pytest/src/_pytest/mark/__init__.py 
Import:  _pytest.nodes /Users/grwheele/repos/pytest/src/_pytest/nodes.py 
Import:  _pytest.python /Users/grwheele/repos/pytest/src/_pytest/python.py 
Import:  _pytest.python_api /Users/grwheele/repos/pytest/src/_pytest/python_api.py 
Import:  _pytest.recwarn /Users/grwheele/repos/pytest/src/_pytest/recwarn.py 
Import:  _pytest.warning_types /Users/grwheele/repos/pytest/src/_pytest/warning_types.py 
Import:  _pytest.compat /Users/grwheele/repos/pytest/src/_pytest/compat.py 
Import:  numpy.core.overrides /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/overrides.py 
Import:  numpy.random._pickle /Users/grwheele/.local/lib/python3.7/site-packages/numpy/random/_pickle.py 
Create compiled (scraped):  numpy.random.common /Users/grwheele/.local/lib/python3.7/site-packages/numpy/random/common.cpython-37m-darwin.so /Users/grwheele/.local/lib/python3.7/site-packages 
Analysis of numpy.lib.type_check (Library) queued. Dependencies: __future__, functools, warnings, numpy, numpy.core, numpy.core.numeric, numpy.core.overrides, numpy.lib.ufunclike, numpy.core.getlimits
Create compiled (scraped):  numpy.random.bounded_integers /Users/grwheele/.local/lib/python3.7/site-packages/numpy/random/bounded_integers.cpython-37m-darwin.so /Users/grwheele/.local/lib/python3.7/site-packages 
Create compiled (scraped):  numpy.random.entropy /Users/grwheele/.local/lib/python3.7/site-packages/numpy/random/entropy.cpython-37m-darwin.so /Users/grwheele/.local/lib/python3.7/site-packages 
Create compiled (scraped):  numpy.random.mtrand /Users/grwheele/.local/lib/python3.7/site-packages/numpy/random/mtrand.cpython-37m-darwin.so /Users/grwheele/.local/lib/python3.7/site-packages 
Create compiled (scraped):  numpy.random.generator /Users/grwheele/.local/lib/python3.7/site-packages/numpy/random/generator.cpython-37m-darwin.so /Users/grwheele/.local/lib/python3.7/site-packages 
Create compiled (scraped):  numpy.random.bit_generator /Users/grwheele/.local/lib/python3.7/site-packages/numpy/random/bit_generator.cpython-37m-darwin.so /Users/grwheele/.local/lib/python3.7/site-packages 
Create compiled (scraped):  numpy.random.mt19937 /Users/grwheele/.local/lib/python3.7/site-packages/numpy/random/mt19937.cpython-37m-darwin.so /Users/grwheele/.local/lib/python3.7/site-packages 
Create compiled (scraped):  numpy.random.pcg64 /Users/grwheele/.local/lib/python3.7/site-packages/numpy/random/pcg64.cpython-37m-darwin.so /Users/grwheele/.local/lib/python3.7/site-packages 
Create compiled (scraped):  numpy.random.philox /Users/grwheele/.local/lib/python3.7/site-packages/numpy/random/philox.cpython-37m-darwin.so /Users/grwheele/.local/lib/python3.7/site-packages 
Create compiled (scraped):  numpy.random.sfc64 /Users/grwheele/.local/lib/python3.7/site-packages/numpy/random/sfc64.cpython-37m-darwin.so /Users/grwheele/.local/lib/python3.7/site-packages 
Import:  numbers /Users/grwheele/anaconda3/envs/default/lib/python3.7/numbers.py 
Import:  numpy.core._string_helpers /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/_string_helpers.py 
Import:  numpy.core._type_aliases /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/_type_aliases.py 
Import:  ctypes /Users/grwheele/anaconda3/envs/default/lib/python3.7/ctypes/__init__.py 
Analysis of numpy.core._type_aliases (Library) queued. Dependencies: warnings, sys, numpy.compat, numpy._globals, numpy.core._string_helpers, numpy.core.multiarray, numpy.core._dtype
Import:  numpy.distutils.misc_util /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/misc_util.py 
Import:  numpy.core._exceptions /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/_exceptions.py 
Import:  numpy.core._asarray /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/_asarray.py 
Analysis of ctypes (Stub) queued. Dependencies: sys (stub)
Import:  numpy.core._ufunc_config /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/_ufunc_config.py 
Import:  numpy.core.arrayprint /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/arrayprint.py 
Import:  numpy.distutils.__version__ /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/__version__.py 
Analysis of numpy.distutils.misc_util (Library) queued. Dependencies: __future__, os, re, sys, copy, glob, atexit, tempfile, subprocess, shutil, multiprocessing, textwrap, distutils, distutils.errors, threading, dummy_threading, numpy.distutils.compat, numpy.compat, numpy.distutils.core, curses, pprint, numpy.distutils.system_info, distutils.core, numpy, numpy.distutils.npy_pkg_config, warnings, distutils.dir_util, distutils.msvccompiler
Import:  numpy.distutils.ccompiler /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/ccompiler.py 
Import:  numpy.distutils.unixccompiler /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/unixccompiler.py 
Import:  numpy.distutils.info /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/info.py 
Import:  numpy.distutils.npy_pkg_config /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/npy_pkg_config.py 
Import:  numpy.distutils.__config__ /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/__config__.py 
Import:  numpy.distutils.fcompiler /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/fcompiler/__init__.py 
Create compiled (scraped):  mmap /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/mmap.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Analysis of numpy.fft.info (Library) queued. Dependencies: __future__
Create compiled (scraped):  _ctypes /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_ctypes.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Analysis of numpy.linalg.info (Library) queued. Dependencies: __future__
Analysis of numpy.fft.helper (Library) queued. Dependencies: __future__, numpy.compat, numpy.core, numpy.core.overrides
Analysis of mmap (Compiled) queued. Dependencies: mmap (stub)
Analysis of _pytest.outcomes (User) queued. Dependencies: __future__, sys, warnings, pkg_resources, numpy
Analysis of numpy.fft.pocketfft (Library) queued. Dependencies: __future__, functools, numpy.core, numpy.fft, numpy.fft.pocketfft_internal, numpy.core.multiarray, numpy.core.overrides
Import:  numpy.testing._private.noseclasses /Users/grwheele/.local/lib/python3.7/site-packages/numpy/testing/_private/noseclasses.py 
Analysis of ctypes (Library) queued. Dependencies: ctypes (stub), os, sys, _ctypes, struct, ctypes._endian
Analysis of numpy.polynomial.polynomial (Library) queued. Dependencies: __future__, warnings, numpy, numpy.linalg, numpy.core.multiarray, numpy.polynomial, numpy.polynomial.polyutils, numpy.polynomial._polybase
Analysis of numpy.polynomial.legendre (Library) queued. Dependencies: __future__, warnings, numpy, numpy.linalg, numpy.core.multiarray, numpy.polynomial, numpy.polynomial.polyutils, numpy.polynomial._polybase, numpy.polynomial.polynomial
Analysis of numpy.polynomial.chebyshev (Library) queued. Dependencies: __future__, warnings, numpy, numpy.linalg, numpy.core.multiarray, numpy.polynomial, numpy.polynomial.polyutils, numpy.polynomial._polybase, numpy.polynomial.polynomial
Analysis of numpy.distutils.fcompiler (Library) queued. Dependencies: __future__, os, sys, re, types, numpy.compat, distutils.sysconfig, distutils.fancy_getopt, distutils.errors, distutils.util, numpy.distutils.ccompiler, numpy.distutils, numpy.distutils.log, numpy.distutils.misc_util, numpy.distutils.exec_command, numpy.distutils.compat, numpy.distutils._shell_utils, numpy.distutils.fcompiler.environment, glob, numpy.distutils.core, distutils.dist, numpy.distutils.command.config_compiler
Import:  scipy /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/scipy/__init__.py 
Analysis of numpy.linalg.linalg (Library) queued. Dependencies: __future__, functools, operator, warnings, numpy.core, numpy.core.multiarray, numpy.core.overrides, numpy.lib.twodim_base, numpy.linalg, numpy.linalg.lapack_lite, numpy.linalg._umath_linalg
Import:  nose /Users/grwheele/.local/lib/python3.7/site-packages/nose/__init__.py 
Import:  nose.plugins /Users/grwheele/.local/lib/python3.7/site-packages/nose/plugins/__init__.py 
Import:  nose.plugins.builtin /Users/grwheele/.local/lib/python3.7/site-packages/nose/plugins/builtin.py 
Analysis of numpy.lib._version (Library) queued. Dependencies: __future__, re, numpy.compat
Import:  multiprocessing /Users/grwheele/anaconda3/envs/default/lib/python3.7/multiprocessing/__init__.py 
Import:  distutils.errors /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/errors.py 
Import:  dummy_threading /Users/grwheele/anaconda3/envs/default/lib/python3.7/dummy_threading.py 
Import:  numpy.distutils.core /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/core.py 
Import:  curses /Users/grwheele/anaconda3/envs/default/lib/python3.7/curses/__init__.py 
Import:  numpy.distutils.system_info /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/system_info.py 
Import:  distutils.core /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/core.py 
Import:  distutils.dir_util /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/dir_util.py 
Import:  distutils.msvccompiler /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/msvccompiler.py 
Create compiled (scraped):  numpy.fft.pocketfft_internal /Users/grwheele/.local/lib/python3.7/site-packages/numpy/fft/pocketfft_internal.cpython-37m-darwin.so /Users/grwheele/.local/lib/python3.7/site-packages 
Analysis of _ctypes (Compiled) queued. Dependencies: 
Import:  ctypes._endian /Users/grwheele/anaconda3/envs/default/lib/python3.7/ctypes/_endian.py 
Analysis of distutils.msvccompiler (Library) queued. Dependencies: distutils.msvccompiler (stub), sys, os, distutils.errors, distutils.ccompiler, distutils, distutils.log, distutils.msvc9compiler
Import:  numpy.polynomial.polyutils /Users/grwheele/.local/lib/python3.7/site-packages/numpy/polynomial/polyutils.py 
Analysis of numpy.core._exceptions (Library) queued. Dependencies: numpy.core.overrides
Analysis of distutils.msvccompiler (Stub) queued. Dependencies: distutils.ccompiler (stub)
Import:  numpy.polynomial._polybase /Users/grwheele/.local/lib/python3.7/site-packages/numpy/polynomial/_polybase.py 
Analysis of numpy.polynomial.hermite (Library) queued. Dependencies: __future__, warnings, numpy, numpy.linalg, numpy.core.multiarray, numpy.polynomial, numpy.polynomial.polyutils, numpy.polynomial._polybase, numpy.polynomial.polynomial
Import:  distutils.sysconfig /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/sysconfig.py 
Import:  distutils.fancy_getopt /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/fancy_getopt.py 
Import:  distutils.util /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/util.py 
Import:  numpy.distutils.log /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/log.py 
Import:  numpy.distutils.exec_command /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/exec_command.py 
Import:  numpy.distutils._shell_utils /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/_shell_utils.py 
Import:  numpy.distutils.fcompiler.environment /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/fcompiler/environment.py 
Import:  distutils.dist /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/dist.py 
Import:  numpy.distutils.command.config_compiler /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/command/config_compiler.py 
Create compiled (scraped):  numpy.linalg.lapack_lite /Users/grwheele/.local/lib/python3.7/site-packages/numpy/linalg/lapack_lite.cpython-37m-darwin.so /Users/grwheele/.local/lib/python3.7/site-packages 
Analysis of numpy.distutils.__config__ (Library) queued. Dependencies: os, sys
Create compiled (scraped):  numpy.linalg._umath_linalg /Users/grwheele/.local/lib/python3.7/site-packages/numpy/linalg/_umath_linalg.cpython-37m-darwin.so /Users/grwheele/.local/lib/python3.7/site-packages 
Analysis of numpy.linalg._umath_linalg (Compiled) queued. Dependencies: 
Import:  distutils.ccompiler /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/ccompiler.py 
Analysis of numpy.lib.arraypad (Library) queued. Dependencies: __future__, numpy, numpy.core.overrides, numpy.lib.index_tricks
Import:  distutils.msvc9compiler /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/msvc9compiler.py 
Analysis of numpy.polynomial.hermite_e (Library) queued. Dependencies: __future__, warnings, numpy, numpy.linalg, numpy.core.multiarray, numpy.polynomial, numpy.polynomial.polyutils, numpy.polynomial._polybase, numpy.polynomial.polynomial
Analysis of numpy.lib.arrayterator (Library) queued. Dependencies: __future__, operator, functools, numpy.compat
Analysis of _pytest (User) queued. Dependencies: _pytest._version
Analysis of numpy.linalg.lapack_lite (Compiled) queued. Dependencies: 
Analysis of _pytest.assertion (User) queued. Dependencies: __future__, sys, six, _pytest.assertion.rewrite, _pytest.assertion.truncate, _pytest.assertion.util
Analysis of numpy.lib.financial (Library) queued. Dependencies: __future__, decimal, functools, numpy, numpy.core, numpy.core.overrides
Analysis of numpy.distutils.npy_pkg_config (Library) queued. Dependencies: __future__, sys, re, os, configparser, optparse, glob
Analysis of numpy.distutils.command.config_compiler (Library) queued. Dependencies: __future__, distutils.core, numpy.distutils, numpy.distutils.log, numpy.distutils.fcompiler, distutils
Analysis of numpy.fft.pocketfft_internal (Compiled) queued. Dependencies: 
Analysis of numpy.polynomial.laguerre (Library) queued. Dependencies: __future__, warnings, numpy, numpy.linalg, numpy.core.multiarray, numpy.polynomial, numpy.polynomial.polyutils, numpy.polynomial._polybase, numpy.polynomial.polynomial
Analysis of numpy.distutils.info (Library) queued. Dependencies: __future__
Analysis of distutils.msvc9compiler (Library) queued. Dependencies: os, subprocess, sys, re, distutils.errors, distutils.ccompiler, distutils, distutils.log, distutils.util
Analysis of _pytest.debugging (User) queued. Dependencies: __future__, pdb, sys, doctest, _pytest, _pytest.outcomes, _pytest.config
Analysis of numpy.distutils.unixccompiler (Library) queued. Dependencies: __future__, os, distutils.errors, distutils.unixccompiler, numpy.distutils.ccompiler, numpy.distutils.compat, numpy.distutils.misc_util, numpy.distutils, numpy.distutils.log, distutils.sysconfig
Analysis of _pytest.config (User) queued. Dependencies: __future__, argparse, copy, inspect, os, shlex, sys, types, warnings, py, six, pkg_resources, pluggy, _pytest, _pytest._code, _pytest.assertion, _pytest.hookspec, _pytest.config.exceptions, _pytest.config.findpaths, _pytest.deprecated, _pytest.compat, _pytest.outcomes, _pytest.warning_types, _pytest.main, _pytest.warnings, _pytest.config.argparsing, _pytest.helpconfig, pytest
Import:  _pytest._version /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/_pytest/_version.py 
Analysis of distutils.ccompiler (Library) queued. Dependencies: distutils.ccompiler (stub), sys, os, re, distutils.errors, distutils.spawn, distutils.file_util, distutils.dir_util, distutils.dep_util, distutils.util, distutils, distutils.log, tempfile, distutils.debug, distutils.fancy_getopt
Analysis of distutils.dist (Library) queued. Dependencies: distutils.dist (stub), sys, os, re, email, warnings, distutils.errors, distutils.fancy_getopt, distutils.util, distutils, distutils.log, distutils.debug, pprint, configparser, distutils.cmd, distutils.core, distutils.command, distutils.versionpredicate
Analysis of numpy.distutils.ccompiler (Library) queued. Dependencies: __future__, os, re, sys, types, shlex, time, subprocess, copy, distutils, distutils.ccompiler, distutils.errors, distutils.sysconfig, distutils.version, numpy.distutils, numpy.distutils.log, numpy.distutils.compat, numpy.distutils.exec_command, numpy.distutils.misc_util, threading, dummy_threading, numpy.distutils.fcompiler, multiprocessing, multiprocessing.pool, tempfile, shutil
Analysis of distutils.dist (Stub) queued. Dependencies: 
Analysis of numpy.lib.npyio (Library) queued. Dependencies: __future__, sys, os, re, functools, itertools, warnings, weakref, contextlib, operator, numpy, numpy.lib, numpy.lib.format, numpy.lib._datasource, numpy.core, numpy.core.overrides, numpy.core.multiarray, numpy.core._internal, numpy.lib._iotools, numpy.compat, collections.abc, collections, zipfile, tempfile, locale, numpy.ma, numpy.ma.mrecords
Analysis of distutils.ccompiler (Stub) queued. Dependencies: 
Analysis of numpy.distutils.__version__ (Library) queued. Dependencies: __future__
Analysis of numpy.distutils.fcompiler.environment (Library) queued. Dependencies: __future__, os, warnings, distutils.dist
Analysis of numpy.lib.arraysetops (Library) queued. Dependencies: __future__, functools, numpy, numpy.core, numpy.core.overrides
Import:  six /Users/grwheele/.local/lib/python3.7/site-packages/six.py 
Analysis of numpy.distutils._shell_utils (Library) queued. Dependencies: os, shlex, subprocess, pipes, ctypes
Import:  _pytest.assertion.rewrite /Users/grwheele/repos/pytest/src/_pytest/assertion/rewrite.py 
Import:  _pytest.assertion.truncate /Users/grwheele/repos/pytest/src/_pytest/assertion/truncate.py 
Import:  _pytest.assertion.util /Users/grwheele/repos/pytest/src/_pytest/assertion/util.py 
Analysis of numpy.lib.utils (Library) queued. Dependencies: __future__, os, sys, types, re, warnings, numpy.core.numerictypes, numpy.core.overrides, numpy.core, numpy, numpy.compat, pydoc, inspect, io, ast
Analysis of numpy.core.arrayprint (Library) queued. Dependencies: __future__, sys, functools, numbers, _thread, _dummy_thread, numpy, numpy.core, numpy.core.numerictypes, numpy.core.umath, numpy.core.multiarray, numpy.core.fromnumeric, numpy.core.numeric, numpy.core.overrides, warnings, contextlib
Import:  decimal /Users/grwheele/anaconda3/envs/default/lib/python3.7/decimal.py 
Import:  configparser /Users/grwheele/anaconda3/envs/default/lib/python3.7/configparser.py 
Analysis of numpy.lib.polynomial (Library) queued. Dependencies: __future__, functools, re, warnings, numpy, numpy.core, numpy.core.numeric, numpy.core.overrides, numpy.lib.twodim_base, numpy.lib.function_base, numpy.lib.type_check, numpy.linalg
Import:  distutils.unixccompiler /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/unixccompiler.py 
Import:  py /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/py/__init__.py 
Analysis of distutils.unixccompiler (Library) queued. Dependencies: distutils.unixccompiler (stub), os, sys, re, distutils, distutils.sysconfig, distutils.dep_util, distutils.ccompiler, distutils.errors, distutils.log, _osx_support
Import:  pluggy /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/pluggy/__init__.py 
Import:  _pytest._code /Users/grwheele/repos/pytest/src/_pytest/_code/__init__.py 
Import:  _pytest.hookspec /Users/grwheele/repos/pytest/src/_pytest/hookspec.py 
Import:  _pytest.config.exceptions /Users/grwheele/repos/pytest/src/_pytest/config/exceptions.py 
Import:  _pytest.config.findpaths /Users/grwheele/repos/pytest/src/_pytest/config/findpaths.py 
Import:  _pytest.deprecated /Users/grwheele/repos/pytest/src/_pytest/deprecated.py 
Import:  _pytest.warnings /Users/grwheele/repos/pytest/src/_pytest/warnings.py 
Import:  _pytest.config.argparsing /Users/grwheele/repos/pytest/src/_pytest/config/argparsing.py 
Import:  _pytest.helpconfig /Users/grwheele/repos/pytest/src/_pytest/helpconfig.py 
Analysis of _pytest.freeze_support (User) queued. Dependencies: __future__, py, _pytest, os, pkgutil
Analysis of _pytest.helpconfig (User) queued. Dependencies: __future__, os, sys, argparse, py, pytest, _pytest.config
Analysis of numpy.core._string_helpers (Library) queued. Dependencies: 
Analysis of _pytest.nodes (User) queued. Dependencies: __future__, os, warnings, py, six, _pytest, _pytest._code, _pytest.compat, _pytest.mark.structures, _pytest.outcomes, _pytest.warning_types, _pytest.mark
Analysis of _pytest.mark (User) queued. Dependencies: __future__, _pytest.mark.legacy, _pytest.mark.structures, _pytest.config, _pytest
Analysis of _pytest.recwarn (User) queued. Dependencies: __future__, inspect, re, sys, warnings, six, _pytest, _pytest._code, _pytest.deprecated, _pytest.fixtures, _pytest.outcomes
Analysis of _pytest.config.argparsing (User) queued. Dependencies: argparse, warnings, py, six, _pytest.config.exceptions, _pytest._argcomplete
Analysis of _pytest.warning_types (User) queued. Dependencies: attr
Analysis of _pytest.main (User) queued. Dependencies: __future__, contextlib, fnmatch, functools, os, pkgutil, sys, warnings, attr, py, six, _pytest, _pytest._code, _pytest.nodes, _pytest.config, _pytest.deprecated, _pytest.outcomes, _pytest.runner, _pytest.python
Analysis of _pytest.python_api (User) queued. Dependencies: __future__, math, pprint, sys, warnings, decimal, numbers, six, more_itertools.more, _pytest, _pytest._code, _pytest.deprecated, _pytest.compat, _pytest.outcomes, numpy
Analysis of _pytest.warnings (User) queued. Dependencies: __future__, sys, warnings, contextlib, pytest, _pytest, _pytest.compat
Import:  distutils.spawn /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/spawn.py 
Analysis of _pytest.compat (User) queued. Dependencies: __future__, codecs, functools, inspect, re, sys, contextlib, py, six, _pytest, _pytest._io.saferepr, _pytest.outcomes, enum, collections.abc, collections, importlib.util, types, pytest, io
Analysis of _pytest.deprecated (User) queued. Dependencies: __future__, _pytest.warning_types
Analysis of _pytest.python (User) queued. Dependencies: __future__, collections, fnmatch, inspect, os, sys, warnings, functools, textwrap, py, six, _pytest, _pytest.deprecated, _pytest.fixtures, _pytest.nodes, _pytest._code, _pytest.compat, _pytest.config, _pytest.main, _pytest.mark, _pytest.mark.structures, _pytest.outcomes, _pytest.pathlib, _pytest.warning_types, _pytest._code.code, _pytest._io.saferepr
Analysis of _pytest.fixtures (User) queued. Dependencies: __future__, functools, inspect, itertools, sys, warnings, collections, attr, py, six, _pytest, _pytest.nodes, _pytest._code.code, _pytest.compat, _pytest.deprecated, _pytest.outcomes, _pytest.python, pytest
Analysis of _pytest._version (Library) queued. Dependencies: 
Analysis of six (Stub) queued. Dependencies: __future__ (stub), types (stub), unittest (stub), io (stub), functools (stub), six.moves (stub)
Analysis of numpy.testing._private.decorators (Library) queued. Dependencies: __future__, collections, collections.abc, numpy.testing._private.utils, nose, numpy.testing._private.noseclasses, numpy.testing._private.parameterized
Analysis of numpy.testing._private.noseclasses (Library) queued. Dependencies: __future__, os, sys, doctest, inspect, numpy, nose, nose.plugins, nose.plugins.doctests, nose.plugins.errorclass, nose.plugins.base, nose.util, numpy.testing._private.nosetester, numpy.testing._private.utils, numpy.core._multiarray_tests
Analysis of _pytest.assertion.rewrite (User) queued. Dependencies: __future__, ast, errno, imp, itertools, marshal, os, re, string, struct, sys, types, atomicwrites, py, six, _pytest._io.saferepr, _pytest.assertion, _pytest.assertion.util, _pytest.compat, _pytest.pathlib, _pytest.warning_types, _pytest.warnings, pkg_resources, warnings
Analysis of scipy (Library) queued. Dependencies: __future__, numpy, numpy.random, numpy.fft, numpy.lib.scimath, scipy._distributor_init, sys, scipy.__config__, scipy.version, scipy._lib._version, warnings, scipy._lib._ccallback, scipy._lib._testutils
Analysis of numbers (Library) queued. Dependencies: numbers (stub), abc
Analysis of numpy.compat (Library) on depth 2 completed in 50.64 ms.
Analysis of numpy.core.overrides (Library) queued. Dependencies: collections, functools, os, textwrap, numpy.core._multiarray_umath, numpy.compat._inspect
Analysis of numpy.random.bounded_integers (Compiled) queued. Dependencies: 
Analysis of numpy.random._pickle (Library) queued. Dependencies: numpy.random.mtrand, numpy.random.philox, numpy.random.pcg64, numpy.random.sfc64, numpy.random.generator, numpy.random.mt19937
Analysis of numpy.random.common (Compiled) queued. Dependencies: importlib, importlib._bootstrap
Analysis of numbers (Stub) queued. Dependencies: abc (stub), sys (stub)
Analysis of _pytest.assertion.truncate (User) queued. Dependencies: __future__, os, six
Analysis of _pytest.assertion.util (User) queued. Dependencies: __future__, pprint, six, _pytest, _pytest._code, _pytest.compat, _pytest._io.saferepr, difflib
Analysis of nose (Library) queued. Dependencies: nose.core, nose.exc, nose.tools
Analysis of numpy.random.entropy (Compiled) queued. Dependencies: 
Analysis of numpy.core._asarray (Library) queued. Dependencies: __future__, numpy.core.overrides, numpy.core.multiarray
Analysis of numpy.testing._private (Library) queued. Dependencies: 
Analysis of numpy.lib (Library) on depth 2 completed in 75.76 ms.
Import:  distutils.file_util /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/file_util.py 
Analysis of py (Library) queued. Dependencies: py._error, py._vendored_packages, py._vendored_packages.apipkg, py._version
Analysis of six (Library) queued. Dependencies: six (stub), __future__, functools, itertools, operator, sys, types, struct, io
Analysis of nose.plugins (Library) queued. Dependencies: nose.plugins.base, nose.plugins.manager, nose.plugins.plugintest, doctest
Analysis of numpy.random.bit_generator (Compiled) queued. Dependencies: abc, itertools, re
Analysis of numpy.random.sfc64 (Compiled) queued. Dependencies: numpy, numpy.random, numpy.random.bit_generator
Analysis of numpy.random.generator (Compiled) queued. Dependencies: numpy, numpy.random, numpy.random.pcg64
Analysis of numpy.random.mtrand (Compiled) queued. Dependencies: numpy, numpy.random, numpy.random.mt19937
Analysis of numpy.lib.index_tricks (Library) queued. Dependencies: __future__, functools, sys, math, numpy, numpy.core, numpy.core.numeric, numpy.core.numerictypes, numpy.matrixlib, numpy.lib.function_base, numpy.core.multiarray, numpy.core.overrides, numpy.lib.stride_tricks
Analysis of numpy.random.mt19937 (Compiled) queued. Dependencies: numpy, numpy.random, numpy.random.bit_generator
Analysis of numpy.random.pcg64 (Compiled) queued. Dependencies: numpy, numpy.random, numpy.random.bit_generator
Analysis of numpy.random.philox (Compiled) queued. Dependencies: numpy, numpy.random, numpy.random.bit_generator
Analysis of multiprocessing (Stub) queued. Dependencies: logging (stub), multiprocessing.connection (stub), multiprocessing.pool (stub), multiprocessing.synchronize (stub), multiprocessing.context (stub), multiprocessing.managers (stub), multiprocessing.process (stub), multiprocessing.queues (stub), sys (stub)
Analysis of numpy.core._ufunc_config (Library) queued. Dependencies: __future__, collections, collections.abc, contextlib, numpy.core.overrides, numpy.core.umath, numpy.core
Analysis of nose.plugins.builtin (Library) queued. Dependencies: 
Analysis of numpy.lib.stride_tricks (Library) queued. Dependencies: __future__, numpy, numpy.core.overrides
Analysis of pluggy (Library) queued. Dependencies: pluggy._version, pluggy.manager, pluggy.callers, pluggy.hooks
Analysis of numpy.lib.mixins (Library) queued. Dependencies: __future__, sys, numpy.core, numpy.core.umath
Import:  distutils.dep_util /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/dep_util.py 
Analysis of multiprocessing (Library) queued. Dependencies: multiprocessing (stub), sys, multiprocessing.context
Analysis of numpy.fft (Library) on depth 2 completed in 5.84 ms.
Import:  distutils.debug /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/debug.py 
Analysis of numpy.linalg (Library) on depth 2 completed in 11.45 ms.
Analysis of numpy.lib.twodim_base (Library) queued. Dependencies: __future__, functools, numpy.core.numeric, numpy.core.overrides, numpy.core, numpy
Analysis of _pytest._code (User) queued. Dependencies: __future__, _pytest._code.code, _pytest._code.source
Analysis of numpy.lib.shape_base (Library) queued. Dependencies: __future__, functools, warnings, numpy, numpy.core, numpy.core.numeric, numpy.core.fromnumeric, numpy.core.multiarray, numpy.core.overrides, numpy.core.shape_base, numpy.lib.index_tricks, numpy.matrixlib.defmatrix
Analysis of numpy.lib.nanfunctions (Library) queued. Dependencies: __future__, functools, warnings, numpy, numpy.lib, numpy.lib.function_base, numpy.core, numpy.core.overrides
Analysis of numpy.lib.scimath (Library) queued. Dependencies: __future__, numpy, numpy.core, numpy.core.numeric, numpy.core.numerictypes, numpy.core.overrides, numpy.lib.type_check
Analysis of distutils.errors (Stub) queued. Dependencies: 
Analysis of numpy.polynomial (Library) on depth 2 completed in 14.42 ms.
Completions in file:///Users/grwheele/repos/pytest/src/_pytest/outcomes.py at (190, 17)
Analysis of numpy.matrixlib.defmatrix (Library) queued. Dependencies: __future__, sys, warnings, ast, numpy, numpy.core, numpy.core.numeric, numpy.core.overrides, numpy.linalg, numpy.dual
Analysis of numpy.lib.function_base (Library) queued. Dependencies: __future__, collections, collections.abc, functools, re, sys, warnings, numpy, numpy.core, numpy.core.numeric, numpy.core.umath, numpy.core.fromnumeric, numpy.core.numerictypes, numpy.core.overrides, numpy.core.function_base, numpy.lib.twodim_base, numpy.core.multiarray, numpy.compat, numpy.lib.histograms, numpy.dual
Analysis of _pytest.outcomes (User) queued. Dependencies: __future__, sys, warnings, pkg_resources, numpy
Analysis of numpy.ctypeslib (Library) on depth 2 completed in 14.65 ms.
Analysis of ctypes._endian (Library) queued. Dependencies: sys, ctypes
Analysis of decimal (Library) queued. Dependencies: decimal (stub), _decimal, _pydecimal
Analysis of numpy.lib.histograms (Library) queued. Dependencies: __future__, contextlib, functools, operator, warnings, numpy, numpy.compat.py3k, numpy.core, numpy.core.overrides
Analysis of distutils.sysconfig (Stub) queued. Dependencies: distutils.ccompiler (stub)
Analysis of configparser (Stub) queued. Dependencies: sys (stub), os (stub)
Analysis of distutils.fancy_getopt (Stub) queued. Dependencies: 
Analysis of numpy.polynomial.polyutils (Library) queued. Dependencies: __future__, operator, warnings, numpy
Analysis of distutils.util (Stub) queued. Dependencies: 
Analysis of numpy.lib.ufunclike (Library) queued. Dependencies: __future__, numpy, numpy.core, numpy.core.numeric, numpy.core.overrides, warnings, functools
Import:  distutils.cmd /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/cmd.py 
Analysis of distutils.fancy_getopt (Library) queued. Dependencies: distutils.fancy_getopt (stub), sys, string, re, getopt, distutils.errors
Analysis of numpy.random (Library) on depth 2 completed in 36.96 ms.
Analysis of numpy.ma.extras (Library) queued. Dependencies: __future__, itertools, warnings, numpy.ma, numpy.ma.core, numpy, numpy.core, numpy.core.umath, numpy.core.multiarray, numpy.core.numeric, numpy.lib.function_base, numpy.lib.index_tricks
Analysis version 552 has been completed in 1274.99 ms with 40 entries analyzed and 467 entries skipped.
Analysis of distutils.spawn (Stub) queued. Dependencies: 
Analysis of distutils.util (Library) queued. Dependencies: distutils.util (stub), os, re, importlib, importlib.util, string, sys, distutils.errors, distutils.dep_util, distutils.spawn, distutils, distutils.log, _osx_support, distutils.sysconfig, pwd, subprocess, tempfile, py_compile, lib2to3.refactor, distutils.dir_util, distutils.file_util, distutils.filelist
Analysis of numpy.distutils.log (Library) queued. Dependencies: __future__, sys, distutils.log, numpy.distutils.misc_util
Analysis of distutils.errors (Library) queued. Dependencies: distutils.errors (stub)
Analysis of distutils.sysconfig (Library) queued. Dependencies: distutils.sysconfig (stub), _imp, os, re, sys, distutils.errors, _osx_support, distutils.text_file, warnings
Analysis of distutils.spawn (Library) queued. Dependencies: distutils.spawn (stub), sys, os, distutils.errors, distutils.debug, distutils, distutils.log, distutils.sysconfig
Analysis of numpy.testing._private.utils (Library) queued. Dependencies: __future__, os, sys, platform, re, gc, operator, warnings, functools, shutil, contextlib, tempfile, unittest.case, pprint, numpy.core, numpy.lib.utils, io, nose, random, time, numpy.lib, numpy, traceback, numpy.core.numerictypes, numpy.core.fromnumeric, difflib, numpy.compat, doctest, unittest, inspect
Analysis of numpy.polynomial._polybase (Library) queued. Dependencies: __future__, abc, numbers, numpy, numpy.polynomial, numpy.polynomial.polyutils
Analysis of distutils.file_util (Stub) queued. Dependencies: 
Analysis of numpy.distutils.exec_command (Library) queued. Dependencies: __future__, os, sys, subprocess, locale, warnings, numpy.distutils.misc_util, numpy.distutils, numpy.distutils.log
Analysis of distutils.dep_util (Stub) queued. Dependencies: 
Analysis of distutils.unixccompiler (Stub) queued. Dependencies: distutils.ccompiler (stub)
Analysis of distutils.debug (Stub) queued. Dependencies: 
Analysis of distutils.file_util (Library) queued. Dependencies: distutils.file_util (stub), os, distutils.errors, distutils, distutils.log, distutils.dep_util, stat, errno
Analysis of distutils.debug (Library) queued. Dependencies: distutils.debug (stub), os
Analysis of distutils.cmd (Stub) queued. Dependencies: abc (stub), distutils.dist (stub)
Analysis of dummy_threading (Library) queued. Dependencies: sys, _dummy_thread, threading
Analysis of _pytest.config.exceptions (User) queued. Dependencies: 
Analysis of _pytest.hookspec (User) queued. Dependencies: pluggy, _pytest.deprecated
Analysis of curses (Stub) queued. Dependencies: _curses (stub)
Import:  distutils.command /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/command/__init__.py 
Analysis of _pytest.config.findpaths (User) queued. Dependencies: os, py, _pytest.config.exceptions, _pytest.outcomes, _pytest.deprecated
Analysis of distutils.command (Stub) queued. Dependencies: 
Analysis of distutils.core (Stub) queued. Dependencies: distutils.cmd (stub), distutils.dist (stub), distutils.extension (stub)
Analysis of distutils.dep_util (Library) queued. Dependencies: distutils.dep_util (stub), os, distutils.errors, stat
Import:  distutils.versionpredicate /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/versionpredicate.py 
Analysis of distutils.command (Library) queued. Dependencies: distutils.command (stub)
Analysis of distutils.dir_util (Stub) queued. Dependencies: 
Analysis of curses (Library) queued. Dependencies: curses (stub), _curses, os, sys, curses.has_key
Analysis of distutils.core (Library) queued. Dependencies: distutils.core (stub), os, sys, distutils.debug, distutils.errors, distutils.dist, distutils.cmd, distutils.config, distutils.extension
Analysis of configparser (Library) queued. Dependencies: configparser (stub), collections.abc, collections, functools, io, itertools, os, re, sys, warnings
Analysis of distutils.dir_util (Library) queued. Dependencies: distutils.dir_util (stub), os, errno, distutils.errors, distutils, distutils.log, distutils.file_util
Analysis of numpy.distutils.core (Library) queued. Dependencies: __future__, sys, distutils.core, setuptools, setuptools.command, setuptools.command.easy_install, setuptools.command.bdist_egg, warnings, distutils, distutils.dist, numpy.distutils.extension, numpy.distutils.numpy_distribution, numpy.distutils.command, numpy.distutils.command.config, numpy.distutils.command.config_compiler, numpy.distutils.command.build, numpy.distutils.command.build_py, numpy.distutils.command.build_ext, numpy.distutils.command.build_clib, numpy.distutils.command.build_src, numpy.distutils.command.build_scripts, numpy.distutils.command.sdist, numpy.distutils.command.install_data, numpy.distutils.command.install_headers, numpy.distutils.command.install, numpy.distutils.command.bdist_rpm, numpy.distutils.command.install_clib, numpy.distutils.misc_util, numpy.distutils.command.develop, numpy.distutils.command.egg_info
Analysis of distutils.cmd (Library) queued. Dependencies: distutils.cmd (stub), sys, os, re, distutils.errors, distutils, distutils.util, distutils.dir_util, distutils.file_util, distutils.archive_util, distutils.dep_util, distutils.log, distutils.dist, distutils.fancy_getopt, distutils.debug, distutils.spawn
Analysis of distutils.versionpredicate (Library) queued. Dependencies: re, distutils, distutils.version, operator
Import:  distutils.version /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/version.py 
Analysis of distutils.version (Stub) queued. Dependencies: sys (stub), abc (stub)
Analysis of numpy.ma.core (Library) queued. Dependencies: __future__, sys, operator, warnings, textwrap, re, functools, numpy, numpy.core, numpy.core.umath, numpy.core.numerictypes, numpy.lib.function_base, numpy.compat, numpy.core.numeric, numpy.core._internal, copy
Analysis of distutils.version (Library) queued. Dependencies: distutils.version (stub), re
Import:  multiprocessing.pool /Users/grwheele/anaconda3/envs/default/lib/python3.7/multiprocessing/pool.py 
Analysis of multiprocessing.pool (Stub) queued. Dependencies: 
Import:  numpy.lib.format /Users/grwheele/.local/lib/python3.7/site-packages/numpy/lib/format.py 
Import:  numpy.lib._datasource /Users/grwheele/.local/lib/python3.7/site-packages/numpy/lib/_datasource.py 
Analysis of multiprocessing.pool (Library) queued. Dependencies: multiprocessing.pool (stub), threading, queue, itertools, collections, os, time, traceback, multiprocessing, multiprocessing.util, multiprocessing.dummy
Analysis of numpy.distutils.system_info (Library) queued. Dependencies: __future__, sys, os, re, copy, warnings, subprocess, textwrap, glob, functools, configparser, distutils.errors, distutils.dist, distutils, distutils.sysconfig, distutils.log, distutils.util, numpy.distutils.exec_command, numpy.distutils.misc_util, numpy.distutils.command.config, numpy.distutils.compat, numpy.distutils, numpy.distutils._shell_utils, distutils.ccompiler, tempfile, shutil, platform, numpy.distutils.cpuinfo, numpy.distutils.fcompiler, numpy, numpy.f2py, optparse, inspect
Analysis of numpy.lib.format (Library) queued. Dependencies: __future__, numpy, sys, io, warnings, numpy.lib.utils, numpy.compat, struct, tokenize
Import:  numpy.lib._iotools /Users/grwheele/.local/lib/python3.7/site-packages/numpy/lib/_iotools.py 
Import:  numpy.ma.mrecords /Users/grwheele/.local/lib/python3.7/site-packages/numpy/ma/mrecords.py 
Analysis of numpy.lib._datasource (Library) queued. Dependencies: __future__, os, sys, warnings, shutil, io, contextlib, numpy.core.overrides, bz2, gzip, lzma, tempfile, urllib.parse, urllib.request, urllib.error
Analysis version 880 of 692 entries has started.
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of _tracemalloc(CompiledBuiltin) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of zipimport(CompiledBuiltin) canceled (no AST yet).
Analysis of _sre(CompiledBuiltin) canceled (no AST yet).
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of _codecs(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Analysis of marshal(CompiledBuiltin) canceled (no AST yet).
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Import:  pipes /Users/grwheele/anaconda3/envs/default/lib/python3.7/pipes.py 
Analysis of abc (Stub) on depth 3 completed in 0.75 ms.
Analysis of pipes (Stub) queued. Dependencies: os (stub)
Analysis of pipes (Library) queued. Dependencies: pipes (stub), re, os, tempfile, shlex
Analysis of numpy.ma.mrecords (Library) queued. Dependencies: __future__, sys, warnings, numpy, numpy.compat, numpy.core.records, numpy.ma
Analysis of numpy.lib.mixins (Library) on depth 3 completed in 9.79 ms.
Analysis of numpy.lib.twodim_base (Library) on depth 3 completed in 30.34 ms.
Analysis of numpy.lib._iotools (Library) queued. Dependencies: __future__, sys, numpy, numpy.core, numpy.core.numeric, numpy.compat, gzip, bz2
Analysis of numpy.lib.stride_tricks (Library) on depth 3 completed in 20.73 ms.
Import:  _dummy_thread /Users/grwheele/anaconda3/envs/default/lib/python3.7/_dummy_thread.py 
Analysis of numpy.lib.nanfunctions (Library) on depth 3 completed in 30.85 ms.
Analysis of numpy.lib.scimath (Library) on depth 3 completed in 1.19 ms.
Import:  _pytest.mark.legacy /Users/grwheele/repos/pytest/src/_pytest/mark/legacy.py 
Import:  _pytest.mark.structures /Users/grwheele/repos/pytest/src/_pytest/mark/structures.py 
Import:  _pytest._argcomplete /Users/grwheele/repos/pytest/src/_pytest/_argcomplete.py 
Analysis of numpy.lib.shape_base (Library) on depth 3 completed in 28.55 ms.
Analysis of numpy.lib.index_tricks (Library) on depth 3 completed in 37.65 ms.
Analysis of numpy.lib.arraysetops (Library) on depth 3 completed in 8.69 ms.
Analysis of _pytest.freeze_support (User) on depth 0 completed in 3.45 ms.
Import:  numpy.dual /Users/grwheele/.local/lib/python3.7/site-packages/numpy/dual.py 
Import:  _pytest.runner /Users/grwheele/repos/pytest/src/_pytest/runner.py 
Import:  more_itertools.more /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/more_itertools/more.py 
Import:  _pytest._io.saferepr /Users/grwheele/repos/pytest/src/_pytest/_io/saferepr.py 
Import:  _pytest.pathlib /Users/grwheele/repos/pytest/src/_pytest/pathlib.py 
Import:  _pytest._code.code /Users/grwheele/repos/pytest/src/_pytest/_code/code.py 
Import:  numpy.testing._private.parameterized /Users/grwheele/.local/lib/python3.7/site-packages/numpy/testing/_private/parameterized.py 
Import:  nose.plugins.doctests /Users/grwheele/.local/lib/python3.7/site-packages/nose/plugins/doctests.py 
Import:  nose.plugins.errorclass /Users/grwheele/.local/lib/python3.7/site-packages/nose/plugins/errorclass.py 
Import:  nose.plugins.base /Users/grwheele/.local/lib/python3.7/site-packages/nose/plugins/base.py 
Analysis of numpy.lib.function_base (Library) on depth 3 completed in 87.89 ms.
Import:  nose.util /Users/grwheele/.local/lib/python3.7/site-packages/nose/util.py 
Create compiled (scraped):  numpy.core._multiarray_tests /Users/grwheele/.local/lib/python3.7/site-packages/numpy/core/_multiarray_tests.cpython-37m-darwin.so /Users/grwheele/.local/lib/python3.7/site-packages 
Analysis of _pytest.main (User) on depth 0 completed in 55.07 ms.
Analysis of _pytest.nodes (User) on depth 0 completed in 9.19 ms.
Import:  atomicwrites /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/atomicwrites/__init__.py 
Analysis of _pytest.python (User) on depth 0 completed in 61.23 ms.
Import:  scipy._distributor_init /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/scipy/_distributor_init.py 
Import:  scipy.__config__ /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/scipy/__config__.py 
Analysis of _pytest.python_api (User) on depth 0 completed in 17.72 ms.
Analysis of _pytest.recwarn (User) on depth 0 completed in 3.07 ms.
Import:  scipy.version /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/scipy/version.py 
Analysis of _pytest.warning_types (User) on depth 0 completed in 0.82 ms.
Import:  scipy._lib._version /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/scipy/_lib/_version.py 
Analysis of _pytest.compat (User) on depth 0 completed in 7.5 ms.
Import:  scipy._lib._ccallback /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/scipy/_lib/_ccallback.py 
Analysis of numpy.core.overrides (Library) on depth 4 completed in 2.97 ms.
Import:  scipy._lib._testutils /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/scipy/_lib/_testutils.py 
Analysis of numpy.random._pickle (Library) on depth 3 completed in 2.96 ms.
Import:  nose.core /Users/grwheele/.local/lib/python3.7/site-packages/nose/core.py 
Analysis of numbers (Library) on depth 4 completed in 2.4 ms.
Import:  nose.exc /Users/grwheele/.local/lib/python3.7/site-packages/nose/exc.py 
Analysis of numpy.core._string_helpers (Library) on depth 4 completed in 1 ms.
Import:  nose.tools /Users/grwheele/.local/lib/python3.7/site-packages/nose/tools/__init__.py 
Analysis of numpy.core._asarray (Library) on depth 4 completed in 0.91 ms.
Analysis of _dummy_thread (Stub) queued. Dependencies: 
Analysis of numpy.core._ufunc_config (Library) on depth 4 completed in 2.43 ms.
Import:  py._error /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/py/_error.py 
Import:  py._vendored_packages /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/py/_vendored_packages/__init__.py 
Import:  py._vendored_packages.apipkg /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/py/_vendored_packages/apipkg.py 
Import:  py._version /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/py/_version.py 
Import:  nose.plugins.manager /Users/grwheele/.local/lib/python3.7/site-packages/nose/plugins/manager.py 
Analysis of numpy.core.arrayprint (Library) on depth 4 completed in 18.93 ms.
Analysis of py._version (Library) queued. Dependencies: 
Analysis of numpy.distutils.__version__ (Library) on depth 4 completed in 3.88 ms.
Import:  nose.plugins.plugintest /Users/grwheele/.local/lib/python3.7/site-packages/nose/plugins/plugintest.py 
Analysis of _ctypes (Compiled) on depth 4 completed in 5.44 ms.
Analysis of numpy.testing._private.noseclasses (Library) on depth 4 completed in 4.14 ms.
Analysis of scipy (Library) on depth 4 completed in 30 ms.
Import:  pluggy._version /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/pluggy/_version.py 
Analysis of nose (Library) on depth 4 completed in 11.25 ms.
Import:  pluggy.manager /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/pluggy/manager.py 
Analysis of nose.plugins (Library) on depth 4 completed in 0.52 ms.
Analysis of nose.plugins.builtin (Library) on depth 4 completed in 0.43 ms.
Import:  pluggy.callers /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/pluggy/callers.py 
Import:  multiprocessing.context /Users/grwheele/anaconda3/envs/default/lib/python3.7/multiprocessing/context.py 
Import:  pluggy.hooks /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/pluggy/hooks.py 
Analysis of multiprocessing (Library) on depth 4 completed in 2.74 ms.
Analysis of distutils.errors (Library) on depth 4 completed in 0.68 ms.
Import:  _pytest._code.source /Users/grwheele/repos/pytest/src/_pytest/_code/source.py 
Analysis of dummy_threading (Library) on depth 4 completed in 0.37 ms.
Create compiled (scraped):  _decimal /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_decimal.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Analysis of _pytest.mark.legacy (User) queued. Dependencies: keyword, attr, _pytest.config, pytest
Import:  setuptools /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/__init__.py 
Import:  _pydecimal /Users/grwheele/anaconda3/envs/default/lib/python3.7/_pydecimal.py 
Import:  lib2to3.refactor /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib2to3/refactor.py 
Import:  setuptools.command /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/command/__init__.py 
Analysis of pluggy.hooks (Library) queued. Dependencies: inspect, sys, warnings, pluggy.callers
Import:  setuptools.command.easy_install /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/command/easy_install.py 
Import:  distutils.filelist /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/filelist.py 
Import:  setuptools.command.bdist_egg /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/command/bdist_egg.py 
Import:  distutils.text_file /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/text_file.py 
Import:  numpy.distutils.extension /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/extension.py 
Import:  numpy.distutils.numpy_distribution /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/numpy_distribution.py 
Create compiled (scraped):  _curses /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_curses.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Import:  numpy.distutils.command /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/command/__init__.py 
Import:  numpy.distutils.command.config /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/command/config.py 
Import:  curses.has_key /Users/grwheele/anaconda3/envs/default/lib/python3.7/curses/has_key.py 
Import:  numpy.distutils.command.build /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/command/build.py 
Import:  distutils.config /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/config.py 
Import:  distutils.extension /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/extension.py 
Import:  numpy.distutils.command.build_py /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/command/build_py.py 
Import:  numpy.distutils.command.build_ext /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/command/build_ext.py 
Import:  numpy.distutils.command.build_clib /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/command/build_clib.py 
Import:  numpy.distutils.command.build_src /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/command/build_src.py 
Import:  numpy.distutils.command.build_scripts /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/command/build_scripts.py 
Import:  numpy.distutils.command.sdist /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/command/sdist.py 
Import:  numpy.distutils.command.install_data /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/command/install_data.py 
Import:  numpy.distutils.command.install_headers /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/command/install_headers.py 
Import:  numpy.distutils.command.install /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/command/install.py 
Import:  numpy.distutils.command.bdist_rpm /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/command/bdist_rpm.py 
Import:  numpy.distutils.command.install_clib /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/command/install_clib.py 
Import:  numpy.distutils.command.develop /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/command/develop.py 
Import:  numpy.distutils.command.egg_info /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/command/egg_info.py 
Import:  distutils.archive_util /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/archive_util.py 
Analysis of numpy.distutils.core (Library) on depth 4 completed in 77.71 ms.
Analysis of curses (Library) on depth 4 completed in 0.45 ms.
Import:  queue /Users/grwheele/anaconda3/envs/default/lib/python3.7/queue.py 
Analysis of _pytest.mark.structures (User) queued. Dependencies: inspect, warnings, collections, operator, attr, six, _pytest.compat, _pytest.outcomes, _pytest.nodes
Import:  multiprocessing.util /Users/grwheele/anaconda3/envs/default/lib/python3.7/multiprocessing/util.py 
Import:  multiprocessing.dummy /Users/grwheele/anaconda3/envs/default/lib/python3.7/multiprocessing/dummy/__init__.py 
Import:  numpy.f2py /Users/grwheele/.local/lib/python3.7/site-packages/numpy/f2py/__init__.py 
Import:  urllib.request /Users/grwheele/anaconda3/envs/default/lib/python3.7/urllib/request.py 
Analysis of numpy.dual (Library) queued. Dependencies: __future__, numpy, numpy.linalg, numpy.fft, numpy.lib, sys
Import:  urllib.error /Users/grwheele/anaconda3/envs/default/lib/python3.7/urllib/error.py 
Analysis of urllib.error (Library) queued. Dependencies: urllib.error (stub), urllib, urllib.response
Analysis of pluggy.callers (Library) queued. Dependencies: sys, warnings
Analysis of urllib.error (Stub) queued. Dependencies: urllib.response (stub)
Analysis of _pytest.pathlib (User) queued. Dependencies: atexit, errno, fnmatch, itertools, operator, os, shutil, sys, uuid, functools, posixpath, six, _pytest.compat, pathlib
Analysis of nose.plugins.plugintest (Library) queued. Dependencies: re, sys, warnings, io, os, queue, collections, multiprocessing, nose.config, nose.core, nose.plugins.manager, nose, doctest
Analysis of nose.plugins.manager (Library) queued. Dependencies: inspect, logging, os, sys, itertools, warnings, nose, nose.config, nose.failure, nose.plugins.base, nose.pyversion, pickle, io, nose.exc, pkg_resources, nose.plugins, nose.plugins.builtin, optparse
Analysis of multiprocessing.connection (Stub) queued. Dependencies: socket (stub), types (stub)
Analysis of _pytest._argcomplete (User) queued. Dependencies: __future__, os, sys, glob
Analysis of _dummy_thread (Library) queued. Dependencies: _dummy_thread (stub), traceback, time
Analysis of pluggy.manager (Library) queued. Dependencies: inspect, pluggy, pluggy._tracing, pluggy.hooks, warnings, importlib_metadata
Analysis of _pytest._code.code (User) queued. Dependencies: __future__, inspect, pprint, re, sys, traceback, weakref, attr, pluggy, py, six, _pytest, _pytest._io.saferepr, _pytest.compat, _pytest._code._py2traceback, _pytest._code, _pytest._code.source
Analysis of numpy.lib.ufunclike (Library) on depth 3 completed in 5.4 ms.
Analysis of multiprocessing.synchronize (Stub) queued. Dependencies: multiprocessing.context (stub), threading (stub), sys (stub)
Analysis of pluggy._version (Library) queued. Dependencies: 
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 multiprocessing.queues (Stub) queued. Dependencies: queue (stub)
Analysis of multiprocessing.context (Stub) queued. Dependencies: logging (stub), multiprocessing (stub), multiprocessing.synchronize (stub), multiprocessing.queues (stub), sys (stub)
Import:  urllib.response /Users/grwheele/anaconda3/envs/default/lib/python3.7/urllib/response.py 
Analysis of numpy.lib.histograms (Library) on depth 3 completed in 5.14 ms.
Import:  uuid /Users/grwheele/anaconda3/envs/default/lib/python3.7/uuid.py 
Analysis of urllib.request (Library) queued. Dependencies: urllib.request (stub), base64, bisect, email, hashlib, http, http.client, io, os, posixpath, re, socket, string, sys, time, tempfile, contextlib, warnings, urllib.error, urllib.parse, urllib.response, ssl, http.cookiejar, email.utils, mimetypes, ftplib, nturl2path, getpass, fnmatch, _scproxy
Import:  nose.config /Users/grwheele/.local/lib/python3.7/site-packages/nose/config.py 
Analysis of _pytest (User) on depth 0 completed in 0.32 ms.
Analysis of multiprocessing.managers (Stub) queued. Dependencies: queue (stub), threading (stub)
Analysis of multiprocessing.process (Stub) queued. Dependencies: multiprocessing (stub)
Analysis of urllib.response (Stub) queued. Dependencies: types (stub)
Analysis of _pytest._io.saferepr (User) queued. Dependencies: sys, six
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 numpy.testing._private.parameterized (Library) queued. Dependencies: re, sys, inspect, warnings, functools, types, collections, unittest
Analysis of numpy.lib.polynomial (Library) on depth 3 completed in 43.08 ms.
Analysis of _pytest.mark (User) on depth 0 completed in 13.95 ms.
Analysis of attr (Stub) queued. Dependencies: attr.exceptions, attr.filters, attr.converters, attr.validators
Analysis of uuid (Stub) queued. Dependencies: sys (stub)
Analysis of _pytest.runner (User) queued. Dependencies: __future__, bdb, os, sys, time, attr, six, _pytest.reports, _pytest._code.code, _pytest.outcomes, _pytest, _pytest.nose
Analysis of numpy.lib.utils (Library) on depth 3 completed in 78.64 ms.
Analysis of urllib.response (Library) queued. Dependencies: urllib.response (stub), tempfile
Analysis of setuptools.command (Library) queued. Dependencies: distutils.command.bdist, sys, setuptools.command.install_scripts
Analysis of setuptools (Library) queued. Dependencies: os, sys, functools, distutils, distutils.core, distutils.filelist, re, distutils.errors, distutils.util, fnmatch, setuptools._deprecation_warning, setuptools.version, setuptools.extension, setuptools.dist, setuptools.depends, setuptools.monkey
Analysis of atomicwrites (Stub) queued. Dependencies: 
Analysis of numpy.f2py (Library) queued. Dependencies: __future__, sys, subprocess, os, numpy, numpy.f2py.f2py2e, numpy.f2py.f2py_testing, numpy.f2py.diagnose, tempfile, shlex, numpy._pytesttester
Analysis of numpy.distutils.extension (Library) queued. Dependencies: __future__, sys, re, distutils.extension, warnings
Analysis of numpy.distutils.numpy_distribution (Library) queued. Dependencies: __future__, distutils.core
Analysis of nose.plugins.errorclass (Library) queued. Dependencies: nose.pyversion, nose.plugins.base, nose.result, nose.util, doctest
Analysis of multiprocessing.dummy (Library) queued. Dependencies: multiprocessing.dummy (stub), threading, sys, weakref, array, multiprocessing.dummy.connection, queue, multiprocessing.pool
Analysis of nose.plugins.doctests (Library) queued. Dependencies: logging, os, sys, unittest, inspect, nose.plugins.base, nose.suite, nose.util, io, doctest, nose, nose.ext, nose.ext.dtcompat
Analysis of multiprocessing.dummy (Stub) queued. Dependencies: array (stub), sys (stub), threading (stub), weakref (stub), multiprocessing.dummy.connection (stub), queue (stub)
Analysis of more_itertools.more (Library) queued. Dependencies: collections, collections.abc, functools, heapq, itertools, operator, sys, time, more_itertools.recipes
Import:  nose.failure /Users/grwheele/.local/lib/python3.7/site-packages/nose/failure.py 
Analysis of uuid (Library) queued. Dependencies: uuid (stub), os, sys, enum, shutil, subprocess, socket, re, ctypes, _uuid, ctypes.util, warnings, random, time, hashlib
Analysis of numpy.distutils.command (Library) queued. Dependencies: __future__
Analysis of setuptools.command.bdist_egg (Library) queued. Dependencies: distutils.errors, distutils.dir_util, distutils, distutils.log, types, sys, os, re, textwrap, marshal, setuptools.extern, pkg_resources, setuptools.extension, setuptools, sysconfig, distutils.sysconfig, zipfile
Analysis of multiprocessing.context (Library) queued. Dependencies: multiprocessing.context (stub), os, sys, threading, multiprocessing, multiprocessing.process, multiprocessing.reduction, multiprocessing.managers, multiprocessing.connection, multiprocessing.synchronize, multiprocessing.queues, multiprocessing.pool, multiprocessing.sharedctypes, multiprocessing.spawn, multiprocessing.util, multiprocessing.forkserver, multiprocessing.popen_fork, multiprocessing.popen_spawn_posix, multiprocessing.popen_forkserver, multiprocessing.popen_spawn_win32
Analysis of setuptools.command.easy_install (Library) queued. Dependencies: glob, distutils.util, distutils.errors, distutils.command.install, distutils, distutils.log, distutils.dir_util, distutils.command.build_scripts, distutils.spawn, sys, os, zipimport, shutil, tempfile, zipfile, re, stat, random, textwrap, warnings, site, struct, contextlib, subprocess, shlex, io, sysconfig, setuptools, setuptools.extern, setuptools.sandbox, setuptools.py27compat, setuptools.command, setuptools.command.setopt, setuptools.archive_util, setuptools.package_index, setuptools.command.bdist_egg, setuptools.command.egg_info, setuptools.wheel, pkg_resources, pkg_resources.py31compat, distutils.file_util, setuptools.dist, distutils.core
Analysis of _pytest.outcomes (User) queued. Dependencies: __future__, sys, warnings, pkg_resources, numpy
Analysis of numpy.distutils.system_info (Library) on depth 4 completed in 155.56 ms.
Analysis of scipy.version (Library) queued. Dependencies: 
Analysis of numpy.core._multiarray_tests (Compiled) queued. Dependencies: 
Analysis of nose.util (Library) queued. Dependencies: inspect, itertools, logging, stat, os, re, sys, types, unittest, nose.pyversion, nose.tools, doctest
Analysis of _pytest.fixtures (User) on depth 0 completed in 116.95 ms.
Analysis of atomicwrites (Library) queued. Dependencies: atomicwrites (stub), contextlib, io, os, sys, tempfile, fcntl, ctypes
Analysis of scipy._distributor_init (Library) queued. Dependencies: 
Analysis of nose.plugins.base (Library) queued. Dependencies: os, textwrap, optparse, warnings, nose.util
Analysis of numpy.distutils.command.build (Library) queued. Dependencies: __future__, os, sys, distutils.command.build, distutils.util, numpy.distutils.command.config_compiler
Analysis of numpy.distutils.command.build_py (Library) queued. Dependencies: __future__, distutils.command.build_py, numpy.distutils.misc_util
Analysis of numpy.distutils.command.config (Library) queued. Dependencies: __future__, os, signal, warnings, sys, subprocess, textwrap, distutils.command.config, distutils, distutils.log, distutils.file_util, distutils.ccompiler, numpy.distutils.exec_command, numpy.distutils.mingw32ccompiler, numpy.distutils.command.autodist, numpy.distutils.compat, numpy.distutils.fcompiler, distutils.msvc9compiler, distutils.errors
Analysis of _pytest._code.source (User) queued. Dependencies: __future__, ast, inspect, linecache, sys, textwrap, tokenize, warnings, bisect, py, six, parser, _pytest._code.code
Analysis of py._vendored_packages (Library) queued. Dependencies: 
Analysis of nose.config (Library) queued. Dependencies: logging, optparse, os, re, sys, configparser, nose.util, nose.plugins.manager, warnings, logging.config, nose.importer
Analysis of scipy._lib._version (Library) queued. Dependencies: re, scipy._lib.six
Analysis of scipy._lib._ccallback (Library) queued. Dependencies: scipy._lib, scipy._lib._ccallback_c, ctypes, cffi
Analysis of scipy._lib._testutils (Library) queued. Dependencies: __future__, os, re, sys, pytest, psutil
Import:  nose.pyversion /Users/grwheele/.local/lib/python3.7/site-packages/nose/pyversion.py 
Analysis of nose.failure (Library) queued. Dependencies: logging, unittest, traceback, nose.pyversion
Analysis of multiprocessing.util (Library) queued. Dependencies: os, itertools, sys, weakref, atexit, threading, subprocess, multiprocessing, multiprocessing.process, logging, shutil, tempfile, traceback, _posixsubprocess
Analysis of nose.exc (Library) queued. Dependencies: nose.plugins.skip, nose.plugins.deprecated
Analysis of distutils.filelist (Stub) queued. Dependencies: 
Analysis of nose.core (Library) queued. Dependencies: logging, os, sys, time, unittest, nose.config, nose.loader, nose.plugins.manager, nose.result, nose.suite, nose.util, nose, textwrap
Analysis of nose.tools (Library) queued. Dependencies: nose.tools.nontrivial, nose.tools.trivial
Analysis of distutils.text_file (Stub) queued. Dependencies: 
Analysis of distutils.dir_util (Library) on depth 4 completed in 12.37 ms.
Analysis of py._error (Library) queued. Dependencies: types, sys, os, errno
Analysis of distutils.sysconfig (Library) on depth 5 completed in 94.32 ms.
Analysis of scipy.__config__ (Library) queued. Dependencies: os, sys
Analysis of distutils.core (Library) on depth 4 completed in 51.89 ms.
Analysis of _decimal (Compiled) queued. Dependencies: 
Analysis of py._vendored_packages.apipkg (Library) queued. Dependencies: os, sys, types, pkg_resources
Analysis of numpy.fft.pocketfft_internal (Compiled) on depth 4 completed in 18.81 ms.
Analysis of queue (Library) queued. Dependencies: queue (stub), threading, collections, heapq, time, _queue
Analysis of distutils.filelist (Library) queued. Dependencies: distutils.filelist (stub), os, re, fnmatch, functools, distutils.util, distutils.errors, distutils, distutils.log, distutils.debug
Analysis of lib2to3.refactor (Library) queued. Dependencies: io, os, sys, logging, operator, collections, itertools, lib2to3.pgen2, lib2to3.pgen2.driver, lib2to3.pgen2.tokenize, lib2to3.pgen2.token, lib2to3.fixer_util, lib2to3, lib2to3.pytree, lib2to3.pygram, lib2to3.btm_matcher, multiprocessing
Analysis of queue (Stub) queued. Dependencies: 
Analysis of _pydecimal (Library) queued. Dependencies: math, numbers, sys, collections, contextvars, re, locale, itertools
Analysis of distutils.extension (Stub) queued. Dependencies: sys (stub)
Import:  pluggy._tracing /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/pluggy/_tracing.py 
Analysis of _curses (Compiled) queued. Dependencies: _curses (stub)
Analysis of nose.pyversion (Library) queued. Dependencies: sys, os, traceback, types, inspect, nose, nose.util
Analysis of _curses (Stub) queued. Dependencies: 
Analysis of ctypes._endian (Library) on depth 4 completed in 20.14 ms.
Analysis of numpy.distutils.log (Library) on depth 5 completed in 13.05 ms.
Import:  importlib_metadata /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/importlib_metadata/__init__.py 
Analysis of distutils.text_file (Library) queued. Dependencies: distutils.text_file (stub), sys, io
Analysis of curses.has_key (Library) queued. Dependencies: _curses
Analysis of distutils.archive_util (Library) queued. Dependencies: distutils.archive_util (stub), os, warnings, sys, zipfile, distutils.errors, distutils.spawn, distutils.dir_util, distutils, distutils.log, pwd, grp, tarfile
Analysis of distutils.archive_util (Stub) queued. Dependencies: 
Analysis of numpy.polynomial.polyutils (Library) on depth 4 completed in 29.93 ms.
Analysis of pluggy._tracing (Library) queued. Dependencies: pluggy.callers
Analysis of distutils.util (Library) on depth 5 completed in 29.77 ms.
Analysis of numpy.linalg.lapack_lite (Compiled) on depth 4 completed in 28.54 ms.
Analysis of numpy.distutils.command.egg_info (Library) queued. Dependencies: __future__, sys, setuptools.command.egg_info, warnings, textwrap
Analysis of distutils.dist (Stub) on depth 6 completed in 0.22 ms.
Analysis of distutils.config (Library) queued. Dependencies: os, configparser, distutils.cmd, cgi
Analysis of numpy.distutils.command.develop (Library) queued. Dependencies: __future__, setuptools.command.develop
Analysis of numpy.distutils.exec_command (Library) on depth 5 completed in 8.11 ms.
Import:  _pytest._code._py2traceback /Users/grwheele/repos/pytest/src/_pytest/_code/_py2traceback.py 
Analysis of numpy.distutils.fcompiler.environment (Library) on depth 5 completed in 6.07 ms.
Analysis of numpy.distutils.command.build_scripts (Library) queued. Dependencies: __future__, distutils.command.build_scripts, numpy.distutils, numpy.distutils.log, numpy.distutils.misc_util
Analysis of numpy.polynomial._polybase (Library) on depth 4 completed in 40.91 ms.
Analysis of distutils.fancy_getopt (Library) on depth 5 completed in 39.76 ms.
Analysis of numpy.distutils.command.install_data (Library) queued. Dependencies: __future__, sys, distutils.command.install_data
Analysis of numpy.core._exceptions (Library) on depth 4 completed in 20.02 ms.
Analysis of numpy.distutils.command.build_ext (Library) queued. Dependencies: __future__, os, subprocess, glob, distutils.dep_util, distutils.command.build_ext, distutils.errors, distutils.file_util, numpy.distutils, numpy.distutils.log, numpy.distutils.exec_command, numpy.distutils.system_info, numpy.distutils.misc_util, numpy.distutils.command.config_compiler, distutils.ccompiler, numpy.distutils.fcompiler
Analysis of _pytest._code._py2traceback (User) queued. Dependencies: __future__, types, six
Analysis of numpy.distutils._shell_utils (Library) on depth 5 completed in 26.47 ms.
Analysis of numpy.distutils.command.sdist (Library) queued. Dependencies: __future__, sys, setuptools.command.sdist, distutils.command.sdist, numpy.distutils.misc_util
Analysis of importlib_metadata (Library) queued. Dependencies: __future__, io, os, re, abc, csv, sys, zipp, operator, functools, itertools, collections, importlib_metadata._compat, importlib
Analysis of distutils.extension (Library) queued. Dependencies: distutils.extension (stub), os, warnings, distutils.sysconfig, distutils.text_file, distutils.util
Analysis of numpy.distutils.command.build_clib (Library) queued. Dependencies: __future__, os, glob, shutil, distutils.command.build_clib, distutils.errors, numpy.distutils, numpy.distutils.log, distutils.dep_util, numpy.distutils.misc_util, distutils.ccompiler, numpy.distutils.fcompiler
Analysis of numpy.lib.info (Library) on depth 3 completed in 1.65 ms.
Analysis of numpy.fft.info (Library) on depth 3 completed in 0.11 ms.
Analysis of six.moves.builtins (Stub) queued. Dependencies: 
Analysis of numpy.distutils.command.build_src (Library) queued. Dependencies: __future__, os, re, sys, shlex, copy, distutils.command, distutils.command.build_ext, distutils.dep_util, distutils.util, distutils.errors, numpy.distutils, numpy.distutils.log, numpy.distutils.misc_util, numpy.distutils.from_template, numpy.distutils.conv_template, numpy, numpy.f2py
Analysis of numpy.distutils.command.bdist_rpm (Library) queued. Dependencies: __future__, os, sys, setuptools.command.bdist_rpm, distutils.command.bdist_rpm
Analysis of numpy.distutils.command.install (Library) queued. Dependencies: __future__, sys, setuptools, setuptools.command, setuptools.command.install, distutils, distutils.command, distutils.command.install, distutils.file_util
Analysis of six.moves.configparser (Stub) queued. Dependencies: configparser (stub)
Analysis of numpy.distutils.command.install_clib (Library) queued. Dependencies: __future__, os, distutils.core, distutils.ccompiler, numpy.distutils.misc_util
Analysis of six.moves._dummy_thread (Stub) queued. Dependencies: _dummy_thread (stub)
Analysis of numpy.core.info (Library) on depth 3 completed in 0.36 ms.
Analysis of numpy.linalg.info (Library) on depth 3 completed in 4.31 ms.
Analysis of numpy.distutils.info (Library) on depth 4 completed in 0.3 ms.
Analysis of numpy.linalg._umath_linalg (Compiled) on depth 4 completed in 5.28 ms.
Analysis of distutils.ccompiler (Stub) on depth 6 completed in 5.29 ms.
Analysis of numpy.distutils.command.install_headers (Library) queued. Dependencies: __future__, os, distutils.command.install_headers
Analysis of numpy.distutils.compat (Library) on depth 4 completed in 6.78 ms.
Analysis of pathlib (Stub) on depth 5 completed in 7.26 ms.
Analysis of six.moves.http_cookiejar (Stub) queued. Dependencies: http.cookiejar (stub)
Analysis of mmap (Compiled) on depth 4 completed in 7.8 ms.
Analysis of _pytest.assertion (User) on depth 0 completed in 6.7 ms.
Analysis of six.moves.http_cookies (Stub) queued. Dependencies: http.cookies (stub)
Analysis of numpy.distutils.npy_pkg_config (Library) on depth 4 completed in 8.48 ms.
Analysis of six.moves.html_entities (Stub) queued. Dependencies: html.entities (stub)
Analysis of distutils.msvccompiler (Stub) on depth 5 completed in 0.17 ms.
Analysis of numpy.distutils.__config__ (Library) on depth 4 completed in 6.42 ms.
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 numpy.compat._inspect (Library) on depth 3 completed in 15.81 ms.
Analysis of distutils.ccompiler (Library) on depth 5 completed in 9.48 ms.
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 ctypes (Stub) on depth 4 completed in 31.62 ms.
Analysis of six.moves.email_mime_text (Stub) queued. Dependencies: email.mime.text (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 six.moves.CGIHTTPServer (Stub) queued. Dependencies: http.server (stub)
Analysis of distutils.dist (Library) on depth 5 completed in 29.93 ms.
Analysis of six.moves.SimpleHTTPServer (Stub) queued. Dependencies: http.server (stub)
Analysis of six.moves.cPickle (Stub) queued. Dependencies: pickle (stub)
Analysis of six.moves.queue (Stub) queued. Dependencies: queue (stub)
Analysis of six.moves.reprlib (Stub) queued. Dependencies: reprlib (stub)
Analysis of six.moves.socketserver (Stub) queued. Dependencies: socketserver (stub)
Analysis of six.moves._thread (Stub) queued. Dependencies: _thread (stub)
Analysis of six.moves.tkinter (Stub) queued. Dependencies: tkinter (stub)
Analysis of six.moves.tkinter_dialog (Stub) queued. Dependencies: tkinter.dialog (stub)
Analysis of pathlib (Library) on depth 4 completed in 39.88 ms.
Analysis of six.moves.tkinter_filedialog (Stub) queued. Dependencies: tkinter.filedialog (stub)
Analysis of six.moves.tkinter_ttk (Stub) queued. Dependencies: tkinter.ttk (stub)
Analysis of numpy.distutils.cpuinfo (Library) on depth 3 completed in 35.78 ms.
Analysis of six.moves.tkinter_constants (Stub) queued. Dependencies: tkinter.constants (stub)
Analysis of six.moves.tkinter_commondialog (Stub) queued. Dependencies: tkinter.commondialog (stub)
Analysis of numpy.compat.py3k (Library) on depth 3 completed in 7.55 ms.
Analysis of six.moves.tkinter_tkfiledialog (Stub) queued. Dependencies: tkinter.filedialog (stub)
Analysis of numpy.lib._version (Library) on depth 3 completed in 5.33 ms.
Analysis of six.moves.urllib_parse (Stub) queued. Dependencies: urllib.parse (stub)
Analysis of six.moves.urllib_error (Stub) queued. Dependencies: urllib.error (stub)
Analysis of numpy.lib.arrayterator (Library) on depth 3 completed in 7.29 ms.
Analysis of distutils.msvc9compiler (Library) on depth 5 completed in 15.47 ms.
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 six.moves.urllib_robotparser (Stub) queued. Dependencies: urllib.robotparser (stub)
Import:  http.cookiejar /Users/grwheele/anaconda3/envs/default/lib/python3.7/http/cookiejar.py 
Analysis of http.cookiejar (Stub) queued. Dependencies: http.client (stub), urllib.request (stub)
Import:  ftplib /Users/grwheele/anaconda3/envs/default/lib/python3.7/ftplib.py 
Analysis of distutils.msvccompiler (Library) on depth 4 completed in 7.17 ms.
Analysis of ftplib (Stub) queued. Dependencies: sys (stub), types (stub), socket (stub), ssl (stub)
Import:  nturl2path /Users/grwheele/anaconda3/envs/default/lib/python3.7/nturl2path.py 
Analysis of nturl2path (Stub) queued. Dependencies: 
Analysis of nturl2path (Library) queued. Dependencies: nturl2path (stub), string, urllib, urllib.parse
Analysis of ftplib (Library) queued. Dependencies: ftplib (stub), sys, socket, ssl, warnings, re, netrc
Analysis of _pytest.outcomes (User) queued. Dependencies: __future__, sys, warnings, pkg_resources, numpy
Import:  getpass /Users/grwheele/anaconda3/envs/default/lib/python3.7/getpass.py 
Analysis of http.cookiejar (Library) queued. Dependencies: http.cookiejar (stub), copy, datetime, re, time, urllib, urllib.parse, urllib.request, threading, http, http.client, calendar, logging, io, warnings, traceback
Analysis of getpass (Stub) queued. Dependencies: 
Analysis of ctypes (Library) on depth 3 completed in 58.29 ms.
Create compiled (scraped):  _scproxy /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_scproxy.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Analysis of getpass (Library) queued. Dependencies: getpass (stub), contextlib, io, os, sys, warnings, pwd, termios
Analysis of _scproxy (Compiled) queued. Dependencies: 
Analysis of attr.exceptions (Stub) queued. Dependencies: 
Import:  attr.converters /Users/grwheele/.local/lib/python3.7/site-packages/attr/converters.py 
Import:  _pytest.reports /Users/grwheele/repos/pytest/src/_pytest/reports.py 
Import:  _pytest.nose /Users/grwheele/repos/pytest/src/_pytest/nose.py 
Import:  distutils.command.bdist /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/command/bdist.py 
Analysis of numpy.lib.npyio (Library) on depth 3 completed in 62.45 ms.
Import:  setuptools.command.install_scripts /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/command/install_scripts.py 
Import:  setuptools._deprecation_warning /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/_deprecation_warning.py 
Import:  setuptools.version /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/version.py 
Import:  setuptools.extension /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/extension.py 
Import:  setuptools.dist /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/dist.py 
Import:  setuptools.depends /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/depends.py 
Import:  setuptools.monkey /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/monkey.py 
Import:  numpy.f2py.f2py2e /Users/grwheele/.local/lib/python3.7/site-packages/numpy/f2py/f2py2e.py 
Import:  numpy.f2py.f2py_testing /Users/grwheele/.local/lib/python3.7/site-packages/numpy/f2py/f2py_testing.py 
Import:  numpy.f2py.diagnose /Users/grwheele/.local/lib/python3.7/site-packages/numpy/f2py/diagnose.py 
Import:  nose.result /Users/grwheele/.local/lib/python3.7/site-packages/nose/result.py 
Create compiled (scraped):  array /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/array.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Import:  multiprocessing.dummy.connection /Users/grwheele/anaconda3/envs/default/lib/python3.7/multiprocessing/dummy/connection.py 
Import:  nose.suite /Users/grwheele/.local/lib/python3.7/site-packages/nose/suite.py 
Import:  nose.ext /Users/grwheele/.local/lib/python3.7/site-packages/nose/ext/__init__.py 
Import:  nose.ext.dtcompat /Users/grwheele/.local/lib/python3.7/site-packages/nose/ext/dtcompat.py 
Import:  more_itertools.recipes /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/more_itertools/recipes.py 
Create compiled (scraped):  _uuid /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_uuid.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Import:  ctypes.util /Users/grwheele/anaconda3/envs/default/lib/python3.7/ctypes/util.py 
Import:  setuptools.extern /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/extern/__init__.py 
Import:  multiprocessing.process /Users/grwheele/anaconda3/envs/default/lib/python3.7/multiprocessing/process.py 
Import:  multiprocessing.reduction /Users/grwheele/anaconda3/envs/default/lib/python3.7/multiprocessing/reduction.py 
Import:  multiprocessing.managers /Users/grwheele/anaconda3/envs/default/lib/python3.7/multiprocessing/managers.py 
Import:  multiprocessing.connection /Users/grwheele/anaconda3/envs/default/lib/python3.7/multiprocessing/connection.py 
Import:  multiprocessing.synchronize /Users/grwheele/anaconda3/envs/default/lib/python3.7/multiprocessing/synchronize.py 
Import:  multiprocessing.queues /Users/grwheele/anaconda3/envs/default/lib/python3.7/multiprocessing/queues.py 
Import:  multiprocessing.sharedctypes /Users/grwheele/anaconda3/envs/default/lib/python3.7/multiprocessing/sharedctypes.py 
Import:  multiprocessing.spawn /Users/grwheele/anaconda3/envs/default/lib/python3.7/multiprocessing/spawn.py 
Import:  multiprocessing.forkserver /Users/grwheele/anaconda3/envs/default/lib/python3.7/multiprocessing/forkserver.py 
Import:  multiprocessing.popen_fork /Users/grwheele/anaconda3/envs/default/lib/python3.7/multiprocessing/popen_fork.py 
Import:  multiprocessing.popen_spawn_posix /Users/grwheele/anaconda3/envs/default/lib/python3.7/multiprocessing/popen_spawn_posix.py 
Import:  multiprocessing.popen_forkserver /Users/grwheele/anaconda3/envs/default/lib/python3.7/multiprocessing/popen_forkserver.py 
Import:  multiprocessing.popen_spawn_win32 /Users/grwheele/anaconda3/envs/default/lib/python3.7/multiprocessing/popen_spawn_win32.py 
Import:  distutils.command.install /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/command/install.py 
Import:  distutils.command.build_scripts /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/command/build_scripts.py 
Import:  site /Users/grwheele/anaconda3/envs/default/lib/python3.7/site.py 
Import:  setuptools.sandbox /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/sandbox.py 
Import:  setuptools.py27compat /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/py27compat.py 
Import:  setuptools.command.setopt /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/command/setopt.py 
Import:  setuptools.archive_util /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/archive_util.py 
Import:  setuptools.package_index /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/package_index.py 
Import:  setuptools.command.egg_info /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/command/egg_info.py 
Import:  setuptools.wheel /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/wheel.py 
Create compiled (scraped):  fcntl /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/fcntl.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Import:  distutils.command.build /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/command/build.py 
Import:  distutils.command.build_py /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/command/build_py.py 
Import:  distutils.command.config /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/command/config.py 
Import:  numpy.distutils.mingw32ccompiler /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/mingw32ccompiler.py 
Import:  numpy.distutils.command.autodist /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/command/autodist.py 
Create compiled (scraped):  parser /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/parser.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Import:  logging.config /Users/grwheele/anaconda3/envs/default/lib/python3.7/logging/config.py 
Import:  nose.importer /Users/grwheele/.local/lib/python3.7/site-packages/nose/importer.py 
Import:  scipy._lib.six /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/scipy/_lib/six.py 
Import:  scipy._lib /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/scipy/_lib/__init__.py 
Create compiled (scraped):  scipy._lib._ccallback_c /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/scipy/_lib/_ccallback_c.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages 
Import:  cffi /Users/grwheele/.local/lib/python3.7/site-packages/cffi/__init__.py 
Import:  psutil /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/psutil/__init__.py 
Import:  nose.plugins.skip /Users/grwheele/.local/lib/python3.7/site-packages/nose/plugins/skip.py 
Import:  nose.plugins.deprecated /Users/grwheele/.local/lib/python3.7/site-packages/nose/plugins/deprecated.py 
Import:  nose.loader /Users/grwheele/.local/lib/python3.7/site-packages/nose/loader.py 
Import:  nose.tools.nontrivial /Users/grwheele/.local/lib/python3.7/site-packages/nose/tools/nontrivial.py 
Import:  nose.tools.trivial /Users/grwheele/.local/lib/python3.7/site-packages/nose/tools/trivial.py 
Create compiled (scraped):  _queue /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_queue.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Import:  lib2to3.pgen2 /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib2to3/pgen2/__init__.py 
Import:  lib2to3.pgen2.driver /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib2to3/pgen2/driver.py 
Import:  lib2to3.pgen2.tokenize /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib2to3/pgen2/tokenize.py 
Import:  lib2to3.pgen2.token /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib2to3/pgen2/token.py 
Import:  lib2to3.fixer_util /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib2to3/fixer_util.py 
Import:  lib2to3 /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib2to3/__init__.py 
Import:  lib2to3.pytree /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib2to3/pytree.py 
Import:  lib2to3.pygram /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib2to3/pygram.py 
Import:  lib2to3.btm_matcher /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib2to3/btm_matcher.py 
Import:  contextvars /Users/grwheele/anaconda3/envs/default/lib/python3.7/contextvars.py 
Import:  cgi /Users/grwheele/anaconda3/envs/default/lib/python3.7/cgi.py 
Import:  setuptools.command.develop /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/command/develop.py 
Import:  distutils.command.install_data /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/command/install_data.py 
Analysis of fcntl (Stub) queued. Dependencies: io (stub)
Import:  distutils.command.build_ext /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/command/build_ext.py 
Import:  setuptools.command.sdist /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/command/sdist.py 
Import:  distutils.command.sdist /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/command/sdist.py 
Import:  csv /Users/grwheele/anaconda3/envs/default/lib/python3.7/csv.py 
Import:  zipp /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/zipp.py 
Import:  importlib_metadata._compat /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/importlib_metadata/_compat.py 
Import:  distutils.command.build_clib /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/command/build_clib.py 
Import:  numpy.distutils.from_template /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/from_template.py 
Import:  numpy.distutils.conv_template /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/conv_template.py 
Import:  setuptools.command.bdist_rpm /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/command/bdist_rpm.py 
Import:  distutils.command.bdist_rpm /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/command/bdist_rpm.py 
Import:  setuptools.command.install /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/command/install.py 
Import:  distutils.command.install_headers /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/command/install_headers.py 
Analysis of fcntl (Compiled) queued. Dependencies: fcntl (stub)
Analysis of attr.filters (Stub) queued. Dependencies: attr
Analysis of attr.converters (Stub) queued. Dependencies: attr
Analysis of distutils.command.install_headers (Stub) queued. Dependencies: 
Analysis of distutils.command.install_data (Stub) queued. Dependencies: 
Analysis of attr.converters (Library) queued. Dependencies: attr.converters, __future__, attr._make
Analysis of distutils.command.install_headers (Library) queued. Dependencies: distutils.command.install_headers (stub), distutils.core
Analysis of attr.validators (Stub) queued. Dependencies: attr
Analysis of distutils.command.build (Stub) queued. Dependencies: 
Analysis of distutils.command.build (Library) queued. Dependencies: distutils.command.build (stub), sys, os, distutils.core, distutils.errors, distutils.util, distutils.ccompiler
Analysis of _pytest.reports (User) queued. Dependencies: py, _pytest._code.code
Analysis of distutils.command.build_py (Stub) queued. Dependencies: distutils.cmd (stub), sys (stub)
Analysis of distutils.command.build_py (Library) queued. Dependencies: distutils.command.build_py (stub), os, importlib, importlib.util, sys, glob, distutils.core, distutils.errors, distutils.util, distutils, distutils.log
Analysis of distutils.command.config (Stub) queued. Dependencies: 
Analysis of distutils.command.config (Library) queued. Dependencies: distutils.command.config (stub), os, re, distutils.core, distutils.errors, distutils.sysconfig, distutils, distutils.log, distutils.ccompiler
Analysis of distutils.command.install_data (Library) queued. Dependencies: distutils.command.install_data (stub), os, distutils.core, distutils.util
Analysis of distutils.command.build_ext (Stub) queued. Dependencies: 
Analysis of numpy.distutils.mingw32ccompiler (Library) queued. Dependencies: __future__, os, sys, subprocess, re, textwrap, numpy, numpy.distutils, numpy.distutils.ccompiler, numpy.distutils.log, distutils, distutils.cygwinccompiler, distutils.version, distutils.unixccompiler, distutils.msvccompiler, distutils.errors, numpy.distutils.misc_util, numpy.distutils.lib2def
Analysis of numpy.distutils.command.autodist (Library) queued. Dependencies: __future__, textwrap
Analysis of http.cookies (Stub) queued. Dependencies: 
Analysis of distutils.command.bdist (Stub) queued. Dependencies: 
Analysis of _pytest.nose (User) queued. Dependencies: __future__, sys, six, _pytest, _pytest.python, _pytest.runner, _pytest.unittest, _pytest.config
Import:  netrc /Users/grwheele/anaconda3/envs/default/lib/python3.7/netrc.py 
Analysis of distutils.command.bdist (Library) queued. Dependencies: distutils.command.bdist (stub), os, distutils.core, distutils.errors, distutils.util, distutils.fancy_getopt
Analysis of setuptools.command.install_scripts (Library) queued. Dependencies: distutils, distutils.log, distutils.command, distutils.command.install_scripts, os, sys, pkg_resources, setuptools, setuptools.command, setuptools.command.easy_install
Analysis of html.parser (Stub) queued. Dependencies: _markupbase (stub), sys (stub)
Analysis of parser (Compiled) queued. Dependencies: 
Analysis of setuptools._deprecation_warning (Library) queued. Dependencies: 
Analysis of email.mime.multipart (Stub) queued. Dependencies: email.message (stub), email.mime.base (stub)
Analysis of setuptools.version (Library) queued. Dependencies: pkg_resources
Analysis of logging.config (Stub) queued. Dependencies: sys (stub), configparser (stub)
Analysis of distutils.command.build_ext (Library) queued. Dependencies: distutils.command.build_ext (stub), contextlib, os, re, sys, distutils.core, distutils.errors, distutils.sysconfig, distutils.dep_util, distutils.extension, distutils.util, distutils, distutils.log, site, distutils.ccompiler, concurrent.futures, distutils._msvccompiler
Analysis of distutils.command.sdist (Stub) queued. Dependencies: 
Analysis of setuptools.extension (Library) queued. Dependencies: re, functools, distutils, distutils.core, distutils.errors, distutils.extension, setuptools.monkey
Analysis of netrc (Library) queued. Dependencies: netrc (stub), os, shlex, stat, pwd
Analysis of setuptools.command.sdist (Library) queued. Dependencies: distutils, distutils.log, distutils.command, distutils.command.sdist, os, sys, io, contextlib, setuptools.extern, setuptools.command.py36compat, pkg_resources
Analysis of setuptools.depends (Library) queued. Dependencies: sys, imp, marshal, distutils.version, setuptools.py33compat
Analysis of netrc (Stub) queued. Dependencies: 
Analysis of setuptools.monkey (Library) queued. Dependencies: sys, distutils, distutils.filelist, platform, types, functools, importlib, inspect, setuptools.extern, setuptools
Analysis of six.moves.urllib.robotparser (Stub) queued. Dependencies: urllib.robotparser (stub)
Import:  attr._make /Users/grwheele/.local/lib/python3.7/site-packages/attr/_make.py 
Analysis of numpy.f2py.f2py2e (Library) queued. Dependencies: __future__, sys, os, pprint, re, numpy.f2py, numpy.f2py.crackfortran, numpy.f2py.rules, numpy.f2py.cb_rules, numpy.f2py.auxfuncs, numpy.f2py.cfuncs, numpy.f2py.f90mod_rules, numpy.f2py.__version__, numpy, tempfile, numpy.distutils, numpy.distutils.fcompiler, numpy.distutils.command.build_src, numpy.distutils.system_info, numpy.distutils.core, numpy.distutils.misc_util, shutil
Analysis of logging.config (Library) queued. Dependencies: logging.config (stub), errno, io, logging, logging.handlers, re, struct, sys, threading, traceback, socketserver, configparser, json, select
Analysis of setuptools.dist (Library) queued. Dependencies: io, sys, re, os, warnings, numbers, distutils, distutils.log, distutils.core, distutils.cmd, distutils.dist, distutils.util, distutils.debug, distutils.fancy_getopt, itertools, collections, email, distutils.errors, distutils.version, setuptools.extern, setuptools, setuptools.depends, setuptools.windows_support, setuptools.monkey, setuptools.config, pkg_resources, setuptools.command.easy_install, shlex
Analysis of nose.importer (Library) queued. Dependencies: logging, os, sys, nose.config, imp
Analysis of distutils.command.sdist (Library) queued. Dependencies: distutils.command.sdist (stub), os, sys, glob, warnings, distutils.core, distutils, distutils.dir_util, distutils.file_util, distutils.archive_util, distutils.text_file, distutils.filelist, distutils.log, distutils.util, distutils.errors, distutils.fancy_getopt
Import:  distutils.cygwinccompiler /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/cygwinccompiler.py 
Analysis of numpy.core._dtype_ctypes (Library) on depth 3 completed in 1.53 ms.
Import:  numpy.distutils.lib2def /Users/grwheele/.local/lib/python3.7/site-packages/numpy/distutils/lib2def.py 
Import:  _pytest.unittest /Users/grwheele/repos/pytest/src/_pytest/unittest.py 
Analysis of numpy.core._dtype (Library) on depth 3 completed in 6.04 ms.
Analysis of csv (Stub) queued. Dependencies: collections (stub), sys (stub), _csv (stub)
Analysis of numpy.f2py.f2py_testing (Library) queued. Dependencies: __future__, sys, re, numpy.testing
Analysis of numpy.f2py.diagnose (Library) queued. Dependencies: __future__, os, sys, tempfile, numpy, numpy.f2py, numpy.f2py.f2py2e, numpy.distutils, numpy.distutils.fcompiler, numpy.distutils.cpuinfo
Analysis of _pytest.debugging (User) on depth 0 completed in 30.51 ms.
Analysis of multiprocessing.dummy.connection (Stub) queued. Dependencies: queue (stub)
Analysis of pytest (User) on depth 0 completed in 2.02 ms.
Analysis of distutils.command.build_clib (Stub) queued. Dependencies: 
Analysis of numpy.lib.arraypad (Library) on depth 3 completed in 18.66 ms.
Analysis of zipp (Library) queued. Dependencies: __future__, io, sys, posixpath, zipfile, functools
Analysis of csv (Library) queued. Dependencies: csv (stub), re, _csv, collections, io
Analysis of scipy._lib.six (Library) queued. Dependencies: operator, sys, types, functools, itertools, io
Analysis of setuptools.command.develop (Library) queued. Dependencies: distutils.util, distutils, distutils.log, distutils.errors, os, glob, io, setuptools.extern, pkg_resources, setuptools.command.easy_install, setuptools, setuptools.namespaces
Analysis of nose.result (Library) queued. Dependencies: logging, unittest.runner, unittest, nose.config, nose.util, nose.plugins.skip, warnings
Analysis of more_itertools.recipes (Library) queued. Dependencies: warnings, collections, itertools, operator, random
Analysis of array (Compiled) queued. Dependencies: array (stub)
Analysis of _pytest.config (User) on depth 0 completed in 65.79 ms.
Analysis of numpy.testing._private.nosetester (Library) on depth 3 completed in 80.67 ms.
Import:  distutils.command.install_scripts /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/command/install_scripts.py 
Analysis of ctypes.util (Stub) queued. Dependencies: sys (stub)
Analysis of cffi (Library) queued. Dependencies: cffi.api, cffi.error
Analysis of nose.ext (Library) queued. Dependencies: 
Analysis of multiprocessing.dummy.connection (Library) queued. Dependencies: multiprocessing.dummy.connection (stub), queue
Analysis of importlib_metadata._compat (Library) queued. Dependencies: __future__, io, abc, sys, email, configparser, contextlib, itertools, pathlib, importlib.abc
Analysis of setuptools.wheel (Library) queued. Dependencies: distutils.util, email, itertools, os, posixpath, re, zipfile, pkg_resources, setuptools, setuptools.pep425tags, setuptools.command.egg_info
Analysis of multiprocessing.process (Library) queued. Dependencies: multiprocessing.process (stub), os, sys, signal, itertools, threading, _weakrefset, multiprocessing, multiprocessing.util, multiprocessing.context, traceback
Analysis of ctypes.util (Library) queued. Dependencies: ctypes.util (stub), os, shutil, subprocess, sys, importlib, importlib.machinery, ctypes.macholib.dyld, ctypes._aix, re, tempfile, struct, ctypes
Analysis of distutils.command.build_clib (Library) queued. Dependencies: distutils.command.build_clib (stub), os, distutils.core, distutils.errors, distutils.sysconfig, distutils, distutils.log, distutils.ccompiler
Analysis of nose.suite (Library) queued. Dependencies: logging, sys, unittest, nose.case, nose.config, nose.proxy, nose.util, collections
Analysis of multiprocessing.synchronize (Library) queued. Dependencies: multiprocessing.synchronize (stub), threading, sys, tempfile, _multiprocessing, time, multiprocessing, multiprocessing.context, multiprocessing.process, multiprocessing.util, multiprocessing.semaphore_tracker, struct, multiprocessing.heap
Analysis of setuptools.command.egg_info (Library) queued. Dependencies: distutils.filelist, distutils.errors, distutils.util, distutils, distutils.log, os, re, sys, io, warnings, time, collections, setuptools.extern, setuptools, setuptools.command.sdist, setuptools.command.setopt, setuptools.command, setuptools.command.bdist_egg, pkg_resources, setuptools.unicode_utils, setuptools.glob
Analysis of setuptools.command.install (Library) queued. Dependencies: distutils.errors, inspect, glob, warnings, platform, distutils, distutils.command, distutils.command.install, setuptools
Analysis of numpy.distutils.misc_util (Library) on depth 3 completed in 141.28 ms.
Analysis of scipy._lib (Library) queued. Dependencies: __future__, scipy._lib._testutils
Analysis of _uuid (Compiled) queued. Dependencies: 
Analysis of scipy._lib._ccallback_c (Compiled) queued. Dependencies: ctypes
Analysis of cgi (Library) queued. Dependencies: cgi (stub), io, collections.abc, sys, os, urllib, urllib.parse, email.parser, email.message, warnings, html, locale, tempfile, traceback, re
Analysis of nose.ext.dtcompat (Library) queued. Dependencies: __future__, sys, traceback, inspect, linecache, os, re, unittest, difflib, pdb, tempfile, warnings, io
Analysis of cgi (Stub) queued. Dependencies: sys (stub)
Analysis of setuptools.extern (Library) queued. Dependencies: sys
Analysis of contextvars (Library) queued. Dependencies: _contextvars
Analysis of email.mime.nonmultipart (Stub) queued. Dependencies: email.mime.base (stub)
Analysis of multiprocessing.popen_fork (Library) queued. Dependencies: os, sys, signal, multiprocessing, multiprocessing.util, multiprocessing.connection
Analysis of multiprocessing.reduction (Library) queued. Dependencies: abc, copyreg, functools, io, os, pickle, socket, sys, multiprocessing, multiprocessing.context, array, multiprocessing.resource_sharer
Analysis of lib2to3.btm_matcher (Library) queued. Dependencies: logging, itertools, collections, lib2to3, lib2to3.pytree, lib2to3.btm_utils, lib2to3.pygram
Analysis of multiprocessing.popen_spawn_posix (Library) queued. Dependencies: io, os, multiprocessing.context, multiprocessing, multiprocessing.popen_fork, multiprocessing.spawn, multiprocessing.util, multiprocessing.semaphore_tracker
Analysis of multiprocessing.connection (Library) queued. Dependencies: multiprocessing.connection (stub), io, os, sys, socket, struct, time, tempfile, itertools, _multiprocessing, multiprocessing, multiprocessing.util, multiprocessing.context, hmac, xmlrpc, xmlrpc.client, selectors, multiprocessing.resource_sharer
Analysis of lib2to3.pygram (Library) queued. Dependencies: lib2to3.pygram (stub), os, lib2to3.pgen2, lib2to3.pgen2.token, lib2to3.pgen2.driver, lib2to3, lib2to3.pytree
Analysis of multiprocessing.queues (Library) queued. Dependencies: multiprocessing.queues (stub), sys, os, threading, collections, time, weakref, errno, queue, _multiprocessing, multiprocessing, multiprocessing.connection, multiprocessing.context, multiprocessing.util, multiprocessing.synchronize, traceback
Analysis of multiprocessing.managers (Library) queued. Dependencies: multiprocessing.managers (stub), sys, threading, array, queue, time, traceback, multiprocessing, multiprocessing.connection, multiprocessing.context, multiprocessing.pool, multiprocessing.process, multiprocessing.util
Analysis of nose.plugins.skip (Library) queued. Dependencies: nose.plugins.errorclass, unittest.case
Analysis of lib2to3.pygram (Stub) queued. Dependencies: lib2to3.pgen2.grammar (stub)
Analysis of email.mime.text (Stub) queued. Dependencies: email.mime.nonmultipart (stub)
Analysis of numpy.distutils.from_template (Library) queued. Dependencies: __future__, os, sys, re
Analysis of multiprocessing.popen_spawn_win32 (Library) queued. Dependencies: os, signal, sys, multiprocessing.context, multiprocessing, multiprocessing.spawn, multiprocessing.util
Analysis of psutil (Library) queued. Dependencies: __future__, collections, contextlib, datetime, errno, functools, os, signal, subprocess, sys, threading, time, pwd, psutil._common, psutil._compat, psutil._pslinux, psutil._pswindows, psutil._psosx, psutil._psbsd, psutil._pssunos, psutil._psaix, psutil._psposix, socket
Analysis of email.mime.base (Stub) queued. Dependencies: email (stub), email.message (stub)
Analysis of multiprocessing.forkserver (Library) queued. Dependencies: errno, os, selectors, signal, socket, struct, sys, threading, warnings, multiprocessing, multiprocessing.connection, multiprocessing.process, multiprocessing.context, multiprocessing.semaphore_tracker, multiprocessing.spawn, multiprocessing.util
Analysis of distutils.command.install (Stub) queued. Dependencies: 
Import:  concurrent.futures /Users/grwheele/anaconda3/envs/default/lib/python3.7/concurrent/futures/__init__.py 
Analysis of distutils.command.bdist_rpm (Stub) queued. Dependencies: 
Analysis of multiprocessing.spawn (Library) queued. Dependencies: os, sys, runpy, types, multiprocessing, multiprocessing.process, multiprocessing.context, multiprocessing.util, multiprocessing.semaphore_tracker
Analysis of setuptools.package_index (Library) queued. Dependencies: sys, os, re, shutil, socket, base64, hashlib, itertools, warnings, functools, setuptools.extern, setuptools, pkg_resources, setuptools.ssl_support, distutils, distutils.log, distutils.errors, fnmatch, setuptools.py27compat, setuptools.py33compat, setuptools.wheel, setuptools.command.easy_install
Analysis of distutils.command.build_scripts (Stub) queued. Dependencies: 
Analysis of multiprocessing.popen_forkserver (Library) queued. Dependencies: io, os, multiprocessing.context, multiprocessing, multiprocessing.forkserver, multiprocessing.popen_fork, multiprocessing.spawn, multiprocessing.util, multiprocessing.connection
Analysis of nose.tools.nontrivial (Library) queued. Dependencies: time, pdb, sys
Analysis of multiprocessing.sharedctypes (Library) queued. Dependencies: ctypes, weakref, multiprocessing, multiprocessing.heap, multiprocessing.context
Analysis of setuptools.archive_util (Library) queued. Dependencies: zipfile, tarfile, os, shutil, posixpath, contextlib, distutils.errors, pkg_resources
Analysis of nose.plugins.deprecated (Library) queued. Dependencies: nose.plugins.errorclass
Analysis of site (Stub) queued. Dependencies: sys (stub)
Analysis of numpy.distutils.conv_template (Library) queued. Dependencies: __future__, os, sys, re, numpy.distutils.compat
Analysis of tkinter.dialog (Stub) queued. Dependencies: tkinter (stub)
Analysis of setuptools.command.bdist_rpm (Library) queued. Dependencies: distutils, distutils.command, distutils.command.bdist_rpm
Analysis of distutils.command.install (Library) queued. Dependencies: distutils.command.install (stub), sys, os, distutils, distutils.log, distutils.core, distutils.debug, distutils.sysconfig, distutils.errors, distutils.file_util, distutils.util, site, pprint, distutils.fancy_getopt
Analysis of tkinter.filedialog (Stub) queued. Dependencies: tkinter (stub), tkinter.commondialog (stub)
Analysis of lib2to3.pgen2 (Stub) queued. Dependencies: os (stub), sys (stub)
Analysis of _queue (Compiled) queued. Dependencies: 
Analysis of nose.tools.trivial (Library) queued. Dependencies: re, unittest
Analysis of lib2to3.pgen2 (Library) queued. Dependencies: lib2to3.pgen2 (stub)
Analysis of tkinter (Stub) queued. Dependencies: tkinter.constants (stub)
Analysis of tkinter.constants (Stub) queued. Dependencies: 
Analysis of tkinter.commondialog (Stub) queued. Dependencies: 
Analysis of urllib.robotparser (Stub) queued. Dependencies: sys (stub)
Analysis of six.moves.urllib.error (Stub) queued. Dependencies: urllib.error (stub)
Analysis of tkinter.ttk (Stub) queued. Dependencies: sys (stub), tkinter (stub)
Analysis of six.moves.urllib.response (Stub) queued. Dependencies: urllib.response (stub)
Analysis of six.moves.urllib.parse (Stub) queued. Dependencies: urllib.parse (stub)
Analysis of distutils.cygwinccompiler (Stub) queued. Dependencies: distutils.unixccompiler (stub)
Analysis of six.moves.urllib.request (Stub) queued. Dependencies: urllib.request (stub)
Analysis of setuptools.command.setopt (Library) queued. Dependencies: distutils.util, distutils, distutils.log, distutils.errors, os, setuptools
Analysis of setuptools.sandbox (Library) queued. Dependencies: os, sys, tempfile, operator, functools, itertools, re, contextlib, pickle, textwrap, setuptools.extern, pkg_resources, pkg_resources.py31compat, distutils.errors
Import:  distutils._msvccompiler /Users/grwheele/anaconda3/envs/default/lib/python3.7/distutils/_msvccompiler.py 
Analysis of lib2to3.pgen2.driver (Stub) queued. Dependencies: os (stub), sys (stub), logging (stub), lib2to3.pytree (stub), lib2to3.pgen2 (stub), lib2to3.pgen2.grammar (stub)
Analysis of numpy.distutils.lib2def (Library) queued. Dependencies: __future__, re, sys, subprocess
Analysis of distutils.command.install_scripts (Stub) queued. Dependencies: 
Analysis of setuptools.py27compat (Library) queued. Dependencies: platform, setuptools.extern
Analysis of distutils.command.bdist_rpm (Library) queued. Dependencies: distutils.command.bdist_rpm (stub), subprocess, sys, os, distutils.core, distutils.debug, distutils.util, distutils.file_util, distutils.errors, distutils.sysconfig, distutils, distutils.log
Analysis of _markupbase (Stub) queued. Dependencies: 
Analysis of concurrent.futures (Stub) queued. Dependencies: concurrent.futures._base (stub), concurrent.futures.thread (stub), concurrent.futures.process (stub)
Analysis of nose.loader (Library) queued. Dependencies: logging, os, sys, unittest, types, inspect, nose.pyversion, nose.case, nose.failure, nose.config, nose.importer, nose.selector, nose.util, nose.suite, collections
Analysis of lib2to3.pytree (Library) queued. Dependencies: lib2to3.pytree (stub), sys, io, lib2to3.pygram
Analysis of lib2to3.pgen2.tokenize (Stub) queued. Dependencies: lib2to3.pgen2.token (stub)
Analysis of site (Library) queued. Dependencies: site (stub), sys, os, _sitebuiltins, traceback, atexit, readline, rlcompleter, textwrap
Analysis of _pytest.unittest (User) queued. Dependencies: __future__, sys, traceback, _pytest, _pytest._code, pytest, _pytest.compat, _pytest.config, _pytest.outcomes, _pytest.python, unittest
Analysis of distutils.command.build_scripts (Library) queued. Dependencies: distutils.command.build_scripts (stub), os, re, stat, distutils, distutils.sysconfig, distutils.core, distutils.dep_util, distutils.util, distutils.log, tokenize
Import:  setuptools.command.py36compat /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/command/py36compat.py 
Analysis of distutils.command.install_scripts (Library) queued. Dependencies: distutils.command.install_scripts (stub), os, distutils.core, distutils, distutils.log, stat
Analysis of concurrent.futures (Library) queued. Dependencies: concurrent.futures (stub), concurrent.futures._base, concurrent.futures.process, concurrent.futures.thread
Analysis of lib2to3 (Stub) queued. Dependencies: 
Analysis of lib2to3 (Library) queued. Dependencies: lib2to3 (stub)
Analysis of lib2to3.pgen2.token (Library) queued. Dependencies: lib2to3.pgen2.token (stub)
Analysis of lib2to3.pytree (Stub) queued. Dependencies: sys (stub), lib2to3.pgen2.grammar (stub)
Analysis of lib2to3.pgen2.driver (Library) queued. Dependencies: lib2to3.pgen2.driver (stub), codecs, io, os, logging, pkgutil, sys, lib2to3.pgen2, lib2to3.pgen2.grammar, lib2to3.pgen2.parse, lib2to3.pgen2.token, lib2to3.pgen2.tokenize, lib2to3.pgen2.pgen
Analysis of lib2to3.pgen2.token (Stub) queued. Dependencies: sys (stub)
Analysis of distutils.cygwinccompiler (Library) queued. Dependencies: distutils.cygwinccompiler (stub), os, sys, copy, subprocess, re, distutils.ccompiler, distutils.unixccompiler, distutils.file_util, distutils.errors, distutils, distutils.log, distutils.version, distutils.spawn, distutils.sysconfig
Analysis of lib2to3.pgen2.tokenize (Library) queued. Dependencies: lib2to3.pgen2.tokenize (stub), string, re, codecs, lib2to3.pgen2.token, lib2to3.pgen2, sys
Analysis of lib2to3.fixer_util (Library) queued. Dependencies: lib2to3.pgen2, lib2to3.pgen2.token, lib2to3.pytree, lib2to3.pygram, lib2to3, lib2to3.patcomp
Analysis of distutils._msvccompiler (Library) queued. Dependencies: os, shutil, stat, subprocess, distutils.errors, distutils.ccompiler, distutils, distutils.log, distutils.util, itertools, json, glob
Analysis of attr._make (Library) queued. Dependencies: __future__, copy, hashlib, linecache, sys, threading, warnings, operator, attr, attr._config, attr._compat, attr.exceptions
Import:  setuptools.py33compat /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/py33compat.py 
Analysis of setuptools.command.py36compat (Library) queued. Dependencies: os, glob, distutils.util, distutils.command, distutils.command.sdist
Import:  numpy.f2py.crackfortran /Users/grwheele/.local/lib/python3.7/site-packages/numpy/f2py/crackfortran.py 
Analysis of setuptools.py33compat (Library) queued. Dependencies: dis, array, collections, html, setuptools.extern
Analysis of numpy.distutils.fcompiler (Library) on depth 4 completed in 80.55 ms.
Import:  numpy.f2py.rules /Users/grwheele/.local/lib/python3.7/site-packages/numpy/f2py/rules.py 
Import:  numpy.f2py.cb_rules /Users/grwheele/.local/lib/python3.7/site-packages/numpy/f2py/cb_rules.py 
Import:  numpy.f2py.auxfuncs /Users/grwheele/.local/lib/python3.7/site-packages/numpy/f2py/auxfuncs.py 
Import:  numpy.f2py.cfuncs /Users/grwheele/.local/lib/python3.7/site-packages/numpy/f2py/cfuncs.py 
Import:  numpy.f2py.f90mod_rules /Users/grwheele/.local/lib/python3.7/site-packages/numpy/f2py/f90mod_rules.py 
Import:  numpy.f2py.__version__ /Users/grwheele/.local/lib/python3.7/site-packages/numpy/f2py/__version__.py 
Import:  logging.handlers /Users/grwheele/anaconda3/envs/default/lib/python3.7/logging/handlers.py 
Import:  json /Users/grwheele/anaconda3/envs/default/lib/python3.7/json/__init__.py 
Import:  setuptools.windows_support /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/windows_support.py 
Import:  setuptools.config /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/config.py 
Create compiled (scraped):  _csv /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_csv.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Import:  setuptools.namespaces /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/namespaces.py 
Analysis of numpy.distutils.command.config_compiler (Library) on depth 5 completed in 3.17 ms.
Import:  cffi.api /Users/grwheele/.local/lib/python3.7/site-packages/cffi/api.py 
Analysis of _csv (Stub) queued. Dependencies: sys (stub)
Analysis of setuptools.namespaces (Library) queued. Dependencies: os, distutils, distutils.log, itertools
Import:  cffi.error /Users/grwheele/.local/lib/python3.7/site-packages/cffi/error.py 
Import:  setuptools.pep425tags /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/pep425tags.py 
Import:  ctypes.macholib.dyld /Users/grwheele/anaconda3/envs/default/lib/python3.7/ctypes/macholib/dyld.py 
Analysis of numpy.distutils.ccompiler (Library) on depth 4 completed in 6.07 ms.
Import:  ctypes._aix /Users/grwheele/anaconda3/envs/default/lib/python3.7/ctypes/_aix.py 
Import:  nose.case /Users/grwheele/.local/lib/python3.7/site-packages/nose/case.py 
Analysis of numpy.distutils.unixccompiler (Library) on depth 4 completed in 14.36 ms.
Import:  nose.proxy /Users/grwheele/.local/lib/python3.7/site-packages/nose/proxy.py 
Create compiled (scraped):  _multiprocessing /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_multiprocessing.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Analysis of numpy.distutils (Library) on depth 3 completed in 2.99 ms.
Import:  multiprocessing.semaphore_tracker /Users/grwheele/anaconda3/envs/default/lib/python3.7/multiprocessing/semaphore_tracker.py 
Import:  multiprocessing.heap /Users/grwheele/anaconda3/envs/default/lib/python3.7/multiprocessing/heap.py 
Import:  setuptools.unicode_utils /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/unicode_utils.py 
Analysis of numpy.f2py.crackfortran (Library) queued. Dependencies: __future__, sys, string, fileinput, re, os, copy, platform, numpy.f2py, numpy.f2py.__version__, numpy.f2py.auxfuncs
Analysis of numpy.polynomial.legendre (Library) on depth 3 completed in 4.22 ms.
Import:  setuptools.glob /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/glob.py 
Create compiled (scraped):  _contextvars /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_contextvars.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Analysis of setuptools.glob (Library) queued. Dependencies: os, re, fnmatch
Import:  multiprocessing.resource_sharer /Users/grwheele/anaconda3/envs/default/lib/python3.7/multiprocessing/resource_sharer.py 
Import:  lib2to3.btm_utils /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib2to3/btm_utils.py 
Analysis of numpy.polynomial.hermite (Library) on depth 3 completed in 10.82 ms.
Import:  hmac /Users/grwheele/anaconda3/envs/default/lib/python3.7/hmac.py 
Analysis of cffi.api (Library) queued. Dependencies: sys, types, cffi.lock, cffi.error, cffi, cffi.model, collections, _cffi_backend, cffi.cparser, cffi.verifier, os, sysconfig, distutils, distutils.sysconfig, cffi.pkgconfig, distutils.dir_util, cffi.recompiler, re, ctypes, ctypes.util
Analysis of numpy.f2py.rules (Library) queued. Dependencies: __future__, numpy.f2py, numpy.f2py.__version__, os, time, copy, numpy.f2py.auxfuncs, numpy.f2py.capi_maps, numpy.f2py.cfuncs, numpy.f2py.common_rules, numpy.f2py.use_rules, numpy.f2py.f90mod_rules, numpy.f2py.func2subr
Analysis of cffi.error (Library) queued. Dependencies: 
Import:  xmlrpc /Users/grwheele/anaconda3/envs/default/lib/python3.7/xmlrpc/__init__.py 
Import:  xmlrpc.client /Users/grwheele/anaconda3/envs/default/lib/python3.7/xmlrpc/client.py 
Analysis of setuptools.pep425tags (Library) queued. Dependencies: __future__, distutils, distutils.util, distutils.log, platform, re, sys, sysconfig, warnings, collections, setuptools.extern, setuptools, setuptools.glibc, imp
Analysis of numpy.polynomial.hermite_e (Library) on depth 3 completed in 10.02 ms.
Analysis of ctypes.macholib.dyld (Library) queued. Dependencies: os, ctypes.macholib.framework, ctypes.macholib.dylib, itertools, sys
Analysis of ctypes._aix (Library) queued. Dependencies: re, os, sys, ctypes, subprocess
Analysis of _csv (Compiled) queued. Dependencies: _csv (stub)
Import:  psutil._common /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/psutil/_common.py 
Analysis of numpy.polynomial.laguerre (Library) on depth 3 completed in 6.63 ms.
Analysis of nose.case (Library) queued. Dependencies: logging, sys, unittest, inspect, nose.config, nose.failure, nose.util, collections
Analysis of nose.proxy (Library) queued. Dependencies: logging, nose.config, nose.plugins.skip
Analysis of _multiprocessing (Compiled) queued. Dependencies: 
Import:  psutil._compat /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/psutil/_compat.py 
Import:  psutil._pslinux /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/psutil/_pslinux.py 
Analysis of numpy.f2py.cb_rules (Library) queued. Dependencies: __future__, numpy.f2py, numpy.f2py.__version__, numpy.f2py.auxfuncs, numpy.f2py.cfuncs, numpy.f2py.capi_maps
Analysis of numpy.polynomial.chebyshev (Library) on depth 3 completed in 9.35 ms.
Import:  psutil._pswindows /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/psutil/_pswindows.py 
Analysis of numpy.polynomial.polynomial (Library) on depth 3 completed in 6.04 ms.
Import:  psutil._psosx /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/psutil/_psosx.py 
Analysis of numpy.fft.pocketfft (Library) on depth 3 completed in 3.08 ms.
Import:  psutil._psbsd /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/psutil/_psbsd.py 
Import:  psutil._pssunos /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/psutil/_pssunos.py 
Import:  psutil._psaix /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/psutil/_psaix.py 
Import:  psutil._psposix /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/psutil/_psposix.py 
Import:  setuptools.ssl_support /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/ssl_support.py 
Analysis of numpy.linalg.linalg (Library) on depth 3 completed in 11.5 ms.
Analysis of numpy.fft.helper (Library) on depth 3 completed in 0.58 ms.
Import:  nose.selector /Users/grwheele/.local/lib/python3.7/site-packages/nose/selector.py 
Import:  _sitebuiltins /Users/grwheele/anaconda3/envs/default/lib/python3.7/_sitebuiltins.py 
Import:  rlcompleter /Users/grwheele/anaconda3/envs/default/lib/python3.7/rlcompleter.py 
Import:  concurrent.futures._base /Users/grwheele/anaconda3/envs/default/lib/python3.7/concurrent/futures/_base.py 
Analysis of numpy.core._multiarray_umath (Compiled) on depth 3 completed in 23.41 ms.
Analysis of numpy.core.umath (Library) on depth 3 completed in 0.55 ms.
Analysis of numpy.core._methods (Library) on depth 3 completed in 3.12 ms.
Import:  concurrent.futures.process /Users/grwheele/anaconda3/envs/default/lib/python3.7/concurrent/futures/process.py 
Import:  concurrent.futures.thread /Users/grwheele/anaconda3/envs/default/lib/python3.7/concurrent/futures/thread.py 
Analysis of numpy.core.fromnumeric (Library) on depth 3 completed in 26.77 ms.
Import:  lib2to3.pgen2.grammar /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib2to3/pgen2/grammar.py 
Analysis of numpy.core.machar (Library) on depth 3 completed in 1.56 ms.
Import:  lib2to3.pgen2.parse /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib2to3/pgen2/parse.py 
Import:  lib2to3.pgen2.pgen /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib2to3/pgen2/pgen.py 
Import:  lib2to3.patcomp /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib2to3/patcomp.py 
Import:  attr._config /Users/grwheele/.local/lib/python3.7/site-packages/attr/_config.py 
Import:  attr._compat /Users/grwheele/.local/lib/python3.7/site-packages/attr/_compat.py 
Analysis of numpy.core.getlimits (Library) on depth 3 completed in 9.8 ms.
Analysis of multiprocessing.semaphore_tracker (Library) queued. Dependencies: os, signal, sys, threading, warnings, _multiprocessing, multiprocessing, multiprocessing.spawn, multiprocessing.util
Import:  fileinput /Users/grwheele/anaconda3/envs/default/lib/python3.7/fileinput.py 
Analysis of attr._compat (Library) queued. Dependencies: __future__, platform, sys, types, warnings, collections, collections.abc, ctypes
Analysis of _contextvars (Compiled) queued. Dependencies: 
Analysis of attr._config (Library) queued. Dependencies: __future__
Import:  cffi.lock /Users/grwheele/.local/lib/python3.7/site-packages/cffi/lock.py 
Analysis of multiprocessing.heap (Library) queued. Dependencies: bisect, mmap, os, sys, tempfile, threading, multiprocessing.context, multiprocessing, multiprocessing.util
Analysis of setuptools.unicode_utils (Library) queued. Dependencies: unicodedata, sys, setuptools.extern
Analysis of fileinput (Stub) queued. Dependencies: os (stub), sys (stub)
Analysis of numpy.lib.type_check (Library) on depth 3 completed in 5.09 ms.
Analysis of lib2to3.patcomp (Library) queued. Dependencies: io, lib2to3.pgen2, lib2to3.pgen2.driver, lib2to3.pgen2.literals, lib2to3.pgen2.token, lib2to3.pgen2.tokenize, lib2to3.pgen2.parse, lib2to3.pgen2.grammar, lib2to3, lib2to3.pytree, lib2to3.pygram
Import:  cffi.model /Users/grwheele/.local/lib/python3.7/site-packages/cffi/model.py 
Analysis of cffi.lock (Library) queued. Dependencies: sys, _thread, _dummy_thread
Analysis of fileinput (Library) queued. Dependencies: fileinput (stub), sys, os, warnings, gzip, bz2, getopt
Analysis of lib2to3.pgen2.pgen (Library) queued. Dependencies: lib2to3.pgen2.pgen (stub), lib2to3.pgen2, lib2to3.pgen2.grammar, lib2to3.pgen2.token, lib2to3.pgen2.tokenize
Analysis of numpy.f2py.auxfuncs (Library) queued. Dependencies: __future__, pprint, sys, types, functools, numpy.f2py, numpy.f2py.__version__, numpy.f2py.cfuncs, numpy.f2py.capi_maps
Analysis of lib2to3.pgen2.pgen (Stub) queued. Dependencies: lib2to3.pgen2 (stub), lib2to3.pgen2.grammar (stub), lib2to3.pgen2.tokenize (stub)
Analysis of numpy.f2py.cfuncs (Library) queued. Dependencies: __future__, sys, copy, numpy.f2py, numpy.f2py.__version__, numpy.f2py.capi_maps
Analysis of lib2to3.pgen2.parse (Library) queued. Dependencies: lib2to3.pgen2.parse (stub), lib2to3.pgen2, lib2to3.pgen2.token
Analysis of numpy.lib.financial (Library) on depth 3 completed in 5.75 ms.
Analysis of numpy.f2py.f90mod_rules (Library) queued. Dependencies: __future__, numpy, numpy.f2py, numpy.f2py.capi_maps, numpy.f2py.func2subr, numpy.f2py.crackfortran, numpy.f2py.auxfuncs, numpy.f2py.rules
Analysis of numpy.f2py.__version__ (Library) queued. Dependencies: __future__
Analysis of lib2to3.pgen2.parse (Stub) queued. Dependencies: lib2to3.pgen2.grammar (stub), lib2to3.pytree (stub)
Analysis of hmac (Stub) queued. Dependencies: types (stub), sys (stub)
Analysis of json (Stub) queued. Dependencies: sys (stub), json.decoder (stub), json.encoder (stub)
Analysis of xmlrpc (Library) queued. Dependencies: 
Analysis of setuptools.windows_support (Library) queued. Dependencies: platform, ctypes
Analysis of lib2to3.pgen2.grammar (Stub) queued. Dependencies: lib2to3.pgen2 (stub)
Analysis of hmac (Library) queued. Dependencies: hmac (stub), warnings, _operator, _hashlib, hashlib
Analysis of json (Library) queued. Dependencies: json (stub), json.decoder, json.encoder, codecs
Analysis of multiprocessing.resource_sharer (Library) queued. Dependencies: os, signal, socket, sys, threading, multiprocessing, multiprocessing.process, multiprocessing.context, multiprocessing.util, multiprocessing.connection
Analysis of lib2to3.btm_utils (Library) queued. Dependencies: lib2to3, lib2to3.pytree, lib2to3.pgen2, lib2to3.pgen2.grammar, lib2to3.pgen2.token, lib2to3.pygram
Analysis of setuptools.config (Library) queued. Dependencies: __future__, io, os, sys, warnings, functools, collections, importlib, distutils.errors, setuptools.dist, setuptools
Analysis of psutil._compat (Library) queued. Dependencies: collections, functools, os, sys, threading, dummy_threading, shutil, fcntl, termios, struct
Analysis of xmlrpc.client (Library) queued. Dependencies: base64, sys, time, datetime, decimal, http, http.client, urllib, urllib.parse, xml.parsers, xml.parsers.expat, errno, io, gzip
Analysis of concurrent.futures.thread (Stub) queued. Dependencies: concurrent.futures._base (stub), sys (stub)
Analysis of concurrent.futures._base (Stub) queued. Dependencies: types (stub), sys (stub)
Analysis of concurrent.futures.process (Stub) queued. Dependencies: concurrent.futures._base (stub), sys (stub)
Analysis of rlcompleter (Stub) queued. Dependencies: sys (stub)
Analysis of _sitebuiltins (Library) queued. Dependencies: sys, os, pydoc
Analysis of logging.handlers (Stub) queued. Dependencies: datetime (stub), logging (stub), socket (stub), ssl (stub), sys (stub), queue (stub)
Analysis of psutil._psosx (Library) queued. Dependencies: contextlib, errno, functools, os, socket, collections, psutil, psutil._common, psutil._psposix, psutil._psutil_osx, psutil._psutil_posix
Analysis of psutil._pswindows (Library) queued. Dependencies: contextlib, errno, functools, os, sys, time, collections, psutil, psutil._common, psutil._compat, enum
Analysis of psutil._common (Library) queued. Dependencies: __future__, contextlib, errno, functools, os, socket, stat, sys, threading, warnings, collections, enum
Analysis of psutil._psposix (Library) queued. Dependencies: errno, glob, os, sys, time, psutil._common, psutil._compat
Analysis of setuptools.ssl_support (Library) queued. Dependencies: os, socket, atexit, re, functools, pkg_resources, ssl
Analysis of nose.selector (Library) queued. Dependencies: logging, os, unittest, nose.config, nose.util
Analysis of psutil._pssunos (Library) queued. Dependencies: errno, functools, os, socket, subprocess, sys, collections, psutil, psutil._common, psutil._psposix, psutil._psutil_posix, psutil._compat
Analysis of numpy.core.multiarray (Library) on depth 3 completed in 39.43 ms.
Analysis of numpy.core.numeric (Library) on depth 3 completed in 81.84 ms.
Analysis of concurrent.futures._base (Library) queued. Dependencies: concurrent.futures._base (stub), collections, logging, threading, time
Analysis of psutil._psbsd (Library) queued. Dependencies: contextlib, errno, functools, os, xml, xml.etree, xml.etree.ElementTree, collections, socket, psutil, psutil._common, psutil._psposix, psutil._psutil_posix, psutil._compat
Analysis of rlcompleter (Library) queued. Dependencies: rlcompleter (stub), atexit, keyword, re, readline
Analysis of concurrent.futures.thread (Library) queued. Dependencies: concurrent.futures.thread (stub), atexit, concurrent.futures, concurrent.futures._base, itertools, queue, threading, weakref, os
Analysis of concurrent.futures.process (Library) queued. Dependencies: concurrent.futures.process (stub), atexit, os, concurrent.futures, concurrent.futures._base, queue, multiprocessing, multiprocessing.connection, multiprocessing.queues, threading, weakref, functools, itertools, traceback
Analysis of psutil._psaix (Library) queued. Dependencies: errno, functools, glob, os, re, subprocess, sys, collections, socket, psutil, psutil._common, psutil._psposix, psutil._psutil_posix, psutil._compat
Create compiled (scraped):  _cffi_backend /Users/grwheele/.local/lib/python3.7/site-packages/_cffi_backend.cpython-37m-darwin.so /Users/grwheele/.local/lib/python3.7/site-packages 
Analysis of lib2to3.pgen2.grammar (Library) queued. Dependencies: lib2to3.pgen2.grammar (stub), collections, pickle, lib2to3.pgen2, lib2to3.pgen2.token, pprint
Analysis of cffi.model (Library) queued. Dependencies: types, weakref, cffi.lock, cffi.error, warnings
Analysis of logging.handlers (Library) queued. Dependencies: logging.handlers (stub), logging, socket, os, pickle, struct, time, re, stat, queue, threading, smtplib, email.message, email, email.utils, http, http.client, urllib, urllib.parse, base64
Analysis of psutil._pslinux (Library) queued. Dependencies: __future__, base64, collections, errno, functools, glob, os, re, socket, struct, sys, traceback, warnings, psutil, psutil._common, psutil._psposix, psutil._psutil_posix, psutil._compat, enum
Analysis of numpy.core._type_aliases (Library) on depth 4 completed in 31.06 ms.
Import:  cffi.cparser /Users/grwheele/.local/lib/python3.7/site-packages/cffi/cparser.py 
Analysis of numpy.core.function_base (Library) on depth 3 completed in 39.86 ms.
Analysis of numpy.core.memmap (Library) on depth 3 completed in 40.3 ms.
Analysis of numpy.core.shape_base (Library) on depth 3 completed in 41.36 ms.
Analysis of numpy.core.defchararray (Library) on depth 3 completed in 41.97 ms.
Analysis of numpy.core._internal (Library) on depth 3 completed in 42.87 ms.
Analysis of numpy.core.records (Library) on depth 3 completed in 47.41 ms.
Analysis of numpy.core.einsumfunc (Library) on depth 3 completed in 52.06 ms.
Analysis of _cffi_backend (Compiled) queued. Dependencies: 
Import:  cffi.verifier /Users/grwheele/.local/lib/python3.7/site-packages/cffi/verifier.py 
Analysis of cffi.cparser (Library) queued. Dependencies: cffi, cffi.model, cffi.commontypes, cffi.error, pycparser, weakref, re, sys, _thread, pycparser.yacctab, pycparser.lextab, warnings
Import:  cffi.pkgconfig /Users/grwheele/.local/lib/python3.7/site-packages/cffi/pkgconfig.py 
Analysis of numpy.core._add_newdocs (Library) on depth 3 completed in 5.78 ms.
Analysis of cffi.verifier (Library) queued. Dependencies: sys, os, binascii, shutil, io, cffi, cffi.ffiplatform, cffi.error, importlib, importlib.machinery, imp, _cffi_backend, cffi.vengine_gen, cffi.vengine_cpy
Analysis of numpy.core.numerictypes (Library) on depth 3 completed in 7.98 ms.
Analysis version 880 has been completed in 1601.18 ms with 154 entries analyzed and 538 entries skipped.
Analysis version 953 of 886 entries has started.
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Analysis of _tracemalloc(CompiledBuiltin) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of zipimport(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of _sre(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Analysis of _codecs(CompiledBuiltin) canceled (no AST yet).
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Analysis of marshal(CompiledBuiltin) canceled (no AST yet).
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Analysis of _pytest.config.exceptions (User) on depth 0 completed in 0.21 ms.
Analysis of abc (Stub) on depth 3 completed in 3.37 ms.
Analysis of numpy.random.bounded_integers (Compiled) on depth 3 completed in 0.48 ms.
Analysis of numpy.testing._private (Library) on depth 3 completed in 0.44 ms.
Analysis of numpy.random.entropy (Compiled) on depth 3 completed in 0.51 ms.
Analysis of _pytest._argcomplete (User) on depth 0 completed in 1.18 ms.
Analysis of _pytest._io.saferepr (User) on depth 0 completed in 2.77 ms.
Analysis of _pytest._version (Library) on depth 1 completed in 4.61 ms.
Analysis of _dummy_thread (Library) on depth 5 completed in 5.66 ms.
Import:  cffi.recompiler /Users/grwheele/.local/lib/python3.7/site-packages/cffi/recompiler.py 
Analysis of _pytest.pathlib (User) on depth 0 completed in 15.01 ms.
Analysis of numpy.testing._private.parameterized (Library) on depth 4 completed in 15.31 ms.
Analysis of cffi.pkgconfig (Library) queued. Dependencies: sys, os, subprocess, cffi.error
Analysis of _pytest.runner (User) on depth 0 completed in 17.23 ms.
Analysis of more_itertools.more (Library) on depth 1 completed in 39.52 ms.
Analysis of _pytest._code.code (User) on depth 0 completed in 43.09 ms.
Analysis of atomicwrites (Library) on depth 1 completed in 43.45 ms.
Analysis of nose.plugins.errorclass (Library) on depth 5 completed in 43.14 ms.
Analysis of nose.plugins.base (Library) on depth 5 completed in 44.27 ms.
Analysis of nose.plugins.doctests (Library) on depth 5 completed in 46.48 ms.
Analysis of scipy._lib._version (Library) on depth 5 completed in 6.35 ms.
Analysis of nose.exc (Library) on depth 5 completed in 0.28 ms.
Analysis of nose.tools (Library) on depth 5 completed in 0.22 ms.
Analysis of nose.util (Library) on depth 5 completed in 51.56 ms.
Analysis of py._error (Library) on depth 2 completed in 4.86 ms.
Analysis of py._vendored_packages.apipkg (Library) on depth 2 completed in 5 ms.
Analysis of py._version (Library) on depth 2 completed in 2.53 ms.
Analysis of nose.plugins.manager (Library) on depth 5 completed in 3.46 ms.
Analysis of nose.plugins.plugintest (Library) on depth 5 completed in 4.29 ms.
Import:  numpy.f2py.capi_maps /Users/grwheele/.local/lib/python3.7/site-packages/numpy/f2py/capi_maps.py 
Analysis of multiprocessing.pool (Stub) on depth 6 completed in 1.45 ms.
Import:  numpy.f2py.common_rules /Users/grwheele/.local/lib/python3.7/site-packages/numpy/f2py/common_rules.py 
Analysis of pluggy._version (Library) on depth 2 completed in 0.92 ms.
Import:  numpy.f2py.use_rules /Users/grwheele/.local/lib/python3.7/site-packages/numpy/f2py/use_rules.py 
Import:  numpy.f2py.func2subr /Users/grwheele/.local/lib/python3.7/site-packages/numpy/f2py/func2subr.py 
Analysis of pluggy.manager (Library) on depth 2 completed in 3.68 ms.
Analysis of pluggy.callers (Library) on depth 2 completed in 2 ms.
Analysis of _pytest._code.source (User) on depth 0 completed in 5.89 ms.
Analysis of distutils.errors (Stub) on depth 5 completed in 0.59 ms.
Import:  setuptools.glibc /Users/grwheele/.local/lib/python3.7/site-packages/setuptools/glibc.py 
Import:  ctypes.macholib.framework /Users/grwheele/anaconda3/envs/default/lib/python3.7/ctypes/macholib/framework.py 
Import:  ctypes.macholib.dylib /Users/grwheele/anaconda3/envs/default/lib/python3.7/ctypes/macholib/dylib.py 
Import:  lib2to3.pgen2.literals /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib2to3/pgen2/literals.py 
Import:  json.decoder /Users/grwheele/anaconda3/envs/default/lib/python3.7/json/decoder.py 
Analysis of _pydecimal (Library) on depth 2 completed in 49.47 ms.
Import:  json.encoder /Users/grwheele/anaconda3/envs/default/lib/python3.7/json/encoder.py 
Analysis of distutils.fancy_getopt (Stub) on depth 6 completed in 0.43 ms.
Analysis of distutils.util (Stub) on depth 6 completed in 0.34 ms.
Analysis of distutils.spawn (Stub) on depth 7 completed in 0.08 ms.
Analysis of cffi.recompiler (Library) queued. Dependencies: os, sys, io, cffi, cffi.ffiplatform, cffi.model, cffi.error, cffi.cffi_opcode, distutils.msvc9compiler, distutils.ccompiler, distutils.command.build_ext
Import:  xml.parsers /Users/grwheele/anaconda3/envs/default/lib/python3.7/xml/parsers/__init__.py 
Create compiled (scraped):  psutil._psutil_osx /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/psutil/_psutil_osx.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages 
Create compiled (scraped):  psutil._psutil_posix /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages/psutil/_psutil_posix.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/site-packages 
Analysis of lib2to3.refactor (Library) on depth 6 completed in 8.99 ms.
Import:  xml /Users/grwheele/anaconda3/envs/default/lib/python3.7/xml/__init__.py 
Import:  xml.etree /Users/grwheele/anaconda3/envs/default/lib/python3.7/xml/etree/__init__.py 
Analysis of distutils.filelist (Library) on depth 6 completed in 2.65 ms.
Analysis of distutils.text_file (Library) on depth 6 completed in 1.45 ms.
Import:  xml.etree.ElementTree /Users/grwheele/anaconda3/envs/default/lib/python3.7/xml/etree/ElementTree.py 
Analysis of distutils.file_util (Stub) on depth 6 completed in 0.17 ms.
Analysis of distutils.dep_util (Stub) on depth 7 completed in 0.11 ms.
Analysis of distutils.debug (Stub) on depth 6 completed in 0.04 ms.
Analysis of curses (Stub) on depth 5 completed in 0.15 ms.
Analysis of distutils.command (Stub) on depth 7 completed in 0.01 ms.
Analysis of distutils.dir_util (Stub) on depth 5 completed in 0.14 ms.
Analysis of curses.has_key (Library) on depth 5 completed in 0.72 ms.
Analysis of distutils.config (Library) on depth 5 completed in 0.79 ms.
Import:  smtplib /Users/grwheele/anaconda3/envs/default/lib/python3.7/smtplib.py 
Import:  cffi.commontypes /Users/grwheele/.local/lib/python3.7/site-packages/cffi/commontypes.py 
Analysis of distutils.extension (Library) on depth 5 completed in 9.92 ms.
Import:  pycparser /Users/grwheele/.local/lib/python3.7/site-packages/pycparser/__init__.py 
Analysis of xml.etree.ElementTree (Library) queued. Dependencies: xml.etree.ElementTree (stub), sys, re, warnings, io, collections, collections.abc, contextlib, xml.etree, xml.etree.ElementPath, locale, xml.parsers, xml.parsers.expat, pyexpat, _elementtree
Analysis of numpy.distutils.command.build_py (Library) on depth 5 completed in 17.82 ms.
Analysis of smtplib (Library) queued. Dependencies: smtplib (stub), socket, io, re, email, email.utils, email.message, email.generator, base64, hmac, copy, datetime, sys, email.base64mime, ssl, warnings
Analysis of xml.etree.ElementTree (Stub) queued. Dependencies: io (stub), sys (stub)
Import:  pycparser.yacctab /Users/grwheele/.local/lib/python3.7/site-packages/pycparser/yacctab.py 
Analysis of smtplib (Stub) queued. Dependencies: email.message (stub)
Analysis of xml.etree (Library) queued. Dependencies: xml.etree (stub)
Import:  pycparser.lextab /Users/grwheele/.local/lib/python3.7/site-packages/pycparser/lextab.py 
Analysis of numpy.distutils.command.build_ext (Library) on depth 5 completed in 7.8 ms.
Import:  cffi.ffiplatform /Users/grwheele/.local/lib/python3.7/site-packages/cffi/ffiplatform.py 
Analysis of numpy.f2py.capi_maps (Library) queued. Dependencies: __future__, numpy.f2py, numpy.f2py.__version__, copy, re, os, sys, numpy.f2py.crackfortran, numpy.f2py.cb_rules, numpy.f2py.auxfuncs
Import:  cffi.vengine_gen /Users/grwheele/.local/lib/python3.7/site-packages/cffi/vengine_gen.py 
Analysis of numpy.distutils.command.build_clib (Library) on depth 5 completed in 7.2 ms.
Import:  cffi.vengine_cpy /Users/grwheele/.local/lib/python3.7/site-packages/cffi/vengine_cpy.py 
Analysis of numpy.distutils.command.build_src (Library) on depth 5 completed in 4.64 ms.
Analysis of numpy.distutils.command.build_scripts (Library) on depth 5 completed in 0.46 ms.
Analysis of numpy.distutils.command.sdist (Library) on depth 5 completed in 0.31 ms.
Analysis of numpy.distutils.command.install_data (Library) on depth 5 completed in 0.23 ms.
Analysis of numpy.distutils.command.install_headers (Library) on depth 5 completed in 0.31 ms.
Analysis of numpy.distutils.command.install (Library) on depth 5 completed in 0.71 ms.
Analysis of numpy.distutils.command.bdist_rpm (Library) on depth 5 completed in 0.36 ms.
Analysis of numpy.distutils.command.install_clib (Library) on depth 5 completed in 0.52 ms.
Analysis of numpy.distutils.command.develop (Library) on depth 5 completed in 0.21 ms.
Analysis of numpy.distutils.command.egg_info (Library) on depth 5 completed in 0.47 ms.
Analysis of distutils.archive_util (Library) on depth 6 completed in 1.53 ms.
Analysis of queue (Library) on depth 6 completed in 2.4 ms.
Analysis of multiprocessing.util (Library) on depth 6 completed in 3.93 ms.
Analysis of multiprocessing.dummy (Library) on depth 6 completed in 1.48 ms.
Analysis of numpy.f2py (Library) on depth 5 completed in 1.98 ms.
Analysis of distutils.unixccompiler (Stub) on depth 6 completed in 0.09 ms.
Analysis of distutils.sysconfig (Stub) on depth 6 completed in 0.28 ms.
Analysis of distutils.cmd (Stub) on depth 6 completed in 0.8 ms.
Analysis of decimal (Library) on depth 1 completed in 19.85 ms.
Analysis of distutils.command (Library) on depth 6 completed in 0.15 ms.
Analysis of distutils.core (Stub) on depth 5 completed in 0.5 ms.
Analysis of numbers (Stub) on depth 2 completed in 1.14 ms.
Analysis of configparser (Stub) on depth 6 completed in 2.55 ms.
Analysis of distutils.version (Stub) on depth 6 completed in 0.59 ms.
Analysis of pipes (Stub) on depth 7 completed in 0.19 ms.
Analysis of _pytest._code (User) on depth 0 completed in 0.25 ms.
Analysis of _pytest.deprecated (User) on depth 0 completed in 0.39 ms.
Analysis of multiprocessing (Stub) on depth 5 completed in 0.78 ms.
Analysis of six (Stub) on depth 2 completed in 0.81 ms.
Import:  cffi.cffi_opcode /Users/grwheele/.local/lib/python3.7/site-packages/cffi/cffi_opcode.py 
Analysis of numpy.f2py.common_rules (Library) queued. Dependencies: __future__, numpy.f2py, numpy.f2py.__version__, numpy.f2py.auxfuncs, numpy.f2py.capi_maps, numpy.f2py.func2subr, numpy.f2py.crackfortran
Analysis of cffi.vengine_cpy (Library) queued. Dependencies: sys, imp, cffi, cffi.model, cffi.error, warnings
Analysis of lib2to3.pgen2.literals (Stub) queued. Dependencies: 
Import:  xml.etree.ElementPath /Users/grwheele/anaconda3/envs/default/lib/python3.7/xml/etree/ElementPath.py 
Analysis of scipy._distributor_init (Library) on depth 5 completed in 13.79 ms.
Analysis of numpy.f2py.use_rules (Library) queued. Dependencies: __future__, numpy.f2py.auxfuncs
Create compiled (scraped):  _elementtree /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_elementtree.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Analysis of cffi.vengine_gen (Library) queued. Dependencies: sys, os, types, cffi, cffi.model, cffi.error
Analysis of cffi.commontypes (Library) queued. Dependencies: sys, cffi, cffi.model, cffi.error, _cffi_backend
Analysis of cffi.ffiplatform (Library) queued. Dependencies: sys, os, cffi.error, distutils.core, distutils, distutils.errors, distutils.log, io, setuptools
Analysis of six (Library) on depth 1 completed in 34.26 ms.
Analysis of scipy.__config__ (Library) on depth 5 completed in 7.69 ms.
Analysis of pycparser (Library) queued. Dependencies: io, subprocess, pycparser.c_parser
Analysis of _elementtree (Compiled) queued. Dependencies: 
Analysis of numpy.f2py.func2subr (Library) queued. Dependencies: __future__, copy, numpy.f2py.auxfuncs
Analysis of pycparser.lextab (Library) queued. Dependencies: 
Analysis of setuptools.glibc (Library) queued. Dependencies: __future__, ctypes, re, warnings
Analysis of pipes (Library) on depth 6 completed in 16.67 ms.
Analysis of scipy.version (Library) on depth 5 completed in 6.28 ms.
Analysis of ctypes.macholib.framework (Library) queued. Dependencies: re
Analysis of xml.etree.ElementPath (Library) queued. Dependencies: xml.etree.ElementPath (stub), re
Import:  pycparser.c_parser /Users/grwheele/.local/lib/python3.7/site-packages/pycparser/c_parser.py 
Analysis of ctypes.macholib.dylib (Library) queued. Dependencies: re
Analysis of xml.etree.ElementPath (Stub) queued. Dependencies: xml.etree.ElementTree (stub)
Analysis of lib2to3.pgen2.literals (Library) queued. Dependencies: lib2to3.pgen2.literals (stub), re
Analysis of scipy._lib._ccallback (Library) on depth 5 completed in 15.58 ms.
Analysis of json.decoder (Stub) queued. Dependencies: sys (stub)
Analysis of json.encoder (Stub) queued. Dependencies: 
Analysis of cffi.cffi_opcode (Library) queued. Dependencies: cffi.error
Analysis of xml.etree (Stub) queued. Dependencies: 
Analysis of json.decoder (Library) queued. Dependencies: json.decoder (stub), re, json, json.scanner, _json
Analysis of xml (Library) queued. Dependencies: xml (stub)
Analysis of pycparser.c_parser (Library) queued. Dependencies: re, pycparser.ply, pycparser.ply.yacc, pycparser, pycparser.c_ast, pycparser.c_lexer, pycparser.plyparser, pycparser.ast_transforms
Analysis of xml (Stub) queued. Dependencies: xml.parsers (stub)
Analysis of json.encoder (Library) queued. Dependencies: json.encoder (stub), re, _json
Analysis of scipy._lib._testutils (Library) on depth 5 completed in 11.16 ms.
Analysis of xml.parsers (Stub) queued. Dependencies: xml (stub), xml.parsers.expat (stub)
Analysis of nose.core (Library) on depth 5 completed in 19.3 ms.
Analysis of psutil._psutil_posix (Compiled) queued. Dependencies: 
Analysis of psutil._psutil_osx (Compiled) queued. Dependencies: 
Analysis of xml.parsers (Library) queued. Dependencies: xml.parsers (stub)
Analysis of pycparser.yacctab (Library) queued. Dependencies: 
Analysis of py._vendored_packages (Library) on depth 2 completed in 8.2 ms.
Analysis of numpy.random.common (Compiled) on depth 3 completed in 5.19 ms.
Import:  json.scanner /Users/grwheele/anaconda3/envs/default/lib/python3.7/json/scanner.py 
Analysis of json.scanner (Library) queued. Dependencies: re, _json
Analysis of configparser (Library) on depth 5 completed in 69.49 ms.
Create compiled (scraped):  _json /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload/_json.cpython-37m-darwin.so /Users/grwheele/anaconda3/envs/default/lib/python3.7/lib-dynload 
Analysis of numpy.random.bit_generator (Compiled) on depth 3 completed in 3.16 ms.
Analysis of _json (Stub) queued. Dependencies: 
Analysis of multiprocessing.pool (Library) on depth 5 completed in 18.76 ms.
Analysis of pluggy.hooks (Library) on depth 2 completed in 4.45 ms.
Import:  pycparser.ply /Users/grwheele/.local/lib/python3.7/site-packages/pycparser/ply/__init__.py 
Analysis of distutils.dep_util (Library) on depth 6 completed in 38.34 ms.
Analysis of py (Library) on depth 1 completed in 42.89 ms.
Analysis of distutils.version (Library) on depth 5 completed in 39.19 ms.
Analysis of distutils.debug (Library) on depth 5 completed in 0.78 ms.
Import:  pycparser.ply.yacc /Users/grwheele/.local/lib/python3.7/site-packages/pycparser/ply/yacc.py 
Analysis of distutils.versionpredicate (Library) on depth 6 completed in 1.38 ms.
Analysis of distutils.spawn (Library) on depth 6 completed in 1.23 ms.
Import:  pycparser.c_ast /Users/grwheele/.local/lib/python3.7/site-packages/pycparser/c_ast.py 
Analysis of pluggy (Library) on depth 1 completed in 1.99 ms.
Analysis of _pytest.assertion.truncate (User) on depth 0 completed in 2.37 ms.
Analysis of _json (Compiled) queued. Dependencies: _json (stub)
Import:  pycparser.c_lexer /Users/grwheele/.local/lib/python3.7/site-packages/pycparser/c_lexer.py 
Analysis of _pytest.hookspec (User) on depth 0 completed in 3.64 ms.
Analysis of pycparser.ply (Library) queued. Dependencies: 
Import:  pycparser.plyparser /Users/grwheele/.local/lib/python3.7/site-packages/pycparser/plyparser.py 
Analysis of numpy.ma.mrecords (Library) on depth 4 completed in 9.11 ms.
Import:  pycparser.ast_transforms /Users/grwheele/.local/lib/python3.7/site-packages/pycparser/ast_transforms.py 
Analysis of numpy.dual (Library) on depth 4 completed in 1.2 ms.
Analysis of numpy.matrixlib.defmatrix (Library) on depth 3 completed in 5.5 ms.
Analysis of pycparser.ast_transforms (Library) queued. Dependencies: pycparser, pycparser.c_ast
Analysis of pycparser.ply.yacc (Library) queued. Dependencies: re, types, sys, os, inspect, base64, warnings, pycparser.ply, pycparser.ply.lex, pickle
Analysis of distutils.file_util (Library) on depth 5 completed in 11.24 ms.
Analysis of pycparser.plyparser (Library) queued. Dependencies: warnings
Analysis of distutils.unixccompiler (Library) on depth 5 completed in 5.62 ms.
Analysis of pycparser.c_lexer (Library) queued. Dependencies: re, sys, pycparser.ply, pycparser.ply.lex
Analysis of distutils.cmd (Library) on depth 5 completed in 2.02 ms.
Analysis of pycparser.c_ast (Library) queued. Dependencies: sys
Analysis of numpy.ma.extras (Library) on depth 3 completed in 27.04 ms.
Analysis of _pytest.config.argparsing (User) on depth 0 completed in 25.61 ms.
Analysis of _pytest.warnings (User) on depth 0 completed in 2.89 ms.
Analysis of _pytest.config.findpaths (User) on depth 0 completed in 5.14 ms.
Analysis of _pytest.mark.legacy (User) on depth 0 completed in 7.81 ms.
Import:  pycparser.ply.lex /Users/grwheele/.local/lib/python3.7/site-packages/pycparser/ply/lex.py 
Analysis of numpy.lib.format (Library) on depth 4 completed in 14.11 ms.
Analysis of numpy.lib._iotools (Library) on depth 4 completed in 20.62 ms.
Analysis of pycparser.ply.lex (Library) queued. Dependencies: re, sys, types, copy, os, inspect
Analysis of _pytest.assertion.util (User) on depth 0 completed in 25.24 ms.
Analysis of numpy.testing._private.utils (Library) on depth 3 completed in 32.68 ms.
Analysis of numpy.random.mt19937 (Compiled) on depth 3 completed in 0.87 ms.
Analysis of numpy.random.pcg64 (Compiled) on depth 3 completed in 0.88 ms.
Analysis of numpy.random.philox (Compiled) on depth 3 completed in 1.09 ms.
Analysis of numpy.random.sfc64 (Compiled) on depth 3 completed in 1.52 ms.
Analysis of numpy.testing._private.decorators (Library) on depth 3 completed in 2.18 ms.
Analysis of numpy.lib._datasource (Library) on depth 4 completed in 6.92 ms.
Analysis of numpy.ma.core (Library) on depth 3 completed in 54.15 ms.
Analysis of numpy.random.generator (Compiled) on depth 3 completed in 1.95 ms.
Analysis of _pytest.helpconfig (User) on depth 0 completed in 2.56 ms.
Analysis of numpy.random.mtrand (Compiled) on depth 3 completed in 2.6 ms.
Analysis of _pytest.mark.structures (User) on depth 0 completed in 8.48 ms.
Analysis of _pytest.assertion.rewrite (User) on depth 0 completed in 65.75 ms.
Analysis version 953 has been completed in 569.33 ms with 155 entries analyzed and 731 entries skipped.
Analysis version 1546 of 1388 entries has started.
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of _tracemalloc(CompiledBuiltin) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of zipimport(CompiledBuiltin) canceled (no AST yet).
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of _sre(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of _codecs(CompiledBuiltin) canceled (no AST yet).
Analysis of marshal(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Analysis of six.moves.builtins (Stub) on depth 4 completed in 0.08 ms.
Analysis of _thread (Stub) on depth 5 completed in 0.37 ms.
Analysis of multiprocessing.process (Stub) on depth 6 completed in 0.15 ms.
Analysis of queue (Stub) on depth 5 completed in 1.18 ms.
Analysis of attr.filters (Stub) on depth 2 completed in 0.16 ms.
Analysis of numpy.core._multiarray_tests (Compiled) on depth 5 completed in 1.81 ms.
Analysis of setuptools._deprecation_warning (Library) on depth 6 completed in 0.34 ms.
Analysis of itertools (Stub) on depth 4 completed in 2.09 ms.
Analysis of nose.ext (Library) on depth 6 completed in 0.2 ms.
Analysis of _dummy_thread (Stub) on depth 5 completed in 0.46 ms.
Analysis of _scproxy (Compiled) on depth 6 completed in 0.38 ms.
Analysis of attr.exceptions (Stub) on depth 2 completed in 0.22 ms.
Analysis of parser (Compiled) on depth 1 completed in 0.46 ms.
Analysis of _uuid (Compiled) on depth 2 completed in 0.09 ms.
Analysis of distutils.filelist (Stub) on depth 7 completed in 0.11 ms.
Analysis of atomicwrites (Stub) on depth 2 completed in 17.69 ms.
Analysis of _queue (Compiled) on depth 7 completed in 17.74 ms.
Analysis of distutils.text_file (Stub) on depth 7 completed in 0.68 ms.
Analysis of nose.plugins.deprecated (Library) on depth 6 completed in 0.74 ms.
Analysis of tkinter.commondialog (Stub) on depth 5 completed in 0.22 ms.
Analysis of distutils.command.install_headers (Stub) on depth 7 completed in 0.01 ms.
Analysis of distutils.archive_util (Stub) on depth 7 completed in 0.16 ms.
Analysis of distutils.command.install_data (Stub) on depth 7 completed in 0.01 ms.
Analysis of distutils.command.build (Stub) on depth 7 completed in 0.01 ms.
Analysis of distutils.command.build_ext (Stub) on depth 7 completed in 0.01 ms.
Analysis of distutils.command.bdist (Stub) on depth 7 completed in 0.01 ms.
Analysis of _markupbase (Stub) on depth 6 completed in 0.27 ms.
Analysis of distutils.command.sdist (Stub) on depth 7 completed in 0.03 ms.
Analysis of netrc (Stub) on depth 8 completed in 0.33 ms.
Analysis of http.cookies (Stub) on depth 5 completed in 0.95 ms.
Analysis of distutils.command.build_clib (Stub) on depth 7 completed in 0.01 ms.
Analysis of nturl2path (Stub) on depth 7 completed in 0.05 ms.
Analysis of getpass (Stub) on depth 7 completed in 0.14 ms.
Analysis of distutils.command.config (Stub) on depth 7 completed in 0.01 ms.
Analysis of tkinter.constants (Stub) on depth 5 completed in 1.21 ms.
Analysis of _multiprocessing (Compiled) on depth 7 completed in 0.73 ms.
Analysis of distutils.command.build_scripts (Stub) on depth 7 completed in 0.01 ms.
Analysis of distutils.command.install_scripts (Stub) on depth 8 completed in 0.01 ms.
Analysis of lib2to3 (Stub) on depth 8 completed in 0.01 ms.
Analysis of cffi.error (Library) on depth 7 completed in 0.59 ms.
Analysis of _contextvars (Compiled) on depth 4 completed in 0.18 ms.
Analysis of distutils.command.bdist_rpm (Stub) on depth 7 completed in 0.01 ms.
Analysis of distutils.command.install (Stub) on depth 7 completed in 0.04 ms.
Analysis of _curses (Stub) on depth 6 completed in 31.55 ms.
Analysis of _decimal (Compiled) on depth 2 completed in 31.82 ms.
Analysis of xmlrpc (Library) on depth 7 completed in 16.07 ms.
Analysis of _cffi_backend (Compiled) on depth 8 completed in 17.12 ms.
Analysis of xml.etree (Stub) on depth 9 completed in 0.01 ms.
Analysis of lib2to3.pgen2.literals (Stub) on depth 10 completed in 0.19 ms.
Analysis of xml (Stub) on depth 9 completed in 0.08 ms.
Analysis of json.encoder (Stub) on depth 10 completed in 0.49 ms.
Analysis of psutil._psutil_osx (Compiled) on depth 8 completed in 1.71 ms.
Analysis of pycparser.lextab (Library) on depth 9 completed in 1.96 ms.
Analysis of psutil._psutil_posix (Compiled) on depth 8 completed in 2.78 ms.
Analysis of pycparser.ply (Library) on depth 11 completed in 2.56 ms.
Analysis of _elementtree (Compiled) on depth 9 completed in 3.3 ms.
Analysis of six.moves.html_entities (Stub) on depth 4 completed in 0.07 ms.
Analysis of six.moves._thread (Stub) on depth 4 completed in 0.06 ms.
Analysis of _json (Stub) on depth 11 completed in 0.84 ms.
Analysis of setuptools.extern (Library) on depth 6 completed in 0.97 ms.
Analysis of multiprocessing.queues (Stub) on depth 6 completed in 1.35 ms.
Analysis of six.moves.queue (Stub) on depth 4 completed in 0.1 ms.
Analysis of six.moves.http_cookies (Stub) on depth 4 completed in 0.08 ms.
Analysis of six.moves._dummy_thread (Stub) on depth 4 completed in 0.08 ms.
Analysis of six.moves.tkinter_commondialog (Stub) on depth 4 completed in 0.05 ms.
Analysis of six.moves.tkinter_constants (Stub) on depth 4 completed in 0.16 ms.
Analysis of lib2to3 (Library) on depth 7 completed in 4.16 ms.
Analysis of multiprocessing.dummy.connection (Stub) on depth 8 completed in 4.97 ms.
Analysis of cffi.cffi_opcode (Library) on depth 9 completed in 5.32 ms.
Analysis of attr (Stub) on depth 1 completed in 6.32 ms.
Analysis of pycparser.yacctab (Library) on depth 9 completed in 33.32 ms.
Analysis of xml.etree (Library) on depth 8 completed in 23.38 ms.
Analysis of cffi (Library) on depth 6 completed in 28.79 ms.
Analysis of contextvars (Library) on depth 3 completed in 23.46 ms.
Analysis of distutils.cygwinccompiler (Stub) on depth 8 completed in 0.17 ms.
Analysis of _json (Compiled) on depth 10 completed in 0.32 ms.
Analysis of pycparser.c_ast (Library) on depth 11 completed in 31.22 ms.
Analysis of setuptools.unicode_utils (Library) on depth 7 completed in 0.69 ms.
Analysis of attr.validators (Stub) on depth 2 completed in 0.44 ms.
Analysis of attr.converters (Stub) on depth 3 completed in 0.19 ms.
Analysis of html.parser (Stub) on depth 5 completed in 0.64 ms.
Analysis of distutils.extension (Stub) on depth 6 completed in 0.29 ms.
Analysis of pycparser.ast_transforms (Library) on depth 11 completed in 0.47 ms.
Analysis of distutils.command.build_py (Stub) on depth 7 completed in 0.43 ms.
Analysis of urllib.robotparser (Stub) on depth 5 completed in 3.82 ms.
Analysis of uuid (Stub) on depth 2 completed in 4.22 ms.
Analysis of _csv (Stub) on depth 6 completed in 5.77 ms.
Analysis of ctypes.util (Stub) on depth 3 completed in 0.15 ms.
Analysis of lib2to3.pgen2 (Stub) on depth 8 completed in 0.2 ms.
Analysis of site (Stub) on depth 7 completed in 0.31 ms.
Analysis of lib2to3.pgen2.token (Stub) on depth 8 completed in 0.45 ms.
Analysis of rlcompleter (Stub) on depth 8 completed in 0.22 ms.
Analysis of hmac (Stub) on depth 8 completed in 3.78 ms.
Analysis of concurrent.futures._base (Stub) on depth 9 completed in 4.77 ms.
Analysis of cgi (Stub) on depth 7 completed in 5.28 ms.
Analysis of fileinput (Stub) on depth 9 completed in 4.89 ms.
Analysis of json.decoder (Stub) on depth 10 completed in 4.96 ms.
Analysis of tkinter (Stub) on depth 5 completed in 43.59 ms.
Analysis of xml.etree.ElementTree (Stub) on depth 9 completed in 6.82 ms.
Analysis of six.moves.cPickle (Stub) on depth 4 completed in 0.19 ms.
Analysis of six.moves.urllib_parse (Stub) on depth 4 completed in 0.15 ms.
Analysis of six.moves.urllib.parse (Stub) on depth 5 completed in 0.63 ms.
Analysis of logging.config (Stub) on depth 8 completed in 0.42 ms.
Analysis of multiprocessing.managers (Stub) on depth 6 completed in 1.08 ms.
Analysis of six.moves.configparser (Stub) on depth 4 completed in 0.32 ms.
Analysis of urllib.response (Stub) on depth 6 completed in 1.22 ms.
Analysis of six.moves.urllib_robotparser (Stub) on depth 4 completed in 0.07 ms.
Analysis of six.moves.html_parser (Stub) on depth 4 completed in 0.08 ms.
Analysis of six.moves.urllib.robotparser (Stub) on depth 5 completed in 0.05 ms.
Analysis of lib2to3.pgen2 (Library) on depth 7 completed in 0.08 ms.
Analysis of lib2to3.pgen2.grammar (Stub) on depth 9 completed in 0.56 ms.
Analysis of array (Compiled) on depth 7 completed in 2.05 ms.
Analysis of fcntl (Stub) on depth 3 completed in 2.13 ms.
Analysis of concurrent.futures.process (Stub) on depth 9 completed in 0.37 ms.
Analysis of concurrent.futures.thread (Stub) on depth 9 completed in 0.31 ms.
Analysis of six.moves.tkinter (Stub) on depth 4 completed in 0.32 ms.
Analysis of tkinter.dialog (Stub) on depth 5 completed in 0.43 ms.
Analysis of lib2to3.pgen2.tokenize (Stub) on depth 8 completed in 0.95 ms.
Analysis of json (Stub) on depth 9 completed in 4.6 ms.
Analysis of xml.etree.ElementPath (Stub) on depth 10 completed in 4.75 ms.
Analysis of attr._config (Library) on depth 4 completed in 0.23 ms.
Analysis of tkinter.filedialog (Stub) on depth 5 completed in 5.05 ms.
Analysis of numpy.distutils.command (Library) on depth 5 completed in 0.48 ms.
Analysis of _csv (Compiled) on depth 5 completed in 6.94 ms.
Analysis of numpy.f2py.__version__ (Library) on depth 7 completed in 0.85 ms.
Analysis of multiprocessing.connection (Stub) on depth 6 completed in 0.9 ms.
Analysis of six.moves.reprlib (Stub) on depth 4 completed in 0.08 ms.
Analysis of six.moves.urllib.response (Stub) on depth 5 completed in 0.05 ms.
Analysis of urllib.error (Stub) on depth 5 completed in 0.4 ms.
Analysis of lib2to3.pygram (Stub) on depth 8 completed in 0.65 ms.
Analysis of six.moves.tkinter_dialog (Stub) on depth 4 completed in 0.07 ms.
Analysis of multiprocessing.dummy (Stub) on depth 7 completed in 0.95 ms.
Analysis of concurrent.futures (Stub) on depth 8 completed in 3.92 ms.
Analysis of lib2to3.pgen2.pgen (Stub) on depth 9 completed in 4.36 ms.
Analysis of six.moves.socketserver (Stub) on depth 4 completed in 0.11 ms.
Analysis of lib2to3.pytree (Stub) on depth 8 completed in 5.24 ms.
Analysis of tkinter.ttk (Stub) on depth 5 completed in 30.55 ms.
Analysis of ftplib (Stub) on depth 7 completed in 19.53 ms.
Analysis of logging.handlers (Stub) on depth 9 completed in 20.47 ms.
Analysis of six.moves.urllib.error (Stub) on depth 5 completed in 0.14 ms.
Analysis of six.moves.tkinter_tkfiledialog (Stub) on depth 4 completed in 0.08 ms.
Analysis of six.moves.tkinter_filedialog (Stub) on depth 4 completed in 0.11 ms.
Analysis of xml.parsers (Stub) on depth 9 completed in 0.1 ms.
Analysis of six.moves.urllib_error (Stub) on depth 4 completed in 0.06 ms.
Analysis of fcntl (Compiled) on depth 2 completed in 29.31 ms.
Analysis of lib2to3.pytree (Library) on depth 7 completed in 7.76 ms.
Analysis of six.moves.tkinter_ttk (Stub) on depth 4 completed in 0.13 ms.
Analysis of lib2to3.pgen2.driver (Stub) on depth 8 completed in 0.67 ms.
Analysis of lib2to3.pgen2.parse (Stub) on depth 9 completed in 0.69 ms.
Analysis of csv (Stub) on depth 5 completed in 4 ms.
Analysis of smtplib (Stub) on depth 10 completed in 5 ms.
Analysis of six.moves.CGIHTTPServer (Stub) on depth 4 completed in 0.11 ms.
Analysis of multiprocessing.context (Stub) on depth 6 completed in 5.16 ms.
Analysis of six.moves.SimpleHTTPServer (Stub) on depth 4 completed in 0.08 ms.
Analysis of xml (Library) on depth 8 completed in 0.13 ms.
Analysis of lib2to3.pgen2.token (Library) on depth 7 completed in 46.72 ms.
Analysis of email.mime.base (Stub) on depth 5 completed in 0.34 ms.
Analysis of xml.parsers (Library) on depth 8 completed in 0.06 ms.
Analysis of six.moves.BaseHTTPServer (Stub) on depth 4 completed in 0.09 ms.
Analysis of six.moves.http_client (Stub) on depth 4 completed in 0.17 ms.
Analysis of http.cookiejar (Stub) on depth 5 completed in 2.25 ms.
Analysis of six.moves.email_mime_base (Stub) on depth 4 completed in 0.11 ms.
Analysis of email.mime.nonmultipart (Stub) on depth 5 completed in 0.13 ms.
Analysis of lib2to3.pgen2.parse (Library) on depth 8 completed in 0.91 ms.
Analysis of six.moves.email_mime_nonmultipart (Stub) on depth 4 completed in 0.06 ms.
Analysis of multiprocessing.synchronize (Stub) on depth 6 completed in 1.16 ms.
Analysis of email.mime.multipart (Stub) on depth 5 completed in 1.08 ms.
Analysis of email.mime.text (Stub) on depth 5 completed in 0.25 ms.
Analysis of urllib.request (Stub) on depth 6 completed in 4.48 ms.
Analysis of numpy.distutils.command.autodist (Library) on depth 6 completed in 5.74 ms.
Analysis of scipy._lib.six (Library) on depth 6 completed in 10.76 ms.
Analysis of nturl2path (Library) on depth 6 completed in 0.2 ms.
Analysis of _curses (Compiled) on depth 5 completed in 102.24 ms.
Analysis of fileinput (Library) on depth 8 completed in 3.16 ms.
Analysis of setuptools.py33compat (Library) on depth 7 completed in 1.68 ms.
Analysis of more_itertools.recipes (Library) on depth 2 completed in 14.44 ms.
Analysis of rlcompleter (Library) on depth 7 completed in 3.65 ms.
Analysis of setuptools.glob (Library) on depth 7 completed in 4.91 ms.
Analysis of netrc (Library) on depth 7 completed in 6.03 ms.
Analysis of cgi (Library) on depth 6 completed in 15.4 ms.
Analysis of lib2to3.pgen2.grammar (Library) on depth 8 completed in 6.67 ms.
Analysis of getpass (Library) on depth 6 completed in 4.09 ms.
Analysis of pycparser.plyparser (Library) on depth 11 completed in 2.92 ms.
Analysis of psutil._common (Library) on depth 7 completed in 5.62 ms.
Analysis of pycparser.ply.lex (Library) on depth 12 completed in 23.83 ms.
Analysis of lib2to3.pgen2.tokenize (Library) on depth 7 completed in 28.13 ms.
Analysis of nose.ext.dtcompat (Library) on depth 6 completed in 27.19 ms.
Analysis of nose.tools.trivial (Library) on depth 6 completed in 21.51 ms.
Analysis of hmac (Library) on depth 7 completed in 28.16 ms.
Analysis of zipp (Library) on depth 4 completed in 31.36 ms.
Analysis of csv (Library) on depth 4 completed in 36.96 ms.
Analysis of ctypes.macholib.framework (Library) on depth 4 completed in 0.79 ms.
Analysis of ctypes.macholib.dylib (Library) on depth 4 completed in 1.03 ms.
Analysis of lib2to3.pgen2.literals (Library) on depth 9 completed in 0.25 ms.
Analysis of xml.etree.ElementPath (Library) on depth 9 completed in 1.23 ms.
Analysis of numpy.distutils.lib2def (Library) on depth 7 completed in 1.61 ms.
Analysis of json.scanner (Library) on depth 10 completed in 0.81 ms.
Analysis of setuptools.py27compat (Library) on depth 6 completed in 0.56 ms.
Analysis of urllib.response (Library) on depth 6 completed in 2.04 ms.
Analysis of setuptools.namespaces (Library) on depth 7 completed in 2.5 ms.
Analysis of numpy.distutils.conv_template (Library) on depth 6 completed in 4.22 ms.
Analysis of json.encoder (Library) on depth 9 completed in 3.77 ms.
Analysis of numpy.distutils.from_template (Library) on depth 6 completed in 7.72 ms.
Analysis of cffi.pkgconfig (Library) on depth 8 completed in 3.92 ms.
Analysis of nose.tools.nontrivial (Library) on depth 6 completed in 4.41 ms.
Analysis of six.moves.email_mime_text (Stub) on depth 4 completed in 0.09 ms.
Analysis of six.moves.email_mime_multipart (Stub) on depth 4 completed in 0.1 ms.
Analysis of _sitebuiltins (Library) on depth 7 completed in 5.49 ms.
Analysis of cffi.lock (Library) on depth 8 completed in 1.13 ms.
Analysis of importlib_metadata._compat (Library) on depth 4 completed in 1.55 ms.
Analysis of multiprocessing.dummy.connection (Library) on depth 7 completed in 1.62 ms.
Analysis of concurrent.futures._base (Library) on depth 8 completed in 7.93 ms.
Analysis of pluggy._tracing (Library) on depth 3 completed in 5.92 ms.
Analysis of setuptools.depends (Library) on depth 6 completed in 6.79 ms.
Analysis of lib2to3.pgen2.pgen (Library) on depth 8 completed in 1.36 ms.
Analysis of pycparser.c_lexer (Library) on depth 11 completed in 5.62 ms.
Analysis of ftplib (Library) on depth 6 completed in 12.02 ms.
Analysis of smtplib (Library) on depth 9 completed in 19.98 ms.
Analysis of json (Library) on depth 8 completed in 1.07 ms.
Analysis of ctypes.macholib.dyld (Library) on depth 3 completed in 1.99 ms.
Analysis of urllib.error (Library) on depth 5 completed in 6.62 ms.
Analysis of psutil._compat (Library) on depth 7 completed in 9.69 ms.
Analysis of site (Library) on depth 6 completed in 9.41 ms.
Analysis of xml.etree.ElementTree (Library) on depth 8 completed in 18.33 ms.
Analysis of pycparser.ply.yacc (Library) on depth 11 completed in 39.26 ms.
Analysis of cffi.model (Library) on depth 8 completed in 25.18 ms.
Analysis of six.moves.urllib.request (Stub) on depth 5 completed in 0.62 ms.
Analysis of lib2to3.pgen2.driver (Library) on depth 7 completed in 1.27 ms.
Analysis of six.moves.http_cookiejar (Stub) on depth 4 completed in 0.06 ms.
Analysis of setuptools.version (Library) on depth 6 completed in 0.96 ms.
Analysis of concurrent.futures (Library) on depth 7 completed in 1.96 ms.
Analysis of setuptools.ssl_support (Library) on depth 7 completed in 6.79 ms.
Analysis of setuptools.sandbox (Library) on depth 6 completed in 14.22 ms.
Analysis of importlib_metadata (Library) on depth 3 completed in 16.38 ms.
Analysis of setuptools.archive_util (Library) on depth 6 completed in 1.59 ms.
Analysis of json.decoder (Library) on depth 9 completed in 5.91 ms.
Analysis of xmlrpc.client (Library) on depth 7 completed in 23.34 ms.
Analysis of psutil._pswindows (Library) on depth 7 completed in 20.64 ms.
Analysis of logging.handlers (Library) on depth 8 completed in 29.85 ms.
Analysis of scipy._lib._ccallback_c (Compiled) on depth 6 completed in 6.48 ms.
Analysis of cffi.commontypes (Library) on depth 9 completed in 11.84 ms.
Analysis of http.cookiejar (Library) on depth 6 completed in 41.02 ms.
Analysis of psutil._psposix (Library) on depth 7 completed in 13.23 ms.
Analysis of setuptools.windows_support (Library) on depth 7 completed in 0.54 ms.
Analysis of ctypes._aix (Library) on depth 3 completed in 8.91 ms.
Analysis of setuptools.glibc (Library) on depth 8 completed in 3.41 ms.
Analysis of six.moves.urllib (Stub) on depth 4 completed in 0.58 ms.
Analysis of cffi.vengine_gen (Library) on depth 9 completed in 19.86 ms.
Analysis of concurrent.futures.thread (Library) on depth 8 completed in 5.41 ms.
Analysis of attr._compat (Library) on depth 4 completed in 5.77 ms.
Analysis of six.moves (Stub) on depth 3 completed in 1.72 ms.
Analysis of lib2to3.pygram (Library) on depth 7 completed in 6.39 ms.
Analysis of cffi.vengine_cpy (Library) on depth 9 completed in 14.79 ms.
Analysis of multiprocessing.resource_sharer (Library) on depth 7 completed in 3 ms.
Analysis of ctypes.util (Library) on depth 2 completed in 4.11 ms.
Analysis of pycparser.c_parser (Library) on depth 10 completed in 44.06 ms.
Analysis of psutil (Library) on depth 6 completed in 34.5 ms.
Analysis of attr._make (Library) on depth 3 completed in 35.62 ms.
Analysis of urllib.request (Library) on depth 5 completed in 50.84 ms.
Analysis of multiprocessing.connection (Library) on depth 6 completed in 14.21 ms.
Analysis of psutil._psbsd (Library) on depth 7 completed in 15.08 ms.
Analysis of uuid (Library) on depth 1 completed in 24.01 ms.
Analysis of logging.config (Library) on depth 7 completed in 29.2 ms.
Analysis of attr.converters (Library) on depth 2 completed in 28.53 ms.
Analysis of pycparser (Library) on depth 9 completed in 44.62 ms.
Analysis of multiprocessing.popen_forkserver (Library) on depth 6 completed in 6.02 ms.
Analysis of lib2to3.btm_utils (Library) on depth 8 completed in 7.89 ms.
Analysis of psutil._psosx (Library) on depth 7 completed in 51.94 ms.
Analysis of lib2to3.btm_matcher (Library) on depth 7 completed in 10.55 ms.
Analysis of psutil._psaix (Library) on depth 7 completed in 49.71 ms.
Analysis of _pytest._code._py2traceback (User) on depth 0 completed in 2.21 ms.
Analysis of psutil._pssunos (Library) on depth 7 completed in 50.27 ms.
Analysis of nose.config (Library) on depth 6 completed in 21.88 ms.
Analysis of lib2to3.patcomp (Library) on depth 8 completed in 16.41 ms.
Analysis of multiprocessing.context (Library) on depth 5 completed in 18.27 ms.
Analysis of cffi.cparser (Library) on depth 8 completed in 22.08 ms.
Analysis of multiprocessing.spawn (Library) on depth 6 completed in 2.68 ms.
Analysis of nose.importer (Library) on depth 7 completed in 6.62 ms.
Analysis of nose.selector (Library) on depth 7 completed in 6.95 ms.
Analysis of multiprocessing.reduction (Library) on depth 6 completed in 8.46 ms.
Analysis of lib2to3.fixer_util (Library) on depth 7 completed in 9.96 ms.
Analysis of multiprocessing.process (Library) on depth 6 completed in 19.11 ms.
Analysis of psutil._pslinux (Library) on depth 7 completed in 107.87 ms.
Analysis of multiprocessing.forkserver (Library) on depth 6 completed in 20.38 ms.
Analysis of multiprocessing.popen_spawn_posix (Library) on depth 6 completed in 2.77 ms.
Analysis of multiprocessing.semaphore_tracker (Library) on depth 7 completed in 2.37 ms.
Analysis of multiprocessing.popen_spawn_win32 (Library) on depth 6 completed in 6.35 ms.
Analysis of multiprocessing.popen_fork (Library) on depth 6 completed in 6.88 ms.
Analysis of multiprocessing.heap (Library) on depth 7 completed in 6.47 ms.
Analysis of numpy.f2py.f90mod_rules (Library) on depth 7 completed in 5.72 ms.
Analysis of _pytest.reports (User) on depth 0 completed in 6.66 ms.
Analysis of nose.loader (Library) on depth 6 completed in 16.87 ms.
Analysis of _pytest.unittest (User) on depth 0 completed in 11.85 ms.
Analysis of multiprocessing.managers (Library) on depth 6 completed in 44.57 ms.
Analysis of scipy._lib (Library) on depth 6 completed in 17.34 ms.
Analysis of multiprocessing.sharedctypes (Library) on depth 6 completed in 23.84 ms.
Analysis of _pytest.nose (User) on depth 0 completed in 1.99 ms.
Analysis of multiprocessing.synchronize (Library) on depth 6 completed in 27.65 ms.
Analysis of nose.pyversion (Library) on depth 6 completed in 5.44 ms.
Analysis of nose.failure (Library) on depth 6 completed in 0.88 ms.
Analysis of multiprocessing.queues (Library) on depth 6 completed in 7.66 ms.
Analysis of numpy.f2py.rules (Library) on depth 7 completed in 11.75 ms.
Analysis of nose.result (Library) on depth 6 completed in 6.36 ms.
Analysis of numpy.distutils.numpy_distribution (Library) on depth 5 completed in 0.85 ms.
Analysis of distutils.command.bdist (Library) on depth 6 completed in 1.3 ms.
Analysis of nose.case (Library) on depth 7 completed in 10.57 ms.
Analysis of numpy.distutils.extension (Library) on depth 5 completed in 10.03 ms.
Analysis of distutils.command.install (Library) on depth 6 completed in 12.71 ms.
Analysis of distutils._msvccompiler (Library) on depth 7 completed in 14.85 ms.
Analysis of numpy.f2py.f2py2e (Library) on depth 6 completed in 15.5 ms.
Analysis of distutils.command.build (Library) on depth 6 completed in 5.26 ms.
Analysis of distutils.command.build_scripts (Library) on depth 6 completed in 5.71 ms.
Analysis of distutils.cygwinccompiler (Library) on depth 7 completed in 19.61 ms.
Analysis of concurrent.futures.process (Library) on depth 8 completed in 23.47 ms.
Analysis of distutils.command.build_py (Library) on depth 6 completed in 9.93 ms.
Analysis of distutils.command.config (Library) on depth 6 completed in 22.08 ms.
Analysis of distutils.command.install_scripts (Library) on depth 7 completed in 0.95 ms.
Analysis of setuptools.command (Library) on depth 5 completed in 0.95 ms.
Analysis of distutils.command.build_clib (Library) on depth 6 completed in 3.47 ms.
Analysis of distutils.command.install_headers (Library) on depth 6 completed in 3.46 ms.
Analysis of distutils.command.install_data (Library) on depth 6 completed in 4.15 ms.
Analysis of distutils.command.bdist_rpm (Library) on depth 6 completed in 6.3 ms.
Analysis of nose.suite (Library) on depth 6 completed in 7.64 ms.
Analysis of nose.plugins.skip (Library) on depth 6 completed in 0.9 ms.
Analysis of distutils.command.sdist (Library) on depth 6 completed in 9.19 ms.
Analysis of setuptools.command.bdist_rpm (Library) on depth 6 completed in 4.99 ms.
Analysis of numpy.f2py.diagnose (Library) on depth 6 completed in 5.6 ms.
Analysis of setuptools.command.py36compat (Library) on depth 7 completed in 4.22 ms.
Analysis of nose.proxy (Library) on depth 7 completed in 5.27 ms.
Analysis of numpy.f2py.common_rules (Library) on depth 8 completed in 1.88 ms.
Analysis of distutils.command.build_ext (Library) on depth 6 completed in 10.13 ms.
Analysis of setuptools.command.sdist (Library) on depth 6 completed in 5.79 ms.
Analysis of numpy.f2py.capi_maps (Library) on depth 8 completed in 9.11 ms.
Analysis of numpy.f2py.cfuncs (Library) on depth 7 completed in 1.25 ms.
Analysis of setuptools.command.egg_info (Library) on depth 6 completed in 7.91 ms.
Analysis of setuptools.wheel (Library) on depth 6 completed in 3.56 ms.
Analysis of numpy.f2py.auxfuncs (Library) on depth 7 completed in 19.64 ms.
Analysis of setuptools.package_index (Library) on depth 6 completed in 13.8 ms.
Analysis of numpy.f2py.use_rules (Library) on depth 8 completed in 5.46 ms.
Analysis of numpy.f2py.func2subr (Library) on depth 8 completed in 6.6 ms.
Analysis of numpy.f2py.cb_rules (Library) on depth 7 completed in 9.63 ms.
Analysis of setuptools.command.easy_install (Library) on depth 5 completed in 27.68 ms.
Analysis of setuptools.dist (Library) on depth 6 completed in 11.4 ms.
Analysis of numpy.f2py.crackfortran (Library) on depth 7 completed in 41.36 ms.
Analysis of setuptools.config (Library) on depth 7 completed in 10.18 ms.
Analysis of setuptools (Library) on depth 5 completed in 16.42 ms.
Analysis of setuptools.command.setopt (Library) on depth 6 completed in 1.37 ms.
Analysis of setuptools.command.install_scripts (Library) on depth 6 completed in 1.45 ms.
Analysis of setuptools.monkey (Library) on depth 6 completed in 2.44 ms.
Analysis of setuptools.pep425tags (Library) on depth 7 completed in 3.31 ms.
Analysis of setuptools.extension (Library) on depth 6 completed in 1.38 ms.
Analysis of setuptools.command.bdist_egg (Library) on depth 5 completed in 14.18 ms.
Analysis of setuptools.command.install (Library) on depth 6 completed in 1.55 ms.
Analysis of cffi.ffiplatform (Library) on depth 9 completed in 2.01 ms.
Analysis of setuptools.command.develop (Library) on depth 6 completed in 2.1 ms.
Analysis of numpy.distutils.command.config (Library) on depth 5 completed in 6.12 ms.
Analysis of cffi.verifier (Library) on depth 8 completed in 6.62 ms.
Analysis of numpy.distutils.command.build (Library) on depth 5 completed in 1.34 ms.
Analysis of numpy.f2py.f2py_testing (Library) on depth 6 completed in 1.65 ms.
Analysis of numpy.distutils.mingw32ccompiler (Library) on depth 6 completed in 8.15 ms.
Analysis of cffi.api (Library) on depth 7 completed in 11.04 ms.
Analysis of cffi.recompiler (Library) on depth 8 completed in 18.08 ms.
Analysis version 1546 has been completed in 679.57 ms with 386 entries analyzed and 1002 entries skipped.
gramster commented 5 years ago

So far its possible the only issue is that the status bar message is misleading. But now I do:

np.

and the completions I am shown are names at the global scope.

Logs from this part:

Analysis of _pytest.outcomes (User) queued. Dependencies: __future__, sys, warnings, pkg_resources, numpy
Analysis version 1547 of 1388 entries has started.
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Analysis of _tracemalloc(CompiledBuiltin) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of zipimport(CompiledBuiltin) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Analysis of _codecs(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of _sre(CompiledBuiltin) canceled (no AST yet).
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of marshal(CompiledBuiltin) canceled (no AST yet).
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of abc (Stub) on depth 3 completed in 0.92 ms.
Analysis version 1547 has been completed in 4.3 ms with 25 entries analyzed and 1363 entries skipped.
Completions in file:///Users/grwheele/repos/pytest/src/_pytest/outcomes.py at (191, 1)
Analysis of _pytest.outcomes (User) queued. Dependencies: __future__, sys, warnings, pkg_resources, numpy
Analysis version 1548 of 1388 entries has started.
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of zipimport(CompiledBuiltin) canceled (no AST yet).
Analysis of _tracemalloc(CompiledBuiltin) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Analysis of _sre(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Analysis of _codecs(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of marshal(CompiledBuiltin) canceled (no AST yet).
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Analysis version 1548 has been completed in 3.16 ms with 24 entries analyzed and 1364 entries skipped.
Analysis of _pytest.outcomes (User) queued. Dependencies: __future__, sys, warnings, pkg_resources, numpy
Completions in file:///Users/grwheele/repos/pytest/src/_pytest/outcomes.py at (191, 3)
Analysis version 1549 of 1388 entries has started.
Analysis of _warnings(CompiledBuiltin) canceled (no AST yet).
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of _tracemalloc(CompiledBuiltin) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of zipimport(CompiledBuiltin) canceled (no AST yet).
Analysis of itertools(CompiledBuiltin) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of time(CompiledBuiltin) canceled (no AST yet).
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of _imp(CompiledBuiltin) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of _sre(CompiledBuiltin) canceled (no AST yet).
Analysis of _abc(CompiledBuiltin) canceled (no AST yet).
Analysis of _weakref(CompiledBuiltin) canceled (no AST yet).
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of _codecs(CompiledBuiltin) canceled (no AST yet).
Analysis of atexit(CompiledBuiltin) canceled (no AST yet).
Analysis of gc(CompiledBuiltin) canceled (no AST yet).
Analysis of marshal(CompiledBuiltin) canceled (no AST yet).
Analysis of _ast(CompiledBuiltin) canceled (no AST yet).
Analysis of _signal(CompiledBuiltin) canceled (no AST yet).
Analysis of pwd(CompiledBuiltin) canceled (no AST yet).
Analysis of abc (Stub) on depth 3 completed in 0.65 ms.
Analysis version 1549 has been completed in 2.41 ms with 25 entries analyzed and 1363 entries skipped.
jakebailey commented 4 years ago

I think this is actually the same as #1601 too.