microsoft / python-language-server

Microsoft Language Server for Python
Apache License 2.0
914 stars 133 forks source link

pygame methods being reported as "has no member" / IntelliSense doesn't work with pygame #1632

Open ejrejr opened 5 years ago

ejrejr commented 5 years ago

Environment data

Expected behaviour

import pygame use pygame methods and constants look at syntax decorations and intellisense - they all work for working code

Actual behaviour

Any method or constant from pygame is flagged as an error No intellisense

Logs

[Info  - 6:38:41 PM] Microsoft Python Language Server version 0.4.38.0
[Info  - 6:38:41 PM] Workspace root: c:\Users\Eric\Documents\Source\Halloween
[Info  - 6:38:41 PM] Analysis cache path: C:\Users\Eric\AppData\Local\Microsoft\Python Language Server
[Info  - 6:38:41 PM] GetCurrentSearchPaths C:\Python\Python36\python.exe 
[Info  - 6:38:41 PM] Interpreter search paths:
[Info  - 6:38:41 PM]     c:\python\python36\dlls
[Info  - 6:38:41 PM]     c:\python\python36\lib
[Info  - 6:38:41 PM]     c:\python\python36
[Info  - 6:38:41 PM]     c:\users\eric\appdata\roaming\python\python36\site-packages
[Info  - 6:38:41 PM]     c:\python\python36\lib\site-packages
[Info  - 6:38:41 PM]     c:\python\python36\lib\site-packages\scp-0.13.0-py3.6.egg
[Info  - 6:38:41 PM]     c:\python\python36\lib\site-packages\pizzapy-0.0.2-py3.6.egg
[Info  - 6:38:41 PM]     c:\python\python36\lib\site-packages\dominos-0.0.4-py3.6.egg
[Info  - 6:38:41 PM]     c:\python\python36\lib\site-packages\pyautogui-0.9.46-py3.6.egg
[Info  - 6:38:41 PM]     c:\python\python36\lib\site-packages\mouseinfo-0.0.4-py3.6.egg
[Info  - 6:38:41 PM]     c:\python\python36\lib\site-packages\pygetwindow-0.0.6-py3.6.egg
[Info  - 6:38:41 PM]     c:\python\python36\lib\site-packages\pyscreeze-0.1.22-py3.6.egg
[Info  - 6:38:41 PM]     c:\python\python36\lib\site-packages\pytweening-1.0.3-py3.6.egg
[Info  - 6:38:41 PM]     c:\python\python36\lib\site-packages\pymsgbox-1.0.7-py3.6.egg
[Info  - 6:38:41 PM]     c:\python\python36\lib\site-packages\pyperclip-1.7.0-py3.6.egg
[Info  - 6:38:41 PM]     c:\python\python36\lib\site-packages\pyrect-0.1.4-py3.6.egg
[Info  - 6:38:41 PM]     c:\python\python36\lib\site-packages\pygame-2.0.0.dev3-py3.6-win-amd64.egg
[Info  - 6:38:41 PM]     c:\python\python36\lib\site-packages\win32
[Info  - 6:38:41 PM]     c:\python\python36\lib\site-packages\win32\lib
[Info  - 6:38:41 PM]     c:\python\python36\lib\site-packages\pythonwin
[Info  - 6:38:41 PM] User search paths:
[Info  - 6:38:46 PM] Initializing for C:\Python\Python36\python.exe
Watching c:\python\python36
Watching c:\users\eric\appdata\roaming\python\python36\site-packages
[Info  - 6:38:46 PM] Analysis caching mode: None.
Opening document file:///c:/Users/Eric/Documents/Source/Halloween/2019/main.py
Opening document file:///c:/Users/Eric/Documents/Source/Halloween/2019/pygameUI.py
Analysis of main (User) queued. Dependencies: pygameUI, time, os
Analysis of pygameUI (User) queued. Dependencies: pygame, sys
Create built-in compiled (scraped) module:  time C:\Python\Python36\python.exe 
Import:  os c:\python\python36\lib\os.py 
Analysis of time (CompiledBuiltin) queued. Dependencies: time (stub)
Import:  pygame c:\python\python36\lib\site-packages\pygame-2.0.0.dev3-py3.6-win-amd64.egg\pygame\__init__.py 
Analysis of time (Stub) queued. Dependencies: sys (stub), types (stub)
Analysis of os (Stub) queued. Dependencies: io (stub), sys (stub), posix (stub), os.path (stub)
Analysis of os (Library) queued. Dependencies: os (stub), abc, sys, errno, stat, posixpath, nt, ntpath, warnings, _collections_abc, subprocess, io
Analysis of pygame (Library) queued. Dependencies: 
Create built-in compiled (scraped) module:  sys C:\Python\Python36\python.exe 
Import:  abc c:\python\python36\lib\abc.py 
Analysis of posix (Stub) queued. Dependencies: 
Analysis of sys (Stub) queued. Dependencies: types (stub), importlib.abc (stub)
Create built-in compiled (scraped) module:  errno C:\Python\Python36\python.exe 
Analysis of types (Stub) queued. Dependencies: sys (stub), _importlib_modulespec (stub)
Analysis of io (Stub) queued. Dependencies: codecs (stub), mmap (stub), sys (stub), types (stub)
Import:  stat c:\python\python36\lib\stat.py 
Import:  posixpath c:\python\python36\lib\posixpath.py 
Create built-in compiled (scraped) module:  nt C:\Python\Python36\python.exe 
Analysis of os.path (Stub) queued. Dependencies: posix (stub), sys (stub)
Import:  ntpath c:\python\python36\lib\ntpath.py 
Analysis of abc (Stub) queued. Dependencies: 
Import:  warnings c:\python\python36\lib\warnings.py 
Import:  _collections_abc c:\python\python36\lib\_collections_abc.py 
Import:  subprocess c:\python\python36\lib\subprocess.py 
Import:  io c:\python\python36\lib\io.py 
Analysis of sys (CompiledBuiltin) queued. Dependencies: sys (stub), _io, types
Analysis version 16 of 9 entries has started.
Create built-in compiled (scraped) module:  _io C:\Python\Python36\python.exe 
Analysis of importlib.abc (Stub) queued. Dependencies: abc (stub), os (stub), sys (stub), types (stub), _importlib_modulespec (stub)
Analysis of _importlib_modulespec (Stub) queued. Dependencies: abc (stub), sys (stub)
Analysis of errno (Stub) queued. Dependencies: sys (stub)
Import:  types c:\python\python36\lib\types.py 
Analysis of abc (Library) queued. Dependencies: abc (stub), _weakrefset
Analysis of mmap (Stub) queued. Dependencies: sys (stub)
Import:  _weakrefset c:\python\python36\lib\_weakrefset.py 
Analysis of errno (CompiledBuiltin) queued. Dependencies: errno (stub)
Analysis of stat (Stub) queued. Dependencies: sys (stub)
Analysis of codecs (Stub) queued. Dependencies: sys (stub), abc (stub), types (stub)
Analysis of _weakrefset (Library) queued. Dependencies: _weakrefset (stub), _weakref
Create built-in compiled (scraped) module:  _weakref C:\Python\Python36\python.exe 
Analysis of posixpath (Stub) queued. Dependencies: sys (stub)
Analysis of stat (Library) queued. Dependencies: stat (stub), _stat
Analysis of _weakref (CompiledBuiltin) queued. Dependencies: _weakref (stub)
Analysis of types (Library) queued. Dependencies: types (stub), sys, functools, collections, collections.abc
Create built-in compiled (scraped) module:  _stat C:\Python\Python36\python.exe 
Import:  functools c:\python\python36\lib\functools.py 
Import:  collections c:\python\python36\lib\collections\__init__.py 
Analysis of _io (CompiledBuiltin) queued. Dependencies: io
Analysis of _weakrefset (Stub) queued. Dependencies: 
Import:  collections.abc c:\python\python36\lib\collections\abc.py 
Analysis of nt (CompiledBuiltin) queued. Dependencies: os
Analysis of collections.abc (Library) queued. Dependencies: collections.abc (stub), _collections_abc
Analysis of posixpath (Library) queued. Dependencies: posixpath (stub), os, sys, stat, genericpath, re
Import:  genericpath c:\python\python36\lib\genericpath.py 
Analysis of warnings (Stub) queued. Dependencies: types (stub)
Analysis of ntpath (Stub) queued. Dependencies: sys (stub)
Analysis of collections.abc (Stub) queued. Dependencies: sys (stub), collections (stub)
Import:  re c:\python\python36\lib\re.py 
Analysis of re (Library) queued. Dependencies: re (stub), enum, sre_compile, sre_parse, functools, _locale, copyreg, sre_constants
Analysis of warnings (Library) queued. Dependencies: warnings (stub), sys, linecache, tracemalloc, re, _warnings
Import:  enum c:\python\python36\lib\enum.py 
Analysis of ntpath (Library) queued. Dependencies: ntpath (stub), os, sys, stat, genericpath, warnings, nt, string
Import:  sre_compile c:\python\python36\lib\sre_compile.py 
Analysis of posix (Stub) on depth 3 completed in 28.02 ms.
Import:  sre_parse c:\python\python36\lib\sre_parse.py 
Create built-in compiled (scraped) module:  _locale C:\Python\Python36\python.exe 
Analysis of _collections_abc (Library) queued. Dependencies: abc, sys
Import:  copyreg c:\python\python36\lib\copyreg.py 
Import:  sre_constants c:\python\python36\lib\sre_constants.py 
Import:  linecache c:\python\python36\lib\linecache.py 
Import:  tracemalloc c:\python\python36\lib\tracemalloc.py 
Analysis of copyreg (Library) queued. Dependencies: 
Create built-in compiled (scraped) module:  _warnings C:\Python\Python36\python.exe 
Analysis of collections (Library) queued. Dependencies: collections (stub), _collections_abc, operator, keyword, sys, heapq, _weakref, itertools, reprlib, _collections, warnings, copy
Import:  string c:\python\python36\lib\string.py 
Import:  operator c:\python\python36\lib\operator.py 
Analysis of _locale (CompiledBuiltin) queued. Dependencies: locale
Analysis of sre_constants (Stub) queued. Dependencies: 
Import:  keyword c:\python\python36\lib\keyword.py 
Import:  heapq c:\python\python36\lib\heapq.py 
Analysis of subprocess (Stub) queued. Dependencies: sys (stub), types (stub)
Analysis of string (Library) queued. Dependencies: string (stub), _string, re, collections, warnings
Create built-in compiled (scraped) module:  itertools C:\Python\Python36\python.exe 
Import:  reprlib c:\python\python36\lib\reprlib.py 
Create built-in compiled (scraped) module:  _collections C:\Python\Python36\python.exe 
Import:  copy c:\python\python36\lib\copy.py 
Import:  locale c:\python\python36\lib\locale.py 
Create built-in compiled (scraped) module:  _string C:\Python\Python36\python.exe 
Analysis of _weakref (Stub) queued. Dependencies: sys (stub)
Analysis of copy (Library) queued. Dependencies: copy (stub), types, weakref, copyreg
Analysis of _string (CompiledBuiltin) queued. Dependencies: 
Analysis of copy (Stub) queued. Dependencies: 
Analysis of string (Stub) queued. Dependencies: 
Import:  weakref c:\python\python36\lib\weakref.py 
Analysis of _warnings (CompiledBuiltin) queued. Dependencies: _warnings (stub)
Analysis of _warnings (Stub) queued. Dependencies: 
Analysis of weakref (Library) queued. Dependencies: weakref (stub), _weakref, _weakrefset, collections, sys, itertools, copy, atexit, gc
Analysis of locale (Stub) queued. Dependencies: decimal (stub), sys (stub)
Create built-in compiled (scraped) module:  atexit C:\Python\Python36\python.exe 
Analysis of tracemalloc (Library) queued. Dependencies: tracemalloc (stub), collections, functools, fnmatch, linecache, os, pickle, _tracemalloc
Create built-in compiled (scraped) module:  gc C:\Python\Python36\python.exe 
Analysis of sre_parse (Library) queued. Dependencies: sre_parse (stub), sre_constants, warnings
Analysis of gc (CompiledBuiltin) queued. Dependencies: gc (stub)
Import:  fnmatch c:\python\python36\lib\fnmatch.py 
Import:  pickle c:\python\python36\lib\pickle.py 
Analysis of locale (Library) queued. Dependencies: locale (stub), sys, encodings, encodings.aliases, re, collections, functools, _locale, os, _bootlocale
Analysis of sre_parse (Stub) queued. Dependencies: sre_constants (stub)
Create built-in compiled (scraped) module:  _tracemalloc C:\Python\Python36\python.exe 
Analysis of _tracemalloc (CompiledBuiltin) queued. Dependencies: _tracemalloc (stub)
Analysis of gc (Stub) queued. Dependencies: 
Import:  encodings c:\python\python36\lib\encodings\__init__.py 
Analysis of _tracemalloc (Stub) queued. Dependencies: 
Analysis of decimal (Stub) queued. Dependencies: 
Import:  encodings.aliases c:\python\python36\lib\encodings\aliases.py 
Import:  _bootlocale c:\python\python36\lib\_bootlocale.py 
Analysis of atexit (CompiledBuiltin) queued. Dependencies: atexit (stub)
Analysis of _bootlocale (Library) queued. Dependencies: sys, _locale, locale
Analysis of atexit (Stub) queued. Dependencies: 
Analysis of sre_constants (Library) queued. Dependencies: sre_constants (stub), _sre
Create built-in compiled (scraped) module:  _sre C:\Python\Python36\python.exe 
Analysis of encodings.aliases (Library) queued. Dependencies: 
Analysis of weakref (Stub) queued. Dependencies: sys (stub), types (stub), _weakref (stub), _weakrefset (stub)
Analysis of sre_compile (Library) queued. Dependencies: sre_compile (stub), _sre, sre_parse, sre_constants
Analysis of _sre (CompiledBuiltin) queued. Dependencies: 
Analysis of encodings (Library) queued. Dependencies: encodings (stub), codecs, sys, encodings.aliases, _bootlocale, encodings.mbcs
Analysis of sre_compile (Stub) queued. Dependencies: sys (stub), sre_parse (stub), sre_constants (stub)
Analysis of _collections (CompiledBuiltin) queued. Dependencies: collections
Analysis of encodings (Stub) queued. Dependencies: codecs (stub)
Import:  codecs c:\python\python36\lib\codecs.py 
Analysis of reprlib (Library) queued. Dependencies: reprlib (stub), itertools, _thread, _dummy_thread
Import:  encodings.mbcs c:\python\python36\lib\encodings\mbcs.py 
Create built-in compiled (scraped) module:  _thread C:\Python\Python36\python.exe 
Analysis of encodings.mbcs (Library) queued. Dependencies: codecs
Import:  _dummy_thread c:\python\python36\lib\_dummy_thread.py 
Analysis of _dummy_thread (Library) queued. Dependencies: _dummy_thread (stub), traceback, time
Analysis of enum (Library) queued. Dependencies: enum (stub), sys, types, functools, operator, _collections, collections
Import:  traceback c:\python\python36\lib\traceback.py 
Analysis of enum (Stub) queued. Dependencies: sys (stub), abc (stub)
Analysis of re (Stub) queued. Dependencies: sys (stub), enum (stub)
Analysis of codecs (Library) queued. Dependencies: codecs (stub), sys, _codecs, encodings
Analysis of subprocess (Library) queued. Dependencies: subprocess (stub), sys, io, os, time, signal, warnings, errno, threading, msvcrt, _winapi, select, selectors, dummy_threading
Create built-in compiled (scraped) module:  _codecs C:\Python\Python36\python.exe 
Analysis of genericpath (Library) queued. Dependencies: os, stat
Analysis of linecache (Stub) queued. Dependencies: sys (stub)
Import:  signal c:\python\python36\lib\signal.py 
Analysis of _codecs (CompiledBuiltin) queued. Dependencies: _codecs (stub)
Import:  threading c:\python\python36\lib\threading.py 
Analysis of pickle (Library) queued. Dependencies: pickle (stub), types, copyreg, itertools, functools, sys, struct, re, io, codecs, _compat_pickle, _pickle, doctest, argparse, pprint
Create built-in compiled (scraped) module:  msvcrt C:\Python\Python36\python.exe 
Create built-in compiled (scraped) module:  _winapi C:\Python\Python36\python.exe 
Create compiled (scraped):  select c:\python\python36\dlls\select.pyd c:\python\python36\dlls 
Import:  selectors c:\python\python36\lib\selectors.py 
Import:  dummy_threading c:\python\python36\lib\dummy_threading.py 
Analysis of dummy_threading (Library) queued. Dependencies: sys, _dummy_thread, threading
Import:  struct c:\python\python36\lib\struct.py 
Import:  _compat_pickle c:\python\python36\lib\_compat_pickle.py 
Create built-in compiled (scraped) module:  _pickle C:\Python\Python36\python.exe 
Analysis of _codecs (Stub) queued. Dependencies: sys (stub), codecs (stub)
Import:  doctest c:\python\python36\lib\doctest.py 
Analysis of signal (Stub) queued. Dependencies: sys (stub), enum (stub), types (stub)
Import:  argparse c:\python\python36\lib\argparse.py 
Import:  pprint c:\python\python36\lib\pprint.py 
Analysis of pygame (Library) on depth 1 completed in 0.08 ms.
Analysis of struct (Library) queued. Dependencies: struct (stub), _struct
Create built-in compiled (scraped) module:  _struct C:\Python\Python36\python.exe 
Analysis of _stat (Stub) queued. Dependencies: 
Analysis of _struct (CompiledBuiltin) queued. Dependencies: struct
Analysis of signal (Library) queued. Dependencies: signal (stub), _signal, functools, enum
Analysis of struct (Stub) queued. Dependencies: sys (stub), array (stub)
Create built-in compiled (scraped) module:  _signal C:\Python\Python36\python.exe 
Analysis of array (Stub) queued. Dependencies: sys (stub)
Analysis of _signal (CompiledBuiltin) queued. Dependencies: 
Analysis of pprint (Library) queued. Dependencies: pprint (stub), collections, re, sys, types, io, time
Analysis of traceback (Library) queued. Dependencies: traceback (stub), collections, itertools, linecache, sys
Analysis of pprint (Stub) queued. Dependencies: sys (stub)
Analysis of traceback (Stub) queued. Dependencies: types (stub), sys (stub)
Analysis of time (Stub) on depth 2 completed in 6.28 ms.
Analysis of _dummy_thread (Stub) queued. Dependencies: 
Analysis of selectors (Library) queued. Dependencies: selectors (stub), abc, collections, math, select, sys
Analysis of _thread (CompiledBuiltin) queued. Dependencies: _thread (stub)
Create built-in compiled (scraped) module:  math C:\Python\Python36\python.exe 
Analysis of _thread (Stub) queued. Dependencies: 
Analysis of math (CompiledBuiltin) queued. Dependencies: math (stub)
Analysis of reprlib (Stub) queued. Dependencies: array (stub)
Analysis of math (Stub) queued. Dependencies: sys (stub)
Analysis of selectors (Stub) queued. Dependencies: abc (stub), socket (stub)
Analysis of itertools (CompiledBuiltin) queued. Dependencies: itertools (stub)
Analysis of itertools (Stub) queued. Dependencies: 
Analysis of socket (Stub) queued. Dependencies: sys (stub), enum (stub)
Analysis of sys (CompiledBuiltin) on depth 1 completed in 29.96 ms.
Analysis of select (Compiled) queued. Dependencies: select (stub)
Analysis of heapq (Library) queued. Dependencies: heapq (stub), _heapq, doctest
Analysis of argparse (Library) queued. Dependencies: argparse (stub), collections, copy, os, re, sys, textwrap, gettext
Create built-in compiled (scraped) module:  _heapq C:\Python\Python36\python.exe 
Analysis of select (Stub) queued. Dependencies: sys (stub)
Analysis of _heapq (CompiledBuiltin) queued. Dependencies: _heapq (stub)
Import:  textwrap c:\python\python36\lib\textwrap.py 
Import:  gettext c:\python\python36\lib\gettext.py 
Analysis of _heapq (Stub) queued. Dependencies: 
Analysis of heapq (Stub) queued. Dependencies: sys (stub)
Analysis of keyword (Library) queued. Dependencies: keyword (stub), sys, re
Analysis of keyword (Stub) queued. Dependencies: 
Analysis of gettext (Library) queued. Dependencies: gettext (stub), locale, copy, io, os, re, struct, sys, errno
Analysis of operator (Library) queued. Dependencies: operator (stub), functools, _operator
Analysis of gettext (Stub) queued. Dependencies: 
Create built-in compiled (scraped) module:  _operator C:\Python\Python36\python.exe 
Analysis of _operator (CompiledBuiltin) queued. Dependencies: _operator (stub), operator
Analysis of operator (Stub) queued. Dependencies: sys (stub)
Analysis of _operator (Stub) queued. Dependencies: sys (stub), operator (stub)
Analysis of argparse (Stub) queued. Dependencies: sys (stub)
Analysis of textwrap (Library) queued. Dependencies: textwrap (stub), re
Analysis of textwrap (Stub) queued. Dependencies: 
Analysis of _winapi (CompiledBuiltin) queued. Dependencies: _winapi (stub)
Analysis of _winapi (Stub) queued. Dependencies: 
Analysis of msvcrt (CompiledBuiltin) queued. Dependencies: msvcrt (stub)
Analysis of collections (Stub) queued. Dependencies: sys (stub), collections.abc (stub)
Analysis of msvcrt (Stub) queued. Dependencies: 
Analysis of time (CompiledBuiltin) on depth 1 completed in 108.54 ms.
Analysis of linecache (Library) queued. Dependencies: linecache (stub), functools, sys, os, tokenize
Analysis of os (Stub) on depth 2 completed in 276.36 ms.
Import:  tokenize c:\python\python36\lib\tokenize.py 
Analysis of doctest (Library) queued. Dependencies: doctest (stub), __future__, argparse, difflib, inspect, linecache, os, pdb, re, sys, traceback, unittest, io, collections
Analysis of threading (Library) queued. Dependencies: threading (stub), sys, _thread, time, traceback, _weakrefset, itertools, _collections, collections, _threading_local
Import:  __future__ c:\python\python36\lib\__future__.py 
Import:  difflib c:\python\python36\lib\difflib.py 
Analysis of functools (Library) queued. Dependencies: functools (stub), _functools, abc, collections, types, weakref, reprlib, _thread
Analysis of tokenize (Library) queued. Dependencies: tokenize (stub), codecs, collections, io, itertools, re, sys, token, argparse
Analysis of pygameUI (User) on depth 0 completed in 113.8 ms.
Analysis of tokenize (Stub) queued. Dependencies: sys (stub), token (stub), os (stub)
Analysis of threading (Stub) queued. Dependencies: types (stub), sys (stub)
Analysis of doctest (Stub) queued. Dependencies: sys (stub), types (stub), unittest (stub)
Import:  inspect c:\python\python36\lib\inspect.py 
Analysis of _stat (CompiledBuiltin) queued. Dependencies: _stat (stub)
Import:  pdb c:\python\python36\lib\pdb.py 
Import:  unittest c:\python\python36\lib\unittest\__init__.py 
Import:  _threading_local c:\python\python36\lib\_threading_local.py 
Import:  token c:\python\python36\lib\token.py 
Create built-in compiled (scraped) module:  _functools C:\Python\Python36\python.exe 
Analysis of _functools (CompiledBuiltin) queued. Dependencies: functools
Analysis of fnmatch (Stub) queued. Dependencies: 
Analysis of tracemalloc (Stub) queued. Dependencies: sys (stub)
Analysis of _pickle (CompiledBuiltin) queued. Dependencies: 
Analysis of token (Library) queued. Dependencies: token (stub), re, sys
Analysis of io (Library) queued. Dependencies: io (stub), _io, abc
Analysis of __future__ (Stub) queued. Dependencies: sys (stub)
Analysis of token (Stub) queued. Dependencies: sys (stub)
Analysis of unittest (Library) queued. Dependencies: unittest (stub), unittest.result, unittest.case, unittest.suite, unittest.loader, unittest.main, unittest.runner, unittest.signals, os
Analysis of fnmatch (Library) queued. Dependencies: fnmatch (stub), os, posixpath, re, functools
Analysis of _compat_pickle (Library) queued. Dependencies: 
Analysis of pickle (Stub) queued. Dependencies: sys (stub)
Analysis of functools (Stub) queued. Dependencies: sys (stub)
Analysis of _threading_local (Library) queued. Dependencies: _threading_local (stub), weakref, contextlib, threading
Import:  unittest.result c:\python\python36\lib\unittest\result.py 
Import:  unittest.case c:\python\python36\lib\unittest\case.py 
Analysis of unittest (Stub) queued. Dependencies: logging (stub), sys (stub), types (stub)
Import:  unittest.suite c:\python\python36\lib\unittest\suite.py 
Import:  unittest.loader c:\python\python36\lib\unittest\loader.py 
Analysis of os (Library) queued. Dependencies: os (stub), abc, sys, errno, stat, posixpath, nt, ntpath, warnings, _collections_abc, subprocess, io
Import:  unittest.main c:\python\python36\lib\unittest\main.py 
Import:  unittest.runner c:\python\python36\lib\unittest\runner.py 
Import:  unittest.signals c:\python\python36\lib\unittest\signals.py 
Import:  contextlib c:\python\python36\lib\contextlib.py 
Analysis of __future__ (Library) queued. Dependencies: __future__ (stub)
Analysis of unittest.signals (Library) queued. Dependencies: signal, weakref, functools
Analysis of builtins (Stub) queued. Dependencies: abc (stub), types (stub), sys (stub)
Analysis of difflib (Stub) queued. Dependencies: sys (stub)
Analysis of _threading_local (Stub) queued. Dependencies: weakref (stub)
Analysis of unittest.result (Library) queued. Dependencies: io, sys, traceback, unittest, unittest.util, functools
Analysis of unittest.runner (Library) queued. Dependencies: sys, time, warnings, unittest, unittest.result, unittest.signals
Import:  unittest.util c:\python\python36\lib\unittest\util.py 
Analysis of logging (Stub) queued. Dependencies: string (stub), time (stub), types (stub), sys (stub), threading (stub)
Analysis of unittest.util (Library) queued. Dependencies: collections, os
Analysis of contextlib (Library) queued. Dependencies: contextlib (stub), abc, sys, _collections_abc, collections, functools
Analysis of inspect (Stub) queued. Dependencies: sys (stub), types (stub)
Analysis of unittest.main (Library) queued. Dependencies: sys, argparse, os, unittest, unittest.loader, unittest.runner, unittest.signals
Analysis of contextlib (Stub) queued. Dependencies: types (stub), sys (stub)
Analysis of unittest.suite (Library) queued. Dependencies: sys, unittest, unittest.case, unittest.util
Analysis of difflib (Library) queued. Dependencies: difflib (stub), heapq, collections, re, doctest
Analysis of unittest.loader (Library) queued. Dependencies: os, re, sys, traceback, types, functools, warnings, fnmatch, unittest, unittest.case, unittest.suite, unittest.util
Analysis of pdb (Stub) queued. Dependencies: sys (stub)
Analysis of unittest.case (Library) queued. Dependencies: sys, functools, difflib, logging, pprint, re, warnings, collections, contextlib, traceback, unittest, unittest.result, unittest.util
Import:  logging c:\python\python36\lib\logging\__init__.py 
Analysis of os (Library) on depth 1 completed in 132.04 ms.
Analysis of pdb (Library) queued. Dependencies: pdb (stub), os, re, sys, cmd, bdb, dis, code, glob, pprint, signal, inspect, traceback, linecache, shlex, pydoc, getopt
Import:  cmd c:\python\python36\lib\cmd.py 
Import:  bdb c:\python\python36\lib\bdb.py 
Import:  dis c:\python\python36\lib\dis.py 
Analysis of cmd (Stub) queued. Dependencies: 
Import:  code c:\python\python36\lib\code.py 
Import:  glob c:\python\python36\lib\glob.py 
Import:  shlex c:\python\python36\lib\shlex.py 
Import:  pydoc c:\python\python36\lib\pydoc.py 
Analysis of cmd (Library) queued. Dependencies: cmd (stub), string, sys
Analysis of main (User) on depth 0 completed in 22.25 ms.
Import:  getopt c:\python\python36\lib\getopt.py 
Analysis version 16 of 9 entries has been completed in 464.5 ms.
Analysis version 278 of 259 entries has started.
Analysis of logging (Library) queued. Dependencies: logging (stub), sys, os, time, io, traceback, warnings, weakref, collections, string, threading, atexit
Analysis of getopt (Library) queued. Dependencies: getopt (stub), os, gettext, sys
Analysis of inspect (Library) queued. Dependencies: inspect (stub), abc, ast, dis, collections, collections.abc, enum, importlib, importlib.machinery, itertools, linecache, os, re, sys, tokenize, token, types, warnings, functools, operator, argparse
Analysis of getopt (Stub) queued. Dependencies: 
Analysis of shlex (Library) queued. Dependencies: shlex (stub), os, re, sys, collections, io
Analysis of dis (Stub) queued. Dependencies: sys (stub), types (stub), opcode (stub)
Import:  ast c:\python\python36\lib\ast.py 
Analysis of string (Stub) on depth 4 completed in 3.15 ms.
Import:  importlib c:\python\python36\lib\importlib\__init__.py 
Analysis of _string (CompiledBuiltin) on depth 4 completed in 0.15 ms.
Import:  importlib.machinery c:\python\python36\lib\importlib\machinery.py 
Analysis of dis (Library) queued. Dependencies: dis (stub), sys, types, collections, io, opcode, argparse
Analysis of bdb (Library) queued. Dependencies: fnmatch, sys, os, inspect, linecache, reprlib
Analysis of copy (Stub) on depth 5 completed in 2.63 ms.
Analysis of code (Stub) queued. Dependencies: sys (stub), types (stub)
Analysis of opcode (Stub) queued. Dependencies: sys (stub)
Analysis of importlib.machinery (Library) queued. Dependencies: importlib.machinery (stub), _imp, importlib._bootstrap, importlib._bootstrap_external
Import:  opcode c:\python\python36\lib\opcode.py 
Analysis of _warnings (Stub) on depth 4 completed in 13.24 ms.
Create built-in compiled (scraped) module:  _imp C:\Python\Python36\python.exe 
Analysis of code (Library) queued. Dependencies: code (stub), sys, traceback, argparse, codeop
Analysis of mmap (Stub) on depth 4 completed in 2.76 ms.
Analysis of glob (Stub) queued. Dependencies: sys (stub)
Import:  importlib._bootstrap c:\python\python36\lib\importlib\_bootstrap.py 
Analysis of abc (Stub) on depth 3 completed in 1.48 ms.
Import:  importlib._bootstrap_external c:\python\python36\lib\importlib\_bootstrap_external.py 
Import:  codeop c:\python\python36\lib\codeop.py 
Analysis of codeop (Library) queued. Dependencies: codeop (stub), __future__
Analysis of codeop (Stub) queued. Dependencies: types (stub)
Analysis of copyreg (Library) on depth 4 completed in 2.18 ms.
Analysis of glob (Library) queued. Dependencies: glob (stub), os, re, fnmatch
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 shlex (Stub) queued. Dependencies: sys (stub)
Analysis of ast (Stub) queued. Dependencies: _ast (stub)
Analysis of _weakrefset (Stub) on depth 4 completed in 43.05 ms.
Analysis of decimal (Stub) on depth 7 completed in 49.03 ms.
Analysis of _sre (CompiledBuiltin) on depth 5 completed in 0.26 ms.
Import:  importlib.util c:\python\python36\lib\importlib\util.py 
Analysis of _collections (CompiledBuiltin) on depth 4 completed in 1.48 ms.
Analysis of _dummy_thread (Stub) on depth 5 completed in 0.98 ms.
Import:  pkgutil c:\python\python36\lib\pkgutil.py 
Analysis of importlib._bootstrap_external (Library) queued. Dependencies: tokenize
Import:  platform c:\python\python36\lib\platform.py 
Import:  urllib c:\python\python36\lib\urllib\__init__.py 
Analysis of _pickle (CompiledBuiltin) on depth 5 completed in 2.7 ms.
Analysis of _struct (CompiledBuiltin) on depth 6 completed in 0.61 ms.
Import:  urllib.parse c:\python\python36\lib\urllib\parse.py 
Analysis of sre_constants (Stub) on depth 5 completed in 4.41 ms.
Import:  tempfile c:\python\python36\lib\tempfile.py 
Import:  tty c:\python\python36\lib\tty.py 
Analysis of _stat (Stub) on depth 4 completed in 2.31 ms.
Import:  pydoc_data c:\python\python36\lib\pydoc_data\__init__.py 
Analysis of gc (Stub) on depth 6 completed in 1.44 ms.
Analysis of _thread (Stub) on depth 5 completed in 0.37 ms.
Analysis of _heapq (Stub) on depth 6 completed in 0.52 ms.
Analysis of keyword (Stub) on depth 5 completed in 0.2 ms.
Analysis of _io (CompiledBuiltin) on depth 2 completed in 53.28 ms.
Import:  pydoc_data.topics c:\python\python36\lib\pydoc_data\topics.py 
Analysis of ast (Library) queued. Dependencies: ast (stub), _ast, inspect, collections
Analysis of gettext (Stub) on depth 7 completed in 9.93 ms.
Analysis of encodings.aliases (Library) on depth 6 completed in 10.93 ms.
Analysis of _tracemalloc (Stub) on depth 5 completed in 0.5 ms.
Import:  http c:\python\python36\lib\http\__init__.py 
Analysis of importlib.util (Stub) queued. Dependencies: importlib (stub), importlib.abc (stub), importlib.machinery (stub), sys (stub), types (stub)
Analysis of _winapi (Stub) on depth 4 completed in 2.76 ms.
Analysis of fnmatch (Stub) on depth 5 completed in 0.33 ms.
Import:  http.server c:\python\python36\lib\http\server.py 
Import:  email c:\python\python36\lib\email\__init__.py 
Import:  email.message c:\python\python36\lib\email\message.py 
Import:  webbrowser c:\python\python36\lib\webbrowser.py 
Create built-in compiled (scraped) module:  _ast C:\Python\Python36\python.exe 
Analysis of atexit (Stub) on depth 6 completed in 0.6 ms.
Analysis of _ast (Stub) queued. Dependencies: sys (stub)
Analysis of pkgutil (Stub) queued. Dependencies: sys (stub), importlib.abc (stub)
Analysis of webbrowser (Library) queued. Dependencies: webbrowser (stub), os, shlex, shutil, sys, subprocess, copy, glob, socket, tempfile, getopt
Analysis of importlib.util (Library) queued. Dependencies: importlib.util (stub), importlib, importlib.abc, importlib._bootstrap, importlib._bootstrap_external, contextlib, functools, sys, types, warnings
Analysis of webbrowser (Stub) queued. Dependencies: sys (stub)
Import:  shutil c:\python\python36\lib\shutil.py 
Analysis of _compat_pickle (Library) on depth 5 completed in 9.73 ms.
Import:  socket c:\python\python36\lib\socket.py 
Analysis of importlib (Stub) queued. Dependencies: importlib.util (stub), importlib.abc (stub), sys (stub), types (stub)
Analysis of importlib._bootstrap (Library) queued. Dependencies: 
Import:  importlib.abc c:\python\python36\lib\importlib\abc.py 
Analysis of importlib (Library) queued. Dependencies: importlib (stub), _imp, sys, importlib._bootstrap, importlib._bootstrap_external, types, warnings
Analysis of _imp (CompiledBuiltin) queued. Dependencies: _imp (stub)
Analysis of shutil (Stub) queued. Dependencies: os (stub), sys (stub)
Analysis of _imp (Stub) queued. Dependencies: sys (stub), types (stub), importlib.machinery (stub)
Analysis of importlib.abc (Library) queued. Dependencies: importlib.abc (stub), importlib, importlib._bootstrap, importlib._bootstrap_external, importlib.machinery, abc
Analysis of importlib.machinery (Stub) queued. Dependencies: importlib (stub), importlib.abc (stub), sys (stub), types (stub), _importlib_modulespec (stub)
Analysis of opcode (Library) queued. Dependencies: opcode (stub), _opcode
Create built-in compiled (scraped) module:  _opcode C:\Python\Python36\python.exe 
Analysis of _ast (CompiledBuiltin) queued. Dependencies: _ast (stub)
Analysis of _opcode (CompiledBuiltin) queued. Dependencies: 
Analysis of _signal (CompiledBuiltin) on depth 4 completed in 0.4 ms.
Analysis of socket (Library) queued. Dependencies: socket (stub), _socket, os, sys, io, selectors, enum, errno
Create compiled (scraped):  _socket c:\python\python36\dlls\_socket.pyd c:\python\python36\dlls 
Analysis of pkgutil (Library) queued. Dependencies: pkgutil (stub), collections, functools, importlib, importlib.util, importlib.machinery, os, sys, types, warnings, marshal, inspect, zipimport
Analysis of msvcrt (Stub) on depth 4 completed in 0.19 ms.
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 textwrap (Stub) on depth 7 completed in 3.76 ms.
Analysis of platform (Stub) queued. Dependencies: os (stub)
Analysis of _socket (Compiled) queued. Dependencies: 
Create built-in compiled (scraped) module:  marshal C:\Python\Python36\python.exe 
Create built-in compiled (scraped) module:  zipimport C:\Python\Python36\python.exe 
Analysis of itertools (Stub) on depth 5 completed in 14.89 ms.
Import:  uu c:\python\python36\lib\uu.py 
Import:  quopri c:\python\python36\lib\quopri.py 
Import:  email.utils c:\python\python36\lib\email\utils.py 
Import:  email.errors c:\python\python36\lib\email\errors.py 
Analysis of shutil (Library) queued. Dependencies: shutil (stub), os, sys, stat, fnmatch, collections, errno, zlib, bz2, lzma, tarfile, zipfile, nt
Import:  email._policybase c:\python\python36\lib\email\_policybase.py 
Import:  email.charset c:\python\python36\lib\email\charset.py 
Import:  email._encoded_words c:\python\python36\lib\email\_encoded_words.py 
Import:  email.generator c:\python\python36\lib\email\generator.py 
Import:  email.iterators c:\python\python36\lib\email\iterators.py 
Analysis of logging (Library) queued. Dependencies: logging (stub), sys, os, time, io, traceback, warnings, weakref, collections, string, threading, atexit
Import:  email.policy c:\python\python36\lib\email\policy.py 
Analysis of urllib (Stub) queued. Dependencies: 
Create built-in compiled (scraped) module:  zlib C:\Python\Python36\python.exe 
Import:  bz2 c:\python\python36\lib\bz2.py 
Analysis of email.policy (Library) queued. Dependencies: email.policy (stub), re, email._policybase, email.utils, email.headerregistry, email.contentmanager, email.message
Import:  lzma c:\python\python36\lib\lzma.py 
Import:  tarfile c:\python\python36\lib\tarfile.py 
Import:  zipfile c:\python\python36\lib\zipfile.py 
Analysis of zlib (Stub) queued. Dependencies: sys (stub)
Analysis of platform (Library) queued. Dependencies: platform (stub), collections, sys, os, re, subprocess, warnings, winreg, plistlib, socket, struct
Analysis of urllib (Library) queued. Dependencies: urllib (stub)
Import:  email.headerregistry c:\python\python36\lib\email\headerregistry.py 
Analysis of urllib.parse (Stub) queued. Dependencies: sys (stub)
Import:  email.contentmanager c:\python\python36\lib\email\contentmanager.py 
Create built-in compiled (scraped) module:  winreg C:\Python\Python36\python.exe 
Import:  plistlib c:\python\python36\lib\plistlib.py 
Analysis of zlib (CompiledBuiltin) queued. Dependencies: zlib (stub)
Analysis of email.contentmanager (Library) queued. Dependencies: email.contentmanager (stub), binascii, email, email.charset, email.message, email.errors, email.quoprimime
Analysis of winreg (CompiledBuiltin) queued. Dependencies: 
Analysis of email.contentmanager (Stub) queued. Dependencies: email.message (stub)
Analysis of logging (Library) on depth 8 completed in 108.7 ms.
Analysis of plistlib (Stub) queued. Dependencies: sys (stub), enum (stub)
Create built-in compiled (scraped) module:  binascii C:\Python\Python36\python.exe 
Analysis of gc (CompiledBuiltin) on depth 5 completed in 1.66 ms.
Import:  email.quoprimime c:\python\python36\lib\email\quoprimime.py 
Analysis of _thread (CompiledBuiltin) on depth 4 completed in 2.25 ms.
Analysis of _heapq (CompiledBuiltin) on depth 5 completed in 0.41 ms.
Analysis of zipfile (Library) queued. Dependencies: zipfile (stub), io, os, re, importlib, importlib.util, sys, time, stat, shutil, struct, binascii, threading, dummy_threading, zlib, bz2, lzma, warnings, py_compile, textwrap
Analysis of _tracemalloc (CompiledBuiltin) on depth 4 completed in 0.41 ms.
Analysis of plistlib (Library) queued. Dependencies: plistlib (stub), binascii, codecs, contextlib, datetime, enum, io, itertools, os, re, struct, warnings, xml.parsers.expat
Analysis of email.quoprimime (Library) queued. Dependencies: re, string
Analysis of zipfile (Stub) queued. Dependencies: types (stub), os (stub), sys (stub)
Analysis of binascii (CompiledBuiltin) queued. Dependencies: binascii (stub)
Import:  py_compile c:\python\python36\lib\py_compile.py 
Import:  datetime c:\python\python36\lib\datetime.py 
Analysis of urllib.parse (Library) queued. Dependencies: urllib.parse (stub), re, sys, collections
Import:  xml.parsers.expat c:\python\python36\lib\xml\parsers\expat.py 
Analysis of xml.parsers.expat (Library) queued. Dependencies: xml.parsers.expat (stub), sys, pyexpat
Analysis of _warnings (CompiledBuiltin) on depth 3 completed in 0.72 ms.
Create compiled (scraped):  pyexpat c:\python\python36\dlls\pyexpat.pyd c:\python\python36\dlls 
Analysis of cmd (Stub) on depth 8 completed in 9.06 ms.
Analysis of pyexpat (Compiled) queued. Dependencies: pyexpat (stub)
Analysis of bz2 (Stub) queued. Dependencies: io (stub), sys (stub), os (stub)
Analysis of pyexpat (Stub) queued. Dependencies: pyexpat.errors (stub), pyexpat.model (stub)
Analysis of _winapi (CompiledBuiltin) on depth 3 completed in 34.82 ms.
Analysis of tempfile (Stub) queued. Dependencies: sys (stub), types (stub)
Analysis of xml.parsers.expat (Stub) queued. Dependencies: pyexpat (stub), pyexpat.errors (stub), pyexpat.model (stub)
Analysis of pyexpat.model (Stub) queued. Dependencies: 
Analysis of pyexpat.errors (Stub) queued. Dependencies: sys (stub)
Analysis of io (Stub) on depth 3 completed in 18.5 ms.
Analysis of tempfile (Library) queued. Dependencies: tempfile (stub), functools, warnings, io, os, shutil, errno, random, weakref, _thread, _dummy_thread
Import:  random c:\python\python36\lib\random.py 
Analysis of sre_constants (Library) queued. Dependencies: sre_constants (stub), _sre, io
Analysis of tarfile (Library) queued. Dependencies: tarfile (stub), sys, os, io, shutil, stat, time, struct, copy, re, warnings, zlib, bz2, lzma, gzip, argparse
Import:  gzip c:\python\python36\lib\gzip.py 
Analysis of itertools (CompiledBuiltin) on depth 4 completed in 25.56 ms.
Analysis of sre_constants (Library) on depth 4 completed in 20.2 ms.
Analysis of random (Library) queued. Dependencies: random (stub), warnings, types, math, os, _collections_abc, hashlib, itertools, bisect, _random, time
Analysis of random (Stub) queued. Dependencies: _random (stub), sys (stub)
Import:  hashlib c:\python\python36\lib\hashlib.py 
Analysis of importlib.abc (Stub) on depth 3 completed in 13.58 ms.
Import:  bisect c:\python\python36\lib\bisect.py 
Create built-in compiled (scraped) module:  _random C:\Python\Python36\python.exe 
Analysis of gzip (Library) queued. Dependencies: gzip (stub), struct, sys, time, os, zlib, io, _compression, warnings, errno
Analysis of _random (CompiledBuiltin) queued. Dependencies: _random (stub)
Analysis of datetime (Library) queued. Dependencies: datetime (stub), time, math, _strptime, _datetime
Analysis of _random (Stub) queued. Dependencies: sys (stub)
Analysis of gzip (Stub) queued. Dependencies: os.path (stub), _compression (stub), zlib (stub)
Analysis of bisect (Library) queued. Dependencies: bisect (stub), _bisect
Import:  _compression c:\python\python36\lib\_compression.py 
Analysis of sys (Stub) on depth 2 completed in 4.47 ms.
Import:  _strptime c:\python\python36\lib\_strptime.py 
Analysis of datetime (Stub) queued. Dependencies: sys (stub), time (stub)
Create built-in compiled (scraped) module:  _datetime C:\Python\Python36\python.exe 
Analysis of tarfile (Stub) queued. Dependencies: os (stub), sys (stub), types (stub)
Create built-in compiled (scraped) module:  _bisect C:\Python\Python36\python.exe 
Analysis of _bisect (CompiledBuiltin) queued. Dependencies: _bisect (stub)
Analysis of py_compile (Library) queued. Dependencies: py_compile (stub), importlib, importlib._bootstrap_external, importlib.machinery, importlib.util, os, sys, traceback
Analysis of _bisect (Stub) queued. Dependencies: 
Analysis of sre_parse (Stub) on depth 5 completed in 19.9 ms.
Analysis of py_compile (Stub) queued. Dependencies: sys (stub)
Analysis of tty (Stub) queued. Dependencies: 
Analysis of _datetime (CompiledBuiltin) queued. Dependencies: datetime
Analysis of lzma (Library) queued. Dependencies: lzma (stub), io, os, _lzma, _compression
Analysis of binascii (Stub) queued. Dependencies: sys (stub)
Create compiled (scraped):  _lzma c:\python\python36\dlls\_lzma.pyd c:\python\python36\dlls 
Analysis of lzma (Stub) queued. Dependencies: io (stub), sys (stub), os (stub)
Analysis of _lzma (Compiled) queued. Dependencies: 
Analysis of bz2 (Library) queued. Dependencies: bz2 (stub), io, os, warnings, _compression, threading, dummy_threading, _bz2
Create compiled (scraped):  _bz2 c:\python\python36\dlls\_bz2.pyd c:\python\python36\dlls 
Analysis of _bz2 (Compiled) queued. Dependencies: 
Analysis of atexit (CompiledBuiltin) on depth 5 completed in 0.21 ms.
Analysis of email.headerregistry (Library) queued. Dependencies: email.headerregistry (stub), types, email, email.utils, email.errors, email._header_value_parser
Analysis of codecs (Stub) on depth 4 completed in 19.25 ms.
Analysis of msvcrt (CompiledBuiltin) on depth 3 completed in 0.8 ms.
Analysis of tty (Library) queued. Dependencies: tty (stub)
Analysis of _importlib_modulespec (Stub) on depth 4 completed in 2.32 ms.
Analysis of _stat (CompiledBuiltin) on depth 3 completed in 39.19 ms.
Analysis of _strptime (Library) queued. Dependencies: time, locale, calendar, re, datetime, _thread, _dummy_thread
Import:  email._header_value_parser c:\python\python36\lib\email\_header_value_parser.py 
Analysis of inspect (Library) on depth 6 completed in 195.16 ms.
Analysis of hashlib (Stub) queued. Dependencies: sys (stub)
Analysis of _compression (Library) queued. Dependencies: _compression (stub), io
Analysis of bisect (Stub) queued. Dependencies: 
Analysis of hashlib (Library) queued. Dependencies: hashlib (stub), _sha1, _md5, _sha256, _sha512, _blake2, _sha3, _hashlib, logging
Analysis of pydoc_data (Library) queued. Dependencies: 
Analysis of _compression (Stub) queued. Dependencies: io (stub)
Analysis of os.path (Stub) on depth 3 completed in 3.49 ms.
Analysis of http (Stub) queued. Dependencies: sys (stub), enum (stub)
Analysis of http (Library) queued. Dependencies: http (stub), enum
Analysis of http.server (Stub) queued. Dependencies: sys (stub), socketserver (stub), email (stub), email.message (stub)
Import:  calendar c:\python\python36\lib\calendar.py 
Create built-in compiled (scraped) module:  _sha1 C:\Python\Python36\python.exe 
Create built-in compiled (scraped) module:  _md5 C:\Python\Python36\python.exe 
Create built-in compiled (scraped) module:  _sha256 C:\Python\Python36\python.exe 
Analysis of types (Stub) on depth 3 completed in 45.92 ms.
Create built-in compiled (scraped) module:  _sha512 C:\Python\Python36\python.exe 
Analysis of calendar (Stub) queued. Dependencies: datetime (stub), sys (stub), time (stub)
Create built-in compiled (scraped) module:  _blake2 C:\Python\Python36\python.exe 
Create built-in compiled (scraped) module:  _sha3 C:\Python\Python36\python.exe 
Create compiled (scraped):  _hashlib c:\python\python36\dlls\_hashlib.pyd c:\python\python36\dlls 
Analysis of socketserver (Stub) queued. Dependencies: socket (stub), sys (stub), types (stub)
Analysis of http.server (Library) queued. Dependencies: http.server (stub), email, email.utils, html, http, http.client, io, mimetypes, os, posixpath, select, shutil, socket, socketserver, sys, time, urllib, urllib.parse, copy, argparse, base64, binascii, subprocess
Analysis of _hashlib (Compiled) queued. Dependencies: 
Analysis of stat (Stub) on depth 3 completed in 0.82 ms.
Analysis of posixpath (Stub) on depth 3 completed in 1.75 ms.
Analysis of locale (Stub) on depth 6 completed in 18.83 ms.
Import:  html c:\python\python36\lib\html\__init__.py 
Analysis of email._header_value_parser (Library) queued. Dependencies: re, urllib, string, collections, operator, email, email._encoded_words, email.errors, email.utils
Import:  http.client c:\python\python36\lib\http\client.py 
Analysis of enum (Stub) on depth 5 completed in 8.9 ms.
Analysis of linecache (Stub) on depth 4 completed in 0.73 ms.
Import:  mimetypes c:\python\python36\lib\mimetypes.py 
Import:  socketserver c:\python\python36\lib\socketserver.py 
Analysis of errno (Stub) on depth 3 completed in 29.83 ms.
Analysis of calendar (Library) queued. Dependencies: calendar (stub), sys, datetime, locale, itertools, argparse
Analysis of _codecs (Stub) on depth 7 completed in 5.25 ms.
Import:  base64 c:\python\python36\lib\base64.py 
Analysis of _weakref (Stub) on depth 5 completed in 1.91 ms.
Analysis of collections.abc (Stub) on depth 4 completed in 0.29 ms.
Analysis of email (Stub) queued. Dependencies: sys (stub), email.message (stub), email.policy (stub)
Analysis of ntpath (Stub) on depth 3 completed in 1.72 ms.
Analysis of array (Stub) on depth 6 completed in 9.98 ms.
Analysis of mimetypes (Library) queued. Dependencies: mimetypes (stub), os, sys, posixpath, urllib, urllib.parse, winreg, getopt
Analysis of tracemalloc (Stub) on depth 4 completed in 9.32 ms.
Analysis of mimetypes (Stub) queued. Dependencies: sys (stub)
Analysis of _sha1 (CompiledBuiltin) queued. Dependencies: 
Analysis of subprocess (Stub) on depth 3 completed in 10.6 ms.
Analysis of sre_compile (Stub) on depth 5 completed in 0.51 ms.
Analysis of _sha256 (CompiledBuiltin) queued. Dependencies: 
Analysis of _md5 (CompiledBuiltin) queued. Dependencies: 
Analysis of select (Stub) on depth 4 completed in 3.4 ms.
Analysis of pickle (Stub) on depth 5 completed in 2.22 ms.
Analysis of base64 (Library) queued. Dependencies: base64 (stub), re, struct, binascii, warnings, sys, getopt
Analysis of pprint (Stub) on depth 6 completed in 1.2 ms.
Analysis of base64 (Stub) queued. Dependencies: sys (stub)
Analysis of email (Library) queued. Dependencies: email (stub), email.parser
Analysis of traceback (Stub) on depth 5 completed in 4.09 ms.
Analysis of threading (Stub) on depth 4 completed in 19.1 ms.
Import:  email.parser c:\python\python36\lib\email\parser.py 
Analysis of math (Stub) on depth 5 completed in 14.01 ms.
Analysis of difflib (Stub) on depth 7 completed in 3.39 ms.
Analysis of email.parser (Library) queued. Dependencies: email.parser (stub), io, email.feedparser, email._policybase
Analysis of pdb (Stub) on depth 7 completed in 0.68 ms.
Analysis of warnings (Stub) on depth 3 completed in 1.38 ms.
Analysis of encodings (Stub) on depth 7 completed in 0.2 ms.
Import:  email.feedparser c:\python\python36\lib\email\feedparser.py 
Analysis of heapq (Stub) on depth 5 completed in 9.92 ms.
Analysis of email.message (Stub) queued. Dependencies: sys (stub), email.charset (stub), email.errors (stub), email.header (stub), email.policy (stub), email.contentmanager (stub)
Analysis of pydoc_data.topics (Library) queued. Dependencies: 
Analysis of http.client (Library) queued. Dependencies: http.client (stub), email, email.parser, email.message, http, io, os, re, socket, collections, urllib.parse, ssl, warnings
Analysis of _sha512 (CompiledBuiltin) queued. Dependencies: 
Import:  ssl c:\python\python36\lib\ssl.py 
Analysis of http.client (Stub) queued. Dependencies: email (stub), email.message (stub), io (stub), socket (stub), sys (stub), ssl (stub), types (stub)
Analysis of socketserver (Library) queued. Dependencies: socketserver (stub), socket, selectors, os, errno, sys, threading, dummy_threading, io, time, traceback
Analysis of html (Library) queued. Dependencies: html (stub), re, html.entities
Analysis of email.headerregistry (Stub) queued. Dependencies: datetime (stub), email.errors (stub), email.policy (stub)
Import:  html.entities c:\python\python36\lib\html\entities.py 
Analysis of stat (Library) on depth 2 completed in 33.64 ms.
Analysis of email.policy (Stub) queued. Dependencies: abc (stub), sys (stub), email.message (stub), email.errors (stub), email.header (stub), email.contentmanager (stub)
Analysis of email.feedparser (Library) queued. Dependencies: email.feedparser (stub), re, email, email.errors, email._policybase, collections, io, email.message
Analysis of argparse (Stub) on depth 6 completed in 38 ms.
Analysis of email.iterators (Library) queued. Dependencies: email.iterators (stub), sys, io
Analysis of email.feedparser (Stub) queued. Dependencies: sys (stub), email.message (stub), email.policy (stub)
Analysis of _blake2 (CompiledBuiltin) queued. Dependencies: 
Analysis of email.parser (Stub) queued. Dependencies: email (stub), email.feedparser (stub), email.message (stub), email.policy (stub)
Analysis of signal (Stub) on depth 4 completed in 14.75 ms.
Analysis of email.header (Stub) queued. Dependencies: email.charset (stub)
Analysis of email.iterators (Stub) queued. Dependencies: email.message (stub)
Analysis of ssl (Library) queued. Dependencies: ssl (stub), ipaddress, textwrap, re, sys, os, collections, enum, _ssl, socket, base64, errno, warnings, time, calendar
Analysis of ssl (Stub) queued. Dependencies: socket (stub), sys (stub)
Import:  ipaddress c:\python\python36\lib\ipaddress.py 
Create compiled (scraped):  _ssl c:\python\python36\dlls\_ssl.pyd c:\python\python36\dlls 
Analysis of email.generator (Library) queued. Dependencies: email.generator (stub), re, sys, time, random, copy, io, email.utils
Analysis of email.generator (Stub) queued. Dependencies: email.message (stub), email.policy (stub)
Analysis of marshal (Stub) queued. Dependencies: 
Analysis of email._encoded_words (Library) queued. Dependencies: re, base64, binascii, functools, string, email, email.errors
Analysis of _ssl (Compiled) queued. Dependencies: 
Analysis of ipaddress (Stub) queued. Dependencies: sys (stub)
Analysis of email.charset (Library) queued. Dependencies: email.charset (stub), functools, email, email.base64mime, email.quoprimime, email.errors, email.encoders
Import:  email.base64mime c:\python\python36\lib\email\base64mime.py 
Import:  email.encoders c:\python\python36\lib\email\encoders.py 
Analysis of email.encoders (Library) queued. Dependencies: email.encoders (stub), base64, quopri
Analysis of functools (Stub) on depth 4 completed in 10.26 ms.
Analysis of errno (CompiledBuiltin) on depth 2 completed in 38.03 ms.
Analysis of _weakref (CompiledBuiltin) on depth 4 completed in 0.32 ms.
Analysis of email.encoders (Stub) queued. Dependencies: email.message (stub)
Analysis of operator (Stub) on depth 5 completed in 14.88 ms.
Analysis of token (Stub) on depth 6 completed in 3.22 ms.
Analysis of email.base64mime (Library) queued. Dependencies: base64, binascii
Analysis of ipaddress (Library) queued. Dependencies: ipaddress (stub), functools
Analysis of __future__ (Stub) on depth 7 completed in 0.63 ms.
Analysis of email.charset (Stub) queued. Dependencies: 
Analysis of html (Stub) queued. Dependencies: 
Analysis of _sha3 (CompiledBuiltin) queued. Dependencies: 
Analysis of html.entities (Library) queued. Dependencies: html.entities (stub)
Analysis of email._policybase (Library) queued. Dependencies: abc, email, email.header, email.charset, email.utils
Analysis of weakref (Stub) on depth 5 completed in 14.65 ms.
Analysis of contextlib (Stub) on depth 6 completed in 11.2 ms.
Analysis of html.entities (Stub) queued. Dependencies: 
Analysis of marshal (CompiledBuiltin) queued. Dependencies: marshal (stub)
Analysis of _codecs (CompiledBuiltin) on depth 6 completed in 1.47 ms.
Analysis of re (Stub) on depth 4 completed in 12.29 ms.
Import:  email.header c:\python\python36\lib\email\header.py 
Analysis of email.errors (Library) queued. Dependencies: email.errors (stub)
Analysis of reprlib (Stub) on depth 5 completed in 1.41 ms.
Analysis of struct (Stub) on depth 6 completed in 1.34 ms.
Analysis of email.errors (Stub) queued. Dependencies: 
Analysis of select (Compiled) on depth 3 completed in 0.92 ms.
Analysis of zipimport (Stub) queued. Dependencies: types (stub)
Analysis of email.header (Library) queued. Dependencies: email.header (stub), re, binascii, email, email.quoprimime, email.base64mime, email.errors, email.charset
Analysis of zipimport (CompiledBuiltin) queued. Dependencies: zipimport (stub)
Analysis of email.utils (Library) queued. Dependencies: email.utils (stub), os, re, time, random, socket, datetime, urllib, urllib.parse, email._parseaddr, email.charset
Analysis of email.utils (Stub) queued. Dependencies: email.charset (stub), datetime (stub)
Analysis of uu (Stub) queued. Dependencies: sys (stub)
Analysis of socket (Stub) on depth 5 completed in 28.92 ms.
Analysis of quopri (Library) queued. Dependencies: quopri (stub), binascii, io, sys, getopt
Analysis of uu (Library) queued. Dependencies: uu (stub), binascii, os, sys, optparse
Analysis of quopri (Stub) queued. Dependencies: 
Analysis of logging (Stub) on depth 8 completed in 21.41 ms.
Import:  email._parseaddr c:\python\python36\lib\email\_parseaddr.py 
Analysis of struct (Library) on depth 5 completed in 0.39 ms.
Analysis of math (CompiledBuiltin) on depth 4 completed in 3.14 ms.
Analysis of _operator (Stub) on depth 6 completed in 0.4 ms.
Analysis of email._parseaddr (Library) queued. Dependencies: time, calendar
Analysis of selectors (Stub) on depth 4 completed in 5.8 ms.
Import:  optparse c:\python\python36\lib\optparse.py 
Analysis of tokenize (Stub) on depth 5 completed in 2.6 ms.
Analysis of _weakrefset (Library) on depth 3 completed in 14.52 ms.
Analysis of __future__ (Library) on depth 6 completed in 11.67 ms.
Analysis of _threading_local (Stub) on depth 5 completed in 0.83 ms.
Analysis of optparse (Stub) queued. Dependencies: sys (stub)
Analysis of abc (Library) on depth 2 completed in 6.14 ms.
Analysis of collections (Stub) on depth 4 completed in 73.12 ms.
Analysis of unittest (Stub) on depth 7 completed in 49.92 ms.
Analysis of threading (Library) on depth 3 completed in 44.31 ms.
Analysis of optparse (Library) queued. Dependencies: optparse (stub), sys, os, textwrap, gettext
Analysis of dummy_threading (Library) on depth 3 completed in 5.15 ms.
Analysis of io (Library) on depth 2 completed in 41.79 ms.
Analysis of _threading_local (Library) on depth 4 completed in 7.06 ms.
Analysis of doctest (Stub) on depth 6 completed in 11.49 ms.
Analysis of subprocess (Library) on depth 2 completed in 29.34 ms.
Analysis of genericpath (Library) on depth 3 completed in 3.12 ms.
Analysis of unittest.util (Library) on depth 8 completed in 5.09 ms.
Analysis of nt (CompiledBuiltin) on depth 2 completed in 8.38 ms.
Analysis of unittest.loader (Library) on depth 7 completed in 14.8 ms.
Analysis of unittest.main (Library) on depth 7 completed in 7.1 ms.
Analysis of unittest (Library) on depth 6 completed in 1.9 ms.
Analysis of unittest.result (Library) on depth 7 completed in 4.78 ms.
Analysis of unittest.runner (Library) on depth 7 completed in 6.18 ms.
Analysis of unittest.suite (Library) on depth 7 completed in 6.39 ms.
Analysis of doctest (Library) on depth 5 completed in 35.72 ms.
Analysis of heapq (Library) on depth 4 completed in 2.98 ms.
Analysis of unittest.case (Library) on depth 7 completed in 40.83 ms.
Analysis of difflib (Library) on depth 6 completed in 24.95 ms.
Analysis of pickle (Library) on depth 4 completed in 47.71 ms.
Analysis of tracemalloc (Library) on depth 3 completed in 10.09 ms.
Analysis of warnings (Library) on depth 2 completed in 8.8 ms.
Analysis of string (Library) on depth 3 completed in 7.36 ms.
Analysis of cmd (Library) on depth 7 completed in 1.26 ms.
Analysis of sre_parse (Library) on depth 4 completed in 30.58 ms.
Analysis of ntpath (Library) on depth 2 completed in 23.17 ms.
Analysis of sre_compile (Library) on depth 4 completed in 14.81 ms.
Analysis of re (Library) on depth 3 completed in 7.6 ms.
Analysis of textwrap (Library) on depth 6 completed in 3.79 ms.
Analysis of pdb (Library) on depth 6 completed in 53.11 ms.
Analysis of token (Library) on depth 5 completed in 15.6 ms.
Analysis of tokenize (Library) on depth 4 completed in 29.44 ms.
Analysis of linecache (Library) on depth 3 completed in 0.69 ms.
Analysis of traceback (Library) on depth 4 completed in 8.5 ms.
Analysis of _dummy_thread (Library) on depth 4 completed in 1.95 ms.
Analysis of reprlib (Library) on depth 4 completed in 2.85 ms.
Analysis of collections (Library) on depth 3 completed in 12.77 ms.
Analysis of contextlib (Library) on depth 5 completed in 14.32 ms.
Analysis of selectors (Library) on depth 3 completed in 18.4 ms.
Analysis of weakref (Library) on depth 4 completed in 23.73 ms.
Analysis of pprint (Library) on depth 5 completed in 23.49 ms.
Analysis of unittest.signals (Library) on depth 7 completed in 1.25 ms.
Analysis of copy (Library) on depth 4 completed in 4.88 ms.
Analysis of argparse (Library) on depth 5 completed in 40.12 ms.
Analysis of gettext (Library) on depth 6 completed in 11.84 ms.
Analysis of functools (Library) on depth 3 completed in 18.9 ms.
Analysis of _functools (CompiledBuiltin) on depth 4 completed in 0.32 ms.
Analysis of fnmatch (Library) on depth 4 completed in 1.12 ms.
Analysis of types (Library) on depth 2 completed in 10.02 ms.
Analysis of operator (Library) on depth 4 completed in 18 ms.
Analysis of signal (Library) on depth 3 completed in 18.89 ms.
Analysis of keyword (Library) on depth 4 completed in 9.63 ms.
Analysis of _operator (CompiledBuiltin) on depth 5 completed in 2.04 ms.
Analysis of posixpath (Library) on depth 2 completed in 6.92 ms.
Analysis of locale (Library) on depth 5 completed in 25.72 ms.
Analysis of _locale (CompiledBuiltin) on depth 4 completed in 0.46 ms.
Analysis of _bootlocale (Library) on depth 6 completed in 0.53 ms.
Analysis of encodings (Library) on depth 6 completed in 2.27 ms.
Analysis of enum (Library) on depth 4 completed in 25.67 ms.
Analysis of codecs (Library) on depth 5 completed in 18.3 ms.
Analysis of encodings.mbcs (Library) on depth 7 completed in 1.07 ms.
Analysis of _collections_abc (Library) on depth 2 completed in 32.61 ms.
Analysis of collections.abc (Library) on depth 3 completed in 0.3 ms.
Analysis version 278 has been completed in 997.93 ms with 171 entries analyzed and 88 entries skipped.
Analysis version 550 of 502 entries has started.
Analysis of posix (Stub) on depth 3 completed in 0.94 ms.
Analysis of pygame (Library) on depth 1 completed for library in 2.14 ms.
Analysis of abc (Stub) on depth 3 completed in 0.76 ms.
Analysis of mmap (Stub) on depth 4 completed in 3.19 ms.
Analysis of sre_constants (Stub) on depth 5 completed in 4.23 ms.
Analysis of _weakrefset (Stub) on depth 4 completed in 4.56 ms.
Analysis of copyreg (Library) on depth 4 completed for library in 1.73 ms.
Analysis of _string (CompiledBuiltin) on depth 4 completed for library in 0.14 ms.
Analysis of copy (Stub) on depth 5 completed in 0.4 ms.
Analysis of _warnings (Stub) on depth 4 completed in 0.46 ms.
Analysis of string (Stub) on depth 4 completed in 1.71 ms.
Analysis of decimal (Stub) on depth 7 completed in 33.07 ms.
Analysis of _dummy_thread (Stub) on depth 5 completed in 1.17 ms.
Analysis of gc (Stub) on depth 6 completed in 1.18 ms.
Analysis of _tracemalloc (Stub) on depth 5 completed in 0.44 ms.
Analysis of _compat_pickle (Library) on depth 5 completed for library in 0.91 ms.
Analysis of atexit (Stub) on depth 6 completed in 0.36 ms.
Analysis of _sre (CompiledBuiltin) on depth 5 completed for library in 0.27 ms.
Analysis of encodings.mbcs (Library) on depth 7 completed in 1.12 ms.
Analysis of encodings.aliases (Library) on depth 6 completed for library in 3.44 ms.
Analysis of _io (CompiledBuiltin) on depth 2 completed in 39.68 ms.
Analysis of _stat (Stub) on depth 4 completed in 2.71 ms.
Analysis of _struct (CompiledBuiltin) on depth 6 completed in 0.59 ms.
Analysis of _signal (CompiledBuiltin) on depth 4 completed for library in 0.28 ms.
Analysis of _thread (Stub) on depth 5 completed in 0.4 ms.
Analysis of _pickle (CompiledBuiltin) on depth 5 completed for library in 2.92 ms.
Analysis of gettext (Stub) on depth 7 completed in 2.17 ms.
Analysis of _heapq (Stub) on depth 6 completed in 0.6 ms.
Analysis of keyword (Stub) on depth 5 completed in 0.23 ms.
Analysis of itertools (Stub) on depth 5 completed in 3.6 ms.
Analysis of textwrap (Stub) on depth 7 completed in 2.6 ms.
Analysis of msvcrt (Stub) on depth 4 completed in 0.22 ms.
Analysis of fnmatch (Stub) on depth 5 completed in 0.34 ms.
Analysis of cmd (Stub) on depth 8 completed in 4.34 ms.
Analysis of urllib (Stub) on depth 9 completed in 0.02 ms.
Analysis of _winapi (Stub) on depth 4 completed in 3.16 ms.
Analysis of getopt (Stub) on depth 8 completed in 0.63 ms.
Analysis of pydoc_data (Library) on depth 8 completed for library in 0.04 ms.
Analysis of pydoc_data.topics (Library) on depth 8 completed for library in 0.38 ms.
Analysis of winreg (CompiledBuiltin) on depth 9 completed for library in 1.87 ms.
Analysis of _opcode (CompiledBuiltin) on depth 9 completed for library in 0.13 ms.
Analysis of tty (Stub) on depth 9 completed in 0.57 ms.
Analysis of _bz2 (Compiled) on depth 11 completed for library in 1.29 ms.
Analysis of _sha1 (CompiledBuiltin) on depth 11 completed for library in 0.21 ms.
Analysis of _md5 (CompiledBuiltin) on depth 11 completed for library in 0.26 ms.
Analysis of _sha256 (CompiledBuiltin) on depth 11 completed for library in 0.25 ms.
Analysis of _sha512 (CompiledBuiltin) on depth 11 completed for library in 0.25 ms.
Analysis of _blake2 (CompiledBuiltin) on depth 11 completed for library in 1.67 ms.
Analysis of email.contentmanager (Stub) on depth 10 completed in 0.66 ms.
Analysis of pyexpat.model (Stub) on depth 12 completed in 0.13 ms.
Analysis of _socket (Compiled) on depth 10 completed for library in 6.25 ms.
Analysis of bisect (Stub) on depth 11 completed in 0.67 ms.
Analysis of _bisect (Stub) on depth 12 completed in 0.87 ms.
Analysis of _lzma (Compiled) on depth 11 completed for library in 11.09 ms.
Analysis of _sha3 (CompiledBuiltin) on depth 11 completed for library in 14.66 ms.
Analysis of html.entities (Stub) on depth 11 completed in 0.28 ms.
Analysis of quopri (Stub) on depth 10 completed in 0.4 ms.
Analysis of html (Stub) on depth 10 completed in 0.19 ms.
Analysis of email.charset (Stub) on depth 10 completed in 1.32 ms.
Analysis of _hashlib (Compiled) on depth 11 completed for library in 1.41 ms.
Analysis of marshal (Stub) on depth 10 completed in 0.38 ms.
Analysis of email.errors (Stub) on depth 10 completed in 1.99 ms.
Analysis of importlib._bootstrap (Library) on depth 8 completed for library in 28.69 ms.
Analysis of io (Stub) on depth 3 completed in 11.02 ms.
Analysis of _warnings (CompiledBuiltin) on depth 3 completed for library in 0.99 ms.
Analysis of atexit (CompiledBuiltin) on depth 5 completed for library in 0.23 ms.
Analysis of _tracemalloc (CompiledBuiltin) on depth 4 completed for library in 0.45 ms.
Analysis of _thread (CompiledBuiltin) on depth 4 completed for library in 2.01 ms.
Analysis of urllib (Library) on depth 8 completed for library in 0.04 ms.
Analysis of _heapq (CompiledBuiltin) on depth 5 completed for library in 0.46 ms.
Analysis of gc (CompiledBuiltin) on depth 5 completed for library in 3.47 ms.
Analysis of sre_parse (Stub) on depth 5 completed in 4.05 ms.
Analysis of msvcrt (CompiledBuiltin) on depth 3 completed for library in 0.8 ms.
Analysis of _ssl (Compiled) on depth 11 completed for library in 29.27 ms.
Analysis of _winapi (CompiledBuiltin) on depth 3 completed for library in 22.14 ms.
Analysis of _bisect (CompiledBuiltin) on depth 11 completed for library in 0.3 ms.
Analysis of email.header (Stub) on depth 10 completed in 1.09 ms.
Analysis of _stat (CompiledBuiltin) on depth 3 completed for library in 25.49 ms.
Analysis of marshal (CompiledBuiltin) on depth 9 completed for library in 0.64 ms.
Analysis of itertools (CompiledBuiltin) on depth 4 completed for library in 24.23 ms.
Analysis of tty (Library) on depth 8 completed for library in 2.88 ms.
Analysis of html.entities (Library) on depth 10 completed for library in 29.31 ms.
Analysis of email.errors (Library) on depth 9 completed for library in 33.64 ms.
Analysis of bisect (Library) on depth 10 completed for library in 0.89 ms.
Analysis of os (Stub) on depth 2 completed in 21.63 ms.
Analysis of importlib.abc (Stub) on depth 3 completed in 2.17 ms.
Analysis of sys (Stub) on depth 2 completed in 2.03 ms.
Analysis of _importlib_modulespec (Stub) on depth 4 completed in 1.27 ms.
Analysis of os.path (Stub) on depth 3 completed in 16.88 ms.
Analysis of codecs (Stub) on depth 4 completed in 20.56 ms.
Analysis of types (Stub) on depth 3 completed in 19.26 ms.
Analysis of mmap (Stub) on depth 4 completed in 1.15 ms.
Analysis of io (Stub) on depth 3 completed in 11.31 ms.
Analysis of os (Stub) on depth 2 completed in 23.98 ms.
Analysis of importlib.abc (Stub) on depth 3 completed in 2.94 ms.
Analysis of sys (Stub) on depth 2 completed in 2.86 ms.
Analysis of _importlib_modulespec (Stub) on depth 4 completed in 1.81 ms.
Analysis of os.path (Stub) on depth 3 completed in 3.6 ms.
Analysis of codecs (Stub) on depth 4 completed in 16.59 ms.
Analysis of types (Stub) on depth 3 completed in 14.19 ms.
Analysis of stat (Stub) on depth 3 completed in 1 ms.
Analysis of posixpath (Stub) on depth 3 completed in 1.79 ms.
Analysis of collections.abc (Stub) on depth 4 completed in 0.31 ms.
Analysis of time (Stub) on depth 2 completed in 3.29 ms.
Analysis of _weakref (Stub) on depth 5 completed in 1.51 ms.
Analysis of ntpath (Stub) on depth 3 completed in 1.82 ms.
Analysis of subprocess (Stub) on depth 3 completed in 4.79 ms.
Analysis of sre_compile (Stub) on depth 5 completed in 0.47 ms.
Analysis of errno (Stub) on depth 3 completed in 6.77 ms.
Analysis of linecache (Stub) on depth 4 completed in 0.5 ms.
Analysis of tracemalloc (Stub) on depth 4 completed in 3.33 ms.
Analysis of locale (Stub) on depth 6 completed in 4.06 ms.
Analysis of enum (Stub) on depth 5 completed in 2.82 ms.
Analysis of _codecs (Stub) on depth 7 completed in 5.07 ms.
Analysis of pprint (Stub) on depth 6 completed in 1.27 ms.
Analysis of pickle (Stub) on depth 5 completed in 2.79 ms.
Analysis of array (Stub) on depth 6 completed in 10.16 ms.
Analysis of heapq (Stub) on depth 5 completed in 0.88 ms.
Analysis of traceback (Stub) on depth 5 completed in 10.25 ms.
Analysis of select (Stub) on depth 4 completed in 3.83 ms.
Analysis of math (Stub) on depth 5 completed in 4.25 ms.
Analysis of argparse (Stub) on depth 6 completed in 18.07 ms.
Analysis of __future__ (Stub) on depth 7 completed in 0.45 ms.
Analysis of token (Stub) on depth 6 completed in 3.62 ms.
Analysis of difflib (Stub) on depth 7 completed in 3.25 ms.
Analysis of functools (Stub) on depth 4 completed in 4.41 ms.
Analysis of threading (Stub) on depth 4 completed in 7.63 ms.
Analysis of contextlib (Stub) on depth 6 completed in 4.1 ms.
Analysis of operator (Stub) on depth 5 completed in 9.2 ms.
Analysis of inspect (Stub) on depth 7 completed in 10.13 ms.
Analysis of pdb (Stub) on depth 7 completed in 0.74 ms.
Analysis of opcode (Stub) on depth 9 completed in 1.21 ms.
Analysis of glob (Stub) on depth 8 completed in 0.53 ms.
Analysis of pkgutil (Stub) on depth 9 completed in 1.47 ms.
Analysis of importlib (Stub) on depth 8 completed in 6.53 ms.
Analysis of shlex (Stub) on depth 8 completed in 8.16 ms.
Analysis of code (Stub) on depth 8 completed in 8.33 ms.
Analysis of zlib (Stub) on depth 11 completed in 7.75 ms.
Analysis of bz2 (Stub) on depth 11 completed in 1.54 ms.
Analysis of email.policy (Stub) on depth 10 completed in 3 ms.
Analysis of pyexpat.errors (Stub) on depth 12 completed in 0.55 ms.
Analysis of shutil (Stub) on depth 10 completed in 4.41 ms.
Analysis of webbrowser (Stub) on depth 9 completed in 5.92 ms.
Analysis of binascii (Stub) on depth 10 completed in 1.5 ms.
Analysis of zipfile (Stub) on depth 11 completed in 3.53 ms.
Analysis of urllib.parse (Stub) on depth 9 completed in 5.84 ms.
Analysis of tempfile (Stub) on depth 9 completed in 2.03 ms.
Analysis of tarfile (Stub) on depth 11 completed in 6.24 ms.
Analysis of _random (Stub) on depth 11 completed in 0.75 ms.
Analysis of py_compile (Stub) on depth 12 completed in 1.22 ms.
Analysis of base64 (Stub) on depth 10 completed in 1.84 ms.
Analysis of lzma (Stub) on depth 11 completed in 9.68 ms.
Analysis of mimetypes (Stub) on depth 10 completed in 8.22 ms.
Analysis of hashlib (Stub) on depth 11 completed in 9.02 ms.
Analysis of _ast (Stub) on depth 9 completed in 36.95 ms.
Analysis of ipaddress (Stub) on depth 12 completed in 23.96 ms.
Analysis of uu (Stub) on depth 10 completed in 0.6 ms.
Analysis of _compression (Stub) on depth 12 completed in 0.74 ms.
Analysis of codeop (Stub) on depth 9 completed in 0.85 ms.
Analysis of warnings (Stub) on depth 3 completed in 1.58 ms.
Analysis of encodings (Stub) on depth 7 completed in 0.18 ms.
Analysis of zipimport (Stub) on depth 10 completed in 1.17 ms.
Analysis of platform (Stub) on depth 9 completed in 2.13 ms.
Analysis of optparse (Stub) on depth 11 completed in 30.71 ms.
Analysis of stat (Library) on depth 2 completed for library in 30.18 ms.
Analysis of collections (Stub) on depth 4 completed in 36.97 ms.
Analysis of _weakref (CompiledBuiltin) on depth 4 completed for library in 0.44 ms.
Analysis of re (Stub) on depth 4 completed in 3.27 ms.
Analysis of time (CompiledBuiltin) on depth 1 completed for library in 3.71 ms.
Analysis of weakref (Stub) on depth 5 completed in 4.96 ms.
Analysis of signal (Stub) on depth 4 completed in 8.58 ms.
Analysis of socket (Stub) on depth 5 completed in 16.06 ms.
Analysis of select (Compiled) on depth 3 completed for library in 0.92 ms.
Analysis of plistlib (Stub) on depth 10 completed in 2.09 ms.
Analysis of datetime (Stub) on depth 11 completed in 16.66 ms.
Analysis of math (CompiledBuiltin) on depth 4 completed for library in 2.74 ms.
Analysis of _codecs (CompiledBuiltin) on depth 6 completed for library in 1.67 ms.
Analysis of reprlib (Stub) on depth 5 completed in 1.18 ms.
Analysis of http (Stub) on depth 9 completed in 3.55 ms.
Analysis of struct (Stub) on depth 6 completed in 1.66 ms.
Analysis of __future__ (Library) on depth 6 completed for library in 2.69 ms.
Analysis of tokenize (Stub) on depth 5 completed in 2.53 ms.
Analysis of errno (CompiledBuiltin) on depth 2 completed for library in 25.14 ms.
Analysis of logging (Stub) on depth 8 completed in 16.41 ms.
Analysis of _operator (Stub) on depth 6 completed in 0.76 ms.
Analysis of pyexpat (Stub) on depth 12 completed in 1.99 ms.
Analysis of dis (Stub) on depth 8 completed in 2.1 ms.
Analysis of opcode (Library) on depth 8 completed for library in 1.46 ms.
Analysis of importlib.util (Stub) on depth 9 completed in 1.7 ms.
Analysis of random (Stub) on depth 10 completed in 4.07 ms.
Analysis of importlib.machinery (Stub) on depth 8 completed in 5.99 ms.
Analysis of zlib (CompiledBuiltin) on depth 10 completed for library in 5.46 ms.
Analysis of binascii (CompiledBuiltin) on depth 9 completed for library in 5.43 ms.
Analysis of _random (CompiledBuiltin) on depth 10 completed for library in 0.82 ms.
Analysis of gzip (Stub) on depth 12 completed in 2.59 ms.
Analysis of email.message (Stub) on depth 9 completed in 7.03 ms.
Analysis of ast (Stub) on depth 8 completed in 1.97 ms.
Analysis of _threading_local (Stub) on depth 5 completed in 0.76 ms.
Analysis of encodings (Library) on depth 6 completed in 2.39 ms.
Analysis of collections.abc (Stub) on depth 4 completed in 0.3 ms.
Analysis of _weakrefset (Library) on depth 3 completed for library in 3.29 ms.
Analysis of zipimport (CompiledBuiltin) on depth 9 completed for library in 12.81 ms.
Analysis of socketserver (Stub) on depth 10 completed in 10.37 ms.
Analysis of selectors (Stub) on depth 4 completed in 10.98 ms.
Analysis of ssl (Stub) on depth 11 completed in 17.64 ms.
Analysis of email.utils (Stub) on depth 10 completed in 1.72 ms.
Analysis of pyexpat (Compiled) on depth 11 completed for library in 3.3 ms.
Analysis of struct (Library) on depth 5 completed in 1.1 ms.
Analysis of email.contentmanager (Stub) on depth 10 completed in 0.62 ms.
Analysis of codeop (Library) on depth 8 completed for library in 1.74 ms.
Analysis of xml.parsers.expat (Stub) on depth 11 completed in 1.83 ms.
Analysis of calendar (Stub) on depth 12 completed in 7.01 ms.
Analysis of importlib (Stub) on depth 8 completed in 0.69 ms.
Analysis of unittest (Stub) on depth 7 completed in 32.26 ms.
Analysis of codecs (Library) on depth 5 completed in 30.25 ms.
Analysis of collections (Stub) on depth 4 completed in 34.41 ms.
Analysis of _struct (CompiledBuiltin) on depth 6 completed for library in 0.66 ms.
Analysis of struct (Library) on depth 5 completed for library in 0.91 ms.
Analysis of importlib.util (Stub) on depth 9 completed in 1.74 ms.
Analysis of email.policy (Stub) on depth 10 completed in 2.86 ms.
Analysis of importlib.machinery (Stub) on depth 8 completed in 3.25 ms.
Analysis of _imp (Stub) on depth 9 completed in 0.84 ms.
Analysis of _imp (CompiledBuiltin) on depth 8 completed for library in 0.48 ms.
Analysis of doctest (Stub) on depth 6 completed in 6.2 ms.
Analysis of abc (Library) on depth 2 completed for library in 6.37 ms.
Analysis of email.message (Stub) on depth 9 completed in 11.69 ms.
Analysis of email.encoders (Stub) on depth 11 completed in 0.27 ms.
Analysis of email (Stub) on depth 9 completed in 0.64 ms.
Analysis of email.iterators (Stub) on depth 10 completed in 0.29 ms.
Analysis of email.feedparser (Stub) on depth 11 completed in 0.83 ms.
Analysis of email.generator (Stub) on depth 10 completed in 1.73 ms.
Analysis of email.parser (Stub) on depth 10 completed in 1.68 ms.
Analysis of email.headerregistry (Stub) on depth 11 completed in 3.99 ms.
Analysis of http.server (Stub) on depth 9 completed in 3.21 ms.
Analysis of http.client (Stub) on depth 10 completed in 6.58 ms.
Analysis of io (Library) on depth 2 completed in 21.86 ms.
Analysis of _io (CompiledBuiltin) on depth 2 completed for library in 13.84 ms.
Analysis of io (Library) on depth 2 completed for library in 15.27 ms.
Analysis of _compression (Library) on depth 11 completed for library in 2.75 ms.
Analysis of _ast (CompiledBuiltin) on depth 8 completed for library in 120.48 ms.
Analysis of sre_constants (Library) on depth 4 completed for library in 5.2 ms.
Analysis of plistlib (Library) on depth 9 completed in 15.49 ms.
Analysis of platform (Library) on depth 8 completed in 9.99 ms.
Analysis of pydoc (Library) on depth 7 completed in 61.21 ms.
Analysis of pdb (Library) on depth 6 completed in 37.57 ms.
Analysis of doctest (Library) on depth 5 completed in 19.72 ms.
Analysis of heapq (Library) on depth 4 completed in 2.83 ms.
Analysis of difflib (Library) on depth 6 completed in 20.88 ms.
Analysis of pickle (Library) on depth 4 completed in 49.1 ms.
Analysis of tracemalloc (Library) on depth 3 completed in 14.9 ms.
Analysis of unittest.case (Library) on depth 7 completed in 45.68 ms.
Analysis of warnings (Library) on depth 2 completed in 7.38 ms.
Analysis of importlib (Library) on depth 7 completed in 1.6 ms.
Analysis of bz2 (Library) on depth 10 completed in 3.91 ms.
Analysis of importlib.util (Library) on depth 8 completed in 4.59 ms.
Analysis of unittest.loader (Library) on depth 7 completed in 17.7 ms.
Analysis of string (Library) on depth 3 completed in 8.04 ms.
Analysis of random (Library) on depth 9 completed in 17.65 ms.
Analysis of pkgutil (Library) on depth 8 completed in 21.51 ms.
Analysis of gzip (Library) on depth 11 completed in 21.7 ms.
Analysis of sre_parse (Library) on depth 4 completed in 29.7 ms.
Analysis of py_compile (Library) on depth 11 completed in 3.32 ms.
Analysis of unittest.main (Library) on depth 7 completed in 6.84 ms.
Analysis of importlib.abc (Library) on depth 9 completed in 12.87 ms.
Analysis of base64 (Library) on depth 9 completed in 15.08 ms.
Analysis of email.quoprimime (Library) on depth 10 completed in 4.51 ms.
Analysis of cmd (Library) on depth 7 completed in 1.33 ms.
Analysis of logging (Library) on depth 8 completed in 51.64 ms.
Analysis of ntpath (Library) on depth 2 completed in 12.12 ms.
Analysis of unittest (Library) on depth 6 completed in 10.76 ms.
Analysis of email.encoders (Library) on depth 10 completed in 0.38 ms.
Analysis of email.base64mime (Library) on depth 10 completed in 3.09 ms.
Analysis of hashlib (Library) on depth 10 completed in 5.39 ms.
Analysis of ssl (Library) on depth 10 completed in 41.57 ms.
Analysis of sre_compile (Library) on depth 4 completed in 26.36 ms.
Analysis of os (Library) on depth 1 completed in 34.63 ms.
Analysis of email.charset (Library) on depth 9 completed in 1.96 ms.
Analysis of unittest.result (Library) on depth 7 completed in 4.33 ms.
Analysis of unittest.suite (Library) on depth 7 completed in 7.23 ms.
Analysis of unittest.runner (Library) on depth 7 completed in 7.18 ms.
Analysis of nt (CompiledBuiltin) on depth 2 completed in 12.19 ms.
Analysis of shlex (Library) on depth 7 completed in 2.1 ms.
Analysis of getopt (Library) on depth 7 completed in 2.87 ms.
Analysis of genericpath (Library) on depth 3 completed in 4.19 ms.
Analysis of inspect (Library) on depth 6 completed in 82.73 ms.
Analysis of unittest.util (Library) on depth 8 completed in 5.06 ms.
Analysis of glob (Library) on depth 7 completed in 2.41 ms.
Analysis of gettext (Library) on depth 6 completed in 16.13 ms.
Analysis of tarfile (Library) on depth 10 completed in 75.67 ms.
Analysis of http.client (Library) on depth 9 completed in 40.87 ms.
Analysis of socket (Library) on depth 9 completed in 41.59 ms.
Analysis of email.utils (Library) on depth 9 completed in 2.65 ms.
Analysis of mimetypes (Library) on depth 9 completed in 9.12 ms.
Analysis of quopri (Library) on depth 9 completed in 3.28 ms.
Analysis of email.header (Library) on depth 10 completed in 11.66 ms.
Analysis of lzma (Library) on depth 10 completed in 22.28 ms.
Analysis of bdb (Library) on depth 7 completed in 24.44 ms.
Analysis of socketserver (Library) on depth 9 completed in 26.56 ms.
Analysis of optparse (Library) on depth 10 completed in 26.64 ms.
Analysis of email._policybase (Library) on depth 9 completed in 5.75 ms.
Analysis of email.generator (Library) on depth 9 completed in 13.23 ms.
Analysis of email.feedparser (Library) on depth 10 completed in 14.67 ms.
Analysis of uu (Library) on depth 9 completed in 2.13 ms.
Analysis of email.parser (Library) on depth 9 completed in 2.79 ms.
Analysis of email (Library) on depth 8 completed in 1.88 ms.
Analysis of shutil (Library) on depth 9 completed in 31.16 ms.
Analysis of email._encoded_words (Library) on depth 9 completed in 11.02 ms.
Analysis of http.server (Library) on depth 8 completed in 42.29 ms.
Analysis of argparse (Library) on depth 5 completed in 45.24 ms.
Analysis of webbrowser (Library) on depth 8 completed in 18.01 ms.
Analysis of tempfile (Library) on depth 8 completed in 23.42 ms.
Analysis of ast (Library) on depth 7 completed in 72.97 ms.
Analysis of zipfile (Library) on depth 10 completed in 53.29 ms.
Analysis of code (Library) on depth 7 completed in 5.7 ms.
Analysis of dis (Library) on depth 7 completed in 12.21 ms.
Analysis of calendar (Library) on depth 11 completed in 15.01 ms.
Analysis of email._parseaddr (Library) on depth 10 completed in 12.2 ms.
Analysis of _strptime (Library) on depth 11 completed in 14.32 ms.
Analysis of email._header_value_parser (Library) on depth 11 completed in 88.13 ms.
Analysis of tokenize (Library) on depth 4 completed in 35.44 ms.
Analysis of linecache (Library) on depth 3 completed in 0.74 ms.
Analysis of traceback (Library) on depth 4 completed in 5.69 ms.
Analysis of _dummy_thread (Library) on depth 4 completed in 1.78 ms.
Analysis of email.headerregistry (Library) on depth 10 completed in 15 ms.
Analysis of reprlib (Library) on depth 4 completed in 5.63 ms.
Analysis of email.policy (Library) on depth 9 completed in 4.84 ms.
Analysis of threading (Library) on depth 3 completed in 20.11 ms.
Analysis of dummy_threading (Library) on depth 3 completed in 0.88 ms.
Analysis of _threading_local (Library) on depth 4 completed in 1.86 ms.
Analysis of importlib._bootstrap_external (Library) on depth 8 completed in 33.39 ms.
Analysis of datetime (Library) on depth 10 completed in 46.5 ms.
Analysis of _datetime (CompiledBuiltin) on depth 11 completed in 0.21 ms.
Analysis of email.message (Library) on depth 8 completed in 26.54 ms.
Analysis of importlib.machinery (Library) on depth 7 completed in 12.81 ms.
Analysis of email.contentmanager (Library) on depth 10 completed in 7.05 ms.
Analysis of collections (Library) on depth 3 completed in 45.77 ms.
Analysis of _collections (CompiledBuiltin) on depth 4 completed in 1.51 ms.
Analysis of subprocess (Library) on depth 2 completed in 49.23 ms.
Analysis of contextlib (Library) on depth 5 completed in 20.17 ms.
Analysis of selectors (Library) on depth 3 completed in 22.31 ms.
Analysis of weakref (Library) on depth 4 completed in 28.45 ms.
Analysis of unittest.signals (Library) on depth 7 completed in 1.37 ms.
Analysis of pprint (Library) on depth 5 completed in 29.34 ms.
Analysis of urllib.parse (Library) on depth 8 completed in 34.67 ms.
Analysis of copy (Library) on depth 4 completed in 6.23 ms.
Analysis of functools (Library) on depth 3 completed in 14.56 ms.
Analysis of fnmatch (Library) on depth 4 completed in 0.99 ms.
Analysis of _functools (CompiledBuiltin) on depth 4 completed in 0.21 ms.
Analysis of types (Library) on depth 2 completed in 4.64 ms.
Analysis of operator (Library) on depth 4 completed in 14.47 ms.
Analysis of signal (Library) on depth 3 completed in 14.5 ms.
Analysis of _operator (CompiledBuiltin) on depth 5 completed in 3 ms.
Analysis of locale (Library) on depth 5 completed in 22.75 ms.
Analysis of _bootlocale (Library) on depth 6 completed in 0.53 ms.
Analysis of _locale (CompiledBuiltin) on depth 4 completed in 0.52 ms.
Analysis of sys (CompiledBuiltin) on depth 1 completed in 30.81 ms.
Analysis of re (Library) on depth 3 completed in 12.3 ms.
Analysis of xml.parsers.expat (Library) on depth 10 completed in 2.75 ms.
Analysis of keyword (Library) on depth 4 completed in 2.2 ms.
Analysis of textwrap (Library) on depth 6 completed in 2.76 ms.
Analysis of html (Library) on depth 9 completed in 1.23 ms.
Analysis of email.iterators (Library) on depth 9 completed in 5.54 ms.
Analysis of enum (Library) on depth 4 completed in 26.68 ms.
Analysis of posixpath (Library) on depth 2 completed in 6.47 ms.
Analysis of http (Library) on depth 8 completed in 3.32 ms.
Analysis of token (Library) on depth 5 completed in 21.4 ms.
Analysis of _collections_abc (Library) on depth 2 completed in 27.1 ms.
Analysis of collections.abc (Library) on depth 3 completed in 17.98 ms.
Analysis of ipaddress (Library) on depth 11 completed in 81.97 ms.
Analysis of encodings.mbcs (Library) on depth 7 completed for library in 1.2 ms.
Analysis of encodings (Library) on depth 6 completed for library in 2.12 ms.
Analysis of codecs (Library) on depth 5 completed for library in 9.55 ms.
Analysis of plistlib (Library) on depth 9 completed for library in 12.11 ms.
Analysis of platform (Library) on depth 8 completed for library in 12.98 ms.
Analysis of pydoc (Library) on depth 7 completed for library in 58.65 ms.
Analysis of pdb (Library) on depth 6 completed for library in 27.01 ms.
Analysis of doctest (Library) on depth 5 completed for library in 24.67 ms.
Analysis of heapq (Library) on depth 4 completed for library in 3.2 ms.
Analysis of difflib (Library) on depth 6 completed for library in 26.89 ms.
Analysis of pickle (Library) on depth 4 completed for library in 53.87 ms.
Analysis of unittest.case (Library) on depth 7 completed for library in 32.27 ms.
Analysis of tracemalloc (Library) on depth 3 completed for library in 9.44 ms.
Analysis of warnings (Library) on depth 2 completed for library in 7.75 ms.
Analysis of unittest.loader (Library) on depth 7 completed for library in 12.43 ms.
Analysis of importlib (Library) on depth 7 completed for library in 1.32 ms.
Analysis of bz2 (Library) on depth 10 completed for library in 6.86 ms.
Analysis of importlib.util (Library) on depth 8 completed for library in 7.56 ms.
Analysis of string (Library) on depth 3 completed for library in 10.72 ms.
Analysis of random (Library) on depth 9 completed for library in 7.14 ms.
Analysis of pkgutil (Library) on depth 8 completed for library in 14.19 ms.
Analysis of sre_parse (Library) on depth 4 completed for library in 26.39 ms.
Analysis of base64 (Library) on depth 9 completed for library in 19.45 ms.
Analysis of gzip (Library) on depth 11 completed for library in 16.51 ms.
Analysis of unittest.main (Library) on depth 7 completed for library in 5.96 ms.
Analysis of py_compile (Library) on depth 11 completed for library in 1.39 ms.
Analysis of ntpath (Library) on depth 2 completed for library in 15.03 ms.
Analysis of logging (Library) on depth 8 completed for library in 41.94 ms.
Analysis of email.encoders (Library) on depth 10 completed for library in 1.08 ms.
Analysis of cmd (Library) on depth 7 completed for library in 1.38 ms.
Analysis of importlib.abc (Library) on depth 9 completed for library in 13.05 ms.
Analysis of email.base64mime (Library) on depth 10 completed for library in 3.12 ms.
Analysis of email.quoprimime (Library) on depth 10 completed for library in 8.64 ms.
Analysis of sre_compile (Library) on depth 4 completed for library in 27.14 ms.
Analysis of ssl (Library) on depth 10 completed for library in 46.8 ms.
Analysis of tarfile (Library) on depth 10 completed for library in 55.11 ms.
Analysis of inspect (Library) on depth 6 completed for library in 70.84 ms.
Analysis of email.charset (Library) on depth 9 completed for library in 1.91 ms.
Analysis of hashlib (Library) on depth 10 completed for library in 9.67 ms.
Analysis of unittest (Library) on depth 6 completed for library in 10.23 ms.
Analysis of bdb (Library) on depth 7 completed for library in 17.41 ms.
Analysis of shutil (Library) on depth 9 completed for library in 29.38 ms.
Analysis of os (Library) on depth 1 completed for library in 33.38 ms.
Analysis of http.client (Library) on depth 9 completed for library in 46.41 ms.
Analysis of ast (Library) on depth 7 completed for library in 58.26 ms.
Analysis of email.utils (Library) on depth 9 completed for library in 4.12 ms.
Analysis of unittest.result (Library) on depth 7 completed for library in 8.28 ms.
Analysis of unittest.suite (Library) on depth 7 completed for library in 9.83 ms.
Analysis of email.header (Library) on depth 10 completed for library in 11.71 ms.
Analysis of unittest.runner (Library) on depth 7 completed for library in 11.9 ms.
Analysis of tempfile (Library) on depth 8 completed for library in 16.27 ms.
Analysis of webbrowser (Library) on depth 8 completed for library in 12.75 ms.
Analysis of zipfile (Library) on depth 10 completed for library in 41.05 ms.
Analysis of glob (Library) on depth 7 completed for library in 6.66 ms.
Analysis of genericpath (Library) on depth 3 completed for library in 8.26 ms.
Analysis of shlex (Library) on depth 7 completed for library in 2.36 ms.
Analysis of unittest.util (Library) on depth 8 completed for library in 9.68 ms.
Analysis of getopt (Library) on depth 7 completed for library in 2.69 ms.
Analysis of nt (CompiledBuiltin) on depth 2 completed for library in 12.92 ms.
Analysis of gettext (Library) on depth 6 completed for library in 15.3 ms.
Analysis of socket (Library) on depth 9 completed for library in 36.81 ms.
Analysis of quopri (Library) on depth 9 completed for library in 3.06 ms.
Analysis of mimetypes (Library) on depth 9 completed for library in 5.29 ms.
Analysis of lzma (Library) on depth 10 completed for library in 12.49 ms.
Analysis of email.generator (Library) on depth 9 completed for library in 12 ms.
Analysis of email._policybase (Library) on depth 9 completed for library in 5.75 ms.
Analysis of socketserver (Library) on depth 9 completed for library in 19.31 ms.
Analysis of optparse (Library) on depth 10 completed for library in 20.82 ms.
Analysis of http.server (Library) on depth 8 completed for library in 30.87 ms.
Analysis of argparse (Library) on depth 5 completed for library in 34.57 ms.
Analysis of code (Library) on depth 7 completed for library in 1.51 ms.
Analysis of uu (Library) on depth 9 completed for library in 2.02 ms.
Analysis of dis (Library) on depth 7 completed for library in 8.81 ms.
Analysis of email.feedparser (Library) on depth 10 completed for library in 12.01 ms.
Analysis of calendar (Library) on depth 11 completed for library in 17.12 ms.
Analysis of email.parser (Library) on depth 9 completed for library in 4.91 ms.
Analysis of email (Library) on depth 8 completed for library in 0.99 ms.
Analysis of email._encoded_words (Library) on depth 9 completed for library in 6.64 ms.
Analysis of email._parseaddr (Library) on depth 10 completed for library in 9.58 ms.
Analysis of _strptime (Library) on depth 11 completed for library in 14.17 ms.
Analysis of tokenize (Library) on depth 4 completed for library in 34.08 ms.
Analysis of linecache (Library) on depth 3 completed for library in 0.61 ms.
Analysis of traceback (Library) on depth 4 completed for library in 7.06 ms.
Analysis of _dummy_thread (Library) on depth 4 completed for library in 1.76 ms.
Analysis of reprlib (Library) on depth 4 completed for library in 8.68 ms.
Analysis of threading (Library) on depth 3 completed for library in 18.1 ms.
Analysis of _threading_local (Library) on depth 4 completed for library in 1.88 ms.
Analysis of dummy_threading (Library) on depth 3 completed for library in 1.12 ms.
Analysis of datetime (Library) on depth 10 completed for library in 32.23 ms.
Analysis of _datetime (CompiledBuiltin) on depth 11 completed for library in 0.21 ms.
Analysis of importlib._bootstrap_external (Library) on depth 8 completed for library in 30.04 ms.
Analysis of importlib.machinery (Library) on depth 7 completed for library in 11.81 ms.
Analysis of collections (Library) on depth 3 completed for library in 54.09 ms.
Analysis of email._header_value_parser (Library) on depth 11 completed for library in 90 ms.
Analysis of subprocess (Library) on depth 2 completed for library in 45.08 ms.
Analysis of _collections (CompiledBuiltin) on depth 4 completed for library in 1.68 ms.
Analysis of contextlib (Library) on depth 5 completed for library in 10.93 ms.
Analysis of selectors (Library) on depth 3 completed for library in 14.86 ms.
Analysis of pprint (Library) on depth 5 completed for library in 18.5 ms.
Analysis of weakref (Library) on depth 4 completed for library in 19.26 ms.
Analysis of urllib.parse (Library) on depth 8 completed for library in 20.21 ms.
Analysis of unittest.signals (Library) on depth 7 completed for library in 1.34 ms.
Analysis of copy (Library) on depth 4 completed for library in 2.72 ms.
Analysis of email.headerregistry (Library) on depth 10 completed for library in 9.08 ms.
Analysis of functools (Library) on depth 3 completed for library in 15.31 ms.
Analysis of email.policy (Library) on depth 9 completed for library in 7.7 ms.
Analysis of fnmatch (Library) on depth 4 completed for library in 1.01 ms.
Analysis of _functools (CompiledBuiltin) on depth 4 completed for library in 0.24 ms.
Analysis of types (Library) on depth 2 completed for library in 6.33 ms.
Analysis of operator (Library) on depth 4 completed for library in 7.76 ms.
Analysis of signal (Library) on depth 3 completed for library in 11.45 ms.
Analysis of locale (Library) on depth 5 completed for library in 17.9 ms.
Analysis of ipaddress (Library) on depth 11 completed for library in 58.02 ms.
Analysis of _bootlocale (Library) on depth 6 completed for library in 1.13 ms.
Analysis of _locale (CompiledBuiltin) on depth 4 completed for library in 0.78 ms.
Analysis of _operator (CompiledBuiltin) on depth 5 completed for library in 4.58 ms.
Analysis of re (Library) on depth 3 completed for library in 16.21 ms.
Analysis of html (Library) on depth 9 completed for library in 2.12 ms.
Analysis of keyword (Library) on depth 4 completed for library in 3.87 ms.
Analysis of textwrap (Library) on depth 6 completed for library in 3.04 ms.
Analysis of posixpath (Library) on depth 2 completed for library in 7.27 ms.
Analysis of email.message (Library) on depth 8 completed for library in 29.56 ms.
Analysis of sys (CompiledBuiltin) on depth 1 completed for library in 33.95 ms.
Analysis of email.iterators (Library) on depth 9 completed for library in 0.64 ms.
Analysis of xml.parsers.expat (Library) on depth 10 completed for library in 2.59 ms.
Analysis of email.contentmanager (Library) on depth 10 completed for library in 10.18 ms.
Analysis of enum (Library) on depth 4 completed for library in 40.23 ms.
Analysis of http (Library) on depth 8 completed for library in 3.44 ms.
Analysis of token (Library) on depth 5 completed for library in 23.81 ms.
Analysis of _collections_abc (Library) on depth 2 completed for library in 19.68 ms.
Analysis of collections.abc (Library) on depth 3 completed for library in 11.74 ms.
Analysis of pygameUI (User) on depth 0 completed in 1.97 ms.
Analysis of main (User) on depth 0 completed in 3.27 ms.
Analysis complete: 350 modules in 4618.95 ms.
Analysis version 550 of 502 entries has been completed in 2003.83 ms.

Code Snippet / Additional lnformation

import pygame
import sys

class pygameUI():
    def __init__(self, width, height):
        pygame.init()
        self.display = pygame.display.set_mode((width, height))
        self.clock = pygame.time.Clock()
        self.exitCallback = None
        self.clickCallback = None

    def setExitCallback(self, cb):
        self.exitCallback = cb

    def setClickCallback(self, cb):
        self.clickCallback = cb

    def HandleEvents(self):
        self.clock.tick(60)

        for event in pygame.event.get():
            if event.type == pygame.QUIT: 
                if self.exitCallback != None:
                    self.exitCallback()
                else:
                    sys.exit()
            elif event.type == pygame.MOUSEBUTTONUP:
                if self.clickCallback != None:
                    self.clickCallback()

    def RenderMap(self, filename):
        img = pygame.image.load(filename)
        self.display.blit(img, (0, 0))

    def UpdateDisplay(self):
        pygame.display.update()

    def Quit(self):
        pygame.quit()
jakebailey commented 5 years ago

How was pygame installed? pip? Something else?

I'm noticing that it's an egg file that's listed in the imports, which are newly supported (but not the most tested feature).

ejrejr commented 5 years ago

Good question - I didn't even know I had pygame until the household started a project on the Raspberry Pi and I was developing a copy of it on my Win10 box.

I did pip uninstall and then a pip install of pygame -> the same issue is still there (ends up an older version got installed). Output from that:

`C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC>pip uninstall pygame Uninstalling pygame-2.0.0.dev3: Would remove: c:\python\python36\lib\site-packages\pygame-2.0.0.dev3-py3.6-win-amd64.egg Proceed (y/n)? y Successfully uninstalled pygame-2.0.0.dev3

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC>pip install pygame Collecting pygame Downloading https://files.pythonhosted.org/packages/79/b0/2fec9a5d9151c8f8e20721349950c1bde2d02b331c19e178c3d76876a218/pygame-1.9.6-cp36-cp36m-win_amd64.whl (4.3MB) |████████████████████████████████| 4.3MB 3.2MB/s Installing collected packages: pygame Successfully installed pygame-1.9.6`

jakebailey commented 5 years ago

@CTrando would know more about the internals of the egg file and why it'd potentially not work. Egg files in the search path list should be working, right? Or are they just used if they are inside of another search path?

CTrando commented 4 years ago

Hi, sorry for being so late I never saw this. Anyways, @ejrejr I took some time to diagnose this. So when you said that you were surprised you had pygame installed, its probably the case whoever installed it before you built pygame from source. That's why the pygame-2.0.0.dev3-py3.6-win-amd64.egg file was there. I mimicked this but was surprised to notice that pygame-2.0.0.dev3-py3.6-win-amd64.egg was a directory, not a file. My implementation of egg files incorrectly handled it and I will resolve it.

I'm not sure about the second part of what you described. When I uninstalled the egg file and then reinstalled, mine works correctly. There is a bit of lag however as the language server analyzes pygame so for maybe 10 seconds it seems like there has been no change. But then I get completions as expected. Sorry again for missing it and have a happy holiday!