microsoft / python-language-server

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

Import error on local submodules #2059

Open 0x5c opened 4 years ago

0x5c commented 4 years ago

Environment data

Expected behaviour

Module is found and intellisense works (import is valid at runtime)

Actual behaviour

Import is marked at unresolved, intellisense bails out, and Python(unresolved-import) all over.

Logs

[Info  - 11:12:29 p.m.] Analysis cache path: C:\Users\username\AppData\Local\Microsoft\Python Language Server
[Info  - 11:12:29 p.m.] Microsoft Python Language Server version 0.5.45.0
[Info  - 11:12:29 p.m.] Workspace root: c:\yarc
[Info  - 11:12:33 p.m.] GetCurrentSearchPaths c:\yarc\venv\Scripts\python.exe 
[Info  - 11:12:33 p.m.] Interpreter search paths:
[Info  - 11:12:33 p.m.]     c:\program files\python38\dlls
[Info  - 11:12:33 p.m.]     c:\program files\python38\lib
[Info  - 11:12:33 p.m.]     c:\program files\python38
[Info  - 11:12:33 p.m.]     c:\yarc\venv
[Info  - 11:12:33 p.m.]     c:\yarc\venv\lib\site-packages
[Info  - 11:12:33 p.m.] User search paths:
[Info  - 11:12:40 p.m.] Initializing for c:\yarc\venv\Scripts\python.exe
[Info  - 11:12:41 p.m.] Analysis caching mode: None.
Opening document file:///c:/yarc/memberlist-tools/automator.py
Analysis of automator (User) queued. Dependencies: sys, pathlib, discord
Create built-in compiled (scraped) module:  sys c:\yarc\venv\Scripts\python.exe 
Analysis of sys (Stub) queued. Dependencies: types (stub), importlib.abc (stub)
Import:  pathlib c:\program files\python38\lib\pathlib.py 
Import:  discord c:\yarc\venv\Lib\site-packages\discord\__init__.py 
Analysis version 3 of 2 entries has started.
Analysis of sys(CompiledBuiltin) canceled (no AST yet).
Analysis of discord (Library) queued. Dependencies: collections, logging, discord.client, discord.appinfo, discord.user, discord.emoji, discord.partial_emoji, discord.activity, discord.channel, discord.guild, discord.flags, discord.relationship, discord.member, discord.message, discord.asset, discord.errors, discord.calls, discord.permissions, discord.role, discord.file, discord.colour, discord.invite, discord.widget, discord.object, discord.reaction, discord.utils, discord.opus, discord.abc, discord.enums, discord.embeds, discord.shard, discord.player, discord.webhook, discord.voice_client, discord.audit_logs, discord.raw_models, discord.team
Import:  collections c:\program files\python38\lib\collections\__init__.py 
Import:  logging c:\program files\python38\lib\logging\__init__.py 
Import:  discord.client c:\yarc\venv\Lib\site-packages\discord\client.py 
Import:  discord.appinfo c:\yarc\venv\Lib\site-packages\discord\appinfo.py 
Import:  discord.user c:\yarc\venv\Lib\site-packages\discord\user.py 
Import:  discord.emoji c:\yarc\venv\Lib\site-packages\discord\emoji.py 
Import:  discord.partial_emoji c:\yarc\venv\Lib\site-packages\discord\partial_emoji.py 
Import:  discord.activity c:\yarc\venv\Lib\site-packages\discord\activity.py 
Import:  discord.channel c:\yarc\venv\Lib\site-packages\discord\channel.py 
Import:  discord.guild c:\yarc\venv\Lib\site-packages\discord\guild.py 
Import:  discord.flags c:\yarc\venv\Lib\site-packages\discord\flags.py 
Import:  discord.relationship c:\yarc\venv\Lib\site-packages\discord\relationship.py 
Import:  discord.member c:\yarc\venv\Lib\site-packages\discord\member.py 
Import:  discord.message c:\yarc\venv\Lib\site-packages\discord\message.py 
Import:  discord.asset c:\yarc\venv\Lib\site-packages\discord\asset.py 
Import:  discord.errors c:\yarc\venv\Lib\site-packages\discord\errors.py 
Import:  discord.calls c:\yarc\venv\Lib\site-packages\discord\calls.py 
Import:  discord.permissions c:\yarc\venv\Lib\site-packages\discord\permissions.py 
Import:  discord.role c:\yarc\venv\Lib\site-packages\discord\role.py 
Import:  discord.file c:\yarc\venv\Lib\site-packages\discord\file.py 
Import:  discord.colour c:\yarc\venv\Lib\site-packages\discord\colour.py 
Import:  discord.invite c:\yarc\venv\Lib\site-packages\discord\invite.py 
Import:  discord.widget c:\yarc\venv\Lib\site-packages\discord\widget.py 
Import:  discord.object c:\yarc\venv\Lib\site-packages\discord\object.py 
Import:  discord.reaction c:\yarc\venv\Lib\site-packages\discord\reaction.py 
Import:  discord.utils c:\yarc\venv\Lib\site-packages\discord\utils.py 
Import:  discord.opus c:\yarc\venv\Lib\site-packages\discord\opus.py 
Import:  discord.abc c:\yarc\venv\Lib\site-packages\discord\abc.py 
Import:  discord.enums c:\yarc\venv\Lib\site-packages\discord\enums.py 
Import:  discord.embeds c:\yarc\venv\Lib\site-packages\discord\embeds.py 
Import:  discord.shard c:\yarc\venv\Lib\site-packages\discord\shard.py 
Import:  discord.player c:\yarc\venv\Lib\site-packages\discord\player.py 
Import:  discord.webhook c:\yarc\venv\Lib\site-packages\discord\webhook.py 
Import:  discord.voice_client c:\yarc\venv\Lib\site-packages\discord\voice_client.py 
Import:  discord.audit_logs c:\yarc\venv\Lib\site-packages\discord\audit_logs.py 
Import:  discord.raw_models c:\yarc\venv\Lib\site-packages\discord\raw_models.py 
Import:  discord.team c:\yarc\venv\Lib\site-packages\discord\team.py 
Analysis of discord.team (Library) queued. Dependencies: discord, discord.utils, discord.user, discord.asset, discord.enums
Analysis of automator (User) on depth 0 completed in 193.78 ms.
Analysis version 3 of 2 entries has been completed in 359.77 ms.
Analysis of discord.raw_models (Library) queued. Dependencies: 
Analysis version 46 of 41 entries has started.
Analysis of discord.client(Library) canceled (no AST yet).
Analysis of discord.appinfo(Library) canceled (no AST yet).
Analysis of discord.user(Library) canceled (no AST yet).
Analysis of discord.emoji(Library) canceled (no AST yet).
Analysis of discord.partial_emoji(Library) canceled (no AST yet).
Analysis of discord.activity(Library) canceled (no AST yet).
Analysis of discord.channel(Library) canceled (no AST yet).
Analysis of discord.guild(Library) canceled (no AST yet).
Analysis of discord.flags(Library) canceled (no AST yet).
Analysis of discord.relationship(Library) canceled (no AST yet).
Analysis of discord.member(Library) canceled (no AST yet).
Analysis of discord.message(Library) canceled (no AST yet).
Analysis of discord.asset(Library) canceled (no AST yet).
Analysis of discord.errors(Library) canceled (no AST yet).
Analysis of discord.calls(Library) canceled (no AST yet).
Analysis of discord.permissions(Library) canceled (no AST yet).
Analysis of discord.role(Library) canceled (no AST yet).
Analysis of discord.file(Library) canceled (no AST yet).
Analysis of discord.colour(Library) canceled (no AST yet).
Analysis of discord.invite(Library) canceled (no AST yet).
Analysis of discord.widget(Library) canceled (no AST yet).
Analysis of discord.object(Library) canceled (no AST yet).
Analysis of discord.reaction(Library) canceled (no AST yet).
Analysis of discord.utils(Library) canceled (no AST yet).
Analysis of discord.opus(Library) canceled (no AST yet).
Analysis of discord.abc(Library) canceled (no AST yet).
Analysis of discord.enums(Library) canceled (no AST yet).
Analysis of discord.embeds(Library) canceled (no AST yet).
Analysis of discord.shard(Library) canceled (no AST yet).
Analysis of discord.player(Library) canceled (no AST yet).
Analysis of discord.webhook(Library) canceled (no AST yet).
Analysis of discord.voice_client(Library) canceled (no AST yet).
Analysis of discord.audit_logs(Library) canceled (no AST yet).
Analysis of discord.raw_models (Library) on depth 2 completed in 42.46 ms.
Analysis of logging(Library) canceled (no AST yet).
Analysis of collections(Library) canceled (no AST yet).
Analysis of discord.audit_logs (Library) queued. Dependencies: discord, discord.utils, discord.enums, discord.object, discord.permissions, discord.colour, discord.invite
Analysis of discord.voice_client (Library) queued. Dependencies: asyncio, socket, logging, struct, threading, discord, discord.opus, discord.backoff, discord.gateway, discord.errors, discord.player
Import:  asyncio c:\program files\python38\lib\asyncio\__init__.py 
Import:  socket c:\program files\python38\lib\socket.py 
Import:  struct c:\program files\python38\lib\struct.py 
Import:  threading c:\program files\python38\lib\threading.py 
Import:  discord.backoff c:\yarc\venv\Lib\site-packages\discord\backoff.py 
Import:  discord.gateway c:\yarc\venv\Lib\site-packages\discord\gateway.py 
Analysis of discord.gateway (Library) queued. Dependencies: asyncio, collections, concurrent, concurrent.futures, json, logging, struct, sys, time, threading, zlib, websockets, discord, discord.utils, discord.activity, discord.enums, discord.errors
Import:  concurrent c:\program files\python38\lib\concurrent\__init__.py 
Import:  concurrent.futures c:\program files\python38\lib\concurrent\futures\__init__.py 
Import:  json c:\program files\python38\lib\json\__init__.py 
Create built-in compiled (scraped) module:  time c:\yarc\venv\Scripts\python.exe 
Create built-in compiled (scraped) module:  zlib c:\yarc\venv\Scripts\python.exe 
Import:  websockets c:\yarc\venv\Lib\site-packages\websockets\__init__.py 
Analysis of websockets (Library) queued. Dependencies: websockets.auth, websockets.client, websockets.exceptions, websockets.protocol, websockets.server, websockets.typing, websockets.uri, websockets.version
Analysis of sys (CompiledBuiltin) queued. Dependencies: sys (stub), _io, types
Import:  websockets.auth c:\yarc\venv\Lib\site-packages\websockets\auth.py 
Analysis of pathlib (Stub) queued. Dependencies: types (stub), os (stub), sys (stub)
Import:  websockets.client c:\yarc\venv\Lib\site-packages\websockets\client.py 
Import:  websockets.exceptions c:\yarc\venv\Lib\site-packages\websockets\exceptions.py 
Import:  websockets.protocol c:\yarc\venv\Lib\site-packages\websockets\protocol.py 
Import:  websockets.server c:\yarc\venv\Lib\site-packages\websockets\server.py 
Analysis of types (Stub) queued. Dependencies: sys (stub), _importlib_modulespec (stub)
Analysis of importlib.abc (Stub) queued. Dependencies: abc (stub), os (stub), sys (stub), types (stub), _importlib_modulespec (stub)
Import:  websockets.typing c:\yarc\venv\Lib\site-packages\websockets\typing.py 
Import:  websockets.uri c:\yarc\venv\Lib\site-packages\websockets\uri.py 
Import:  websockets.version c:\yarc\venv\Lib\site-packages\websockets\version.py 
Create built-in compiled (scraped) module:  _io c:\yarc\venv\Scripts\python.exe 
Import:  types c:\program files\python38\lib\types.py 
Analysis of _importlib_modulespec (Stub) queued. Dependencies: abc (stub), sys (stub)
Analysis of abc (Stub) queued. Dependencies: 
Analysis of websockets.client (Library) queued. Dependencies: asyncio, collections, collections.abc, functools, logging, warnings, types, websockets.exceptions, websockets.extensions.base, websockets.extensions.permessage_deflate, websockets.handshake, websockets.headers, websockets.http, websockets.protocol, websockets.typing, websockets.uri
Import:  collections.abc c:\program files\python38\lib\collections\abc.py 
Import:  functools c:\program files\python38\lib\functools.py 
Import:  warnings c:\program files\python38\lib\warnings.py 
Import:  websockets.extensions.base c:\yarc\venv\Lib\site-packages\websockets\extensions\base.py 
Import:  websockets.extensions.permessage_deflate c:\yarc\venv\Lib\site-packages\websockets\extensions\permessage_deflate.py 
Import:  websockets.handshake c:\yarc\venv\Lib\site-packages\websockets\handshake.py 
Analysis of os (Stub) queued. Dependencies: io (stub), sys (stub), posix (stub), os.path (stub)
Import:  websockets.headers c:\yarc\venv\Lib\site-packages\websockets\headers.py 
Analysis of websockets.typing (Library) queued. Dependencies: 
Analysis of websockets.auth (Library) queued. Dependencies: functools, http, websockets.exceptions, websockets.headers, websockets.http, websockets.server
Analysis of collections.abc (Stub) queued. Dependencies: sys (stub), collections (stub)
Analysis of pathlib (Library) queued. Dependencies: pathlib (stub), fnmatch, functools, io, ntpath, os, posixpath, re, sys, _collections_abc, errno, operator, stat, urllib.parse, nt
Analysis of collections (Stub) queued. Dependencies: sys (stub), collections.abc (stub)
Import:  websockets.http c:\yarc\venv\Lib\site-packages\websockets\http.py 
Import:  http c:\program files\python38\lib\http\__init__.py 
Import:  fnmatch c:\program files\python38\lib\fnmatch.py 
Import:  io c:\program files\python38\lib\io.py 
Analysis of http (Library) queued. Dependencies: http (stub), enum
Analysis of websockets.http (Library) queued. Dependencies: asyncio, re, sys, websockets.version, websockets, websockets.exceptions
Import:  ntpath c:\program files\python38\lib\ntpath.py 
Import:  os c:\program files\python38\lib\os.py 
Import:  posixpath c:\program files\python38\lib\posixpath.py 
Import:  re c:\program files\python38\lib\re.py 
Import:  _collections_abc c:\program files\python38\lib\_collections_abc.py 
Create built-in compiled (scraped) module:  errno c:\yarc\venv\Scripts\python.exe 
Import:  operator c:\program files\python38\lib\operator.py 
Analysis of websockets.server (Library) queued. Dependencies: asyncio, collections, collections.abc, email, email.utils, functools, http, logging, socket, sys, warnings, types, websockets.exceptions, websockets.extensions.base, websockets.extensions.permessage_deflate, websockets.handshake, websockets.headers, websockets.http, websockets.protocol, websockets.typing
Import:  stat c:\program files\python38\lib\stat.py 
Import:  urllib.parse c:\program files\python38\lib\urllib\parse.py 
Create built-in compiled (scraped) module:  nt c:\yarc\venv\Scripts\python.exe 
Import:  enum c:\program files\python38\lib\enum.py 
Analysis of websockets.headers (Library) queued. Dependencies: base64, binascii, re, websockets.exceptions, websockets.typing
Import:  email c:\program files\python38\lib\email\__init__.py 
Analysis of nt (CompiledBuiltin) queued. Dependencies: os
Import:  email.utils c:\program files\python38\lib\email\utils.py 
Import:  base64 c:\program files\python38\lib\base64.py 
Analysis of os.path (Stub) queued. Dependencies: posix (stub), sys (stub)
Create built-in compiled (scraped) module:  binascii c:\yarc\venv\Scripts\python.exe 
Analysis of os (Library) queued. Dependencies: os (stub), abc, sys, stat, _collections_abc, posixpath, nt, ntpath, warnings, subprocess, io
Import:  abc c:\program files\python38\lib\abc.py 
Analysis of binascii (CompiledBuiltin) queued. Dependencies: binascii (stub)
Analysis of posix (Stub) queued. Dependencies: 
Import:  subprocess c:\program files\python38\lib\subprocess.py 
Analysis of binascii (Stub) queued. Dependencies: sys (stub)
Analysis of io (Stub) queued. Dependencies: codecs (stub), mmap (stub), sys (stub), types (stub)
Analysis of mmap (Stub) queued. Dependencies: sys (stub)
Analysis of codecs (Stub) queued. Dependencies: sys (stub), abc (stub), types (stub)
Analysis of collections (Library) queued. Dependencies: collections (stub), _collections_abc, operator, keyword, sys, heapq, _weakref, itertools, reprlib, _collections, warnings, copy
Import:  keyword c:\program files\python38\lib\keyword.py 
Analysis of enum (Library) queued. Dependencies: enum (stub), sys, types, warnings
Import:  heapq c:\program files\python38\lib\heapq.py 
Create built-in compiled (scraped) module:  _weakref c:\yarc\venv\Scripts\python.exe 
Create built-in compiled (scraped) module:  itertools c:\yarc\venv\Scripts\python.exe 
Import:  reprlib c:\program files\python38\lib\reprlib.py 
Create built-in compiled (scraped) module:  _collections c:\yarc\venv\Scripts\python.exe 
Import:  copy c:\program files\python38\lib\copy.py 
Analysis of urllib.parse (Library) queued. Dependencies: urllib.parse (stub), re, sys, collections, warnings, unicodedata
Analysis of _weakref (CompiledBuiltin) queued. Dependencies: _weakref (stub)
Create compiled (scraped):  unicodedata c:\program files\python38\dlls\unicodedata.pyd c:\program files\python38\dlls 
Analysis of copy (Library) queued. Dependencies: copy (stub), types, weakref, copyreg
Import:  weakref c:\program files\python38\lib\weakref.py 
Analysis of unicodedata (Compiled) queued. Dependencies: unicodedata (stub)
Import:  copyreg c:\program files\python38\lib\copyreg.py 
Analysis of unicodedata (Stub) queued. Dependencies: 
Analysis of copyreg (Library) queued. Dependencies: 
Analysis of _weakref (Stub) queued. Dependencies: sys (stub)
Analysis of urllib.parse (Stub) queued. Dependencies: sys (stub)
Analysis of base64 (Library) queued. Dependencies: base64 (stub), re, struct, binascii, warnings, sys, getopt
Analysis of stat (Library) queued. Dependencies: stat (stub), _stat
Analysis of heapq (Library) queued. Dependencies: heapq (stub), _heapq, doctest
Analysis of base64 (Stub) queued. Dependencies: sys (stub)
Analysis of heapq (Stub) queued. Dependencies: sys (stub)
Import:  getopt c:\program files\python38\lib\getopt.py 
Create built-in compiled (scraped) module:  _stat c:\yarc\venv\Scripts\python.exe 
Create built-in compiled (scraped) module:  _heapq c:\yarc\venv\Scripts\python.exe 
Analysis of _stat (CompiledBuiltin) queued. Dependencies: _stat (stub)
Import:  doctest c:\program files\python38\lib\doctest.py 
Analysis of weakref (Library) queued. Dependencies: weakref (stub), _weakref, _weakrefset, _collections_abc, sys, itertools, copy, warnings, atexit, gc
Analysis of _stat (Stub) queued. Dependencies: 
Import:  _weakrefset c:\program files\python38\lib\_weakrefset.py 
Create built-in compiled (scraped) module:  atexit c:\yarc\venv\Scripts\python.exe 
Analysis of enum (Stub) queued. Dependencies: sys (stub), abc (stub)
Create built-in compiled (scraped) module:  gc c:\yarc\venv\Scripts\python.exe 
Analysis of gc (CompiledBuiltin) queued. Dependencies: gc (stub)
Analysis of http (Stub) queued. Dependencies: sys (stub), enum (stub)
Analysis of gc (Stub) queued. Dependencies: 
Analysis of atexit (CompiledBuiltin) queued. Dependencies: atexit (stub)
Analysis of zlib (CompiledBuiltin) queued. Dependencies: zlib (stub)
Analysis of _weakrefset (Library) queued. Dependencies: _weakrefset (stub), _weakref
Analysis of atexit (Stub) queued. Dependencies: 
Analysis of zlib (Stub) queued. Dependencies: sys (stub)
Analysis of _weakrefset (Stub) queued. Dependencies: 
Analysis of time (CompiledBuiltin) queued. Dependencies: time (stub)
Analysis of getopt (Library) queued. Dependencies: getopt (stub), os, gettext, sys
Analysis of time (Stub) queued. Dependencies: sys (stub), types (stub)
Import:  gettext c:\program files\python38\lib\gettext.py 
Analysis of weakref (Stub) queued. Dependencies: sys (stub), types (stub), _weakref (stub), _weakrefset (stub)
Analysis of copy (Stub) queued. Dependencies: 
Analysis of json (Library) queued. Dependencies: json (stub), json.decoder, json.encoder, codecs, warnings
Import:  json.decoder c:\program files\python38\lib\json\decoder.py 
Analysis of _collections (CompiledBuiltin) queued. Dependencies: collections
Import:  json.encoder c:\program files\python38\lib\json\encoder.py 
Import:  codecs c:\program files\python38\lib\codecs.py 
Analysis of gettext (Library) queued. Dependencies: gettext (stub), locale, os, re, sys, warnings, struct, errno, copy
Analysis of reprlib (Library) queued. Dependencies: reprlib (stub), itertools, _thread
Analysis of websockets.protocol (Library) queued. Dependencies: asyncio, codecs, collections, enum, logging, random, struct, sys, warnings, websockets.exceptions, websockets.extensions.base, websockets.framing, websockets.handshake, websockets.http, websockets.typing
Analysis of types (Library) queued. Dependencies: types (stub), sys, functools, _collections_abc
Analysis of subprocess (Library) queued. Dependencies: subprocess (stub), errno, io, os, time, signal, sys, threading, warnings, contextlib, msvcrt, _winapi, select, selectors
Import:  locale c:\program files\python38\lib\locale.py 
Create built-in compiled (scraped) module:  _thread c:\yarc\venv\Scripts\python.exe 
Import:  random c:\program files\python38\lib\random.py 
Analysis of _thread (CompiledBuiltin) queued. Dependencies: _thread (stub)
Import:  websockets.framing c:\yarc\venv\Lib\site-packages\websockets\framing.py 
Import:  signal c:\program files\python38\lib\signal.py 
Analysis of locale (Library) queued. Dependencies: locale (stub), sys, encodings, encodings.aliases, re, _collections_abc, functools, _locale, warnings, os, _bootlocale
Import:  contextlib c:\program files\python38\lib\contextlib.py 
Create built-in compiled (scraped) module:  msvcrt c:\yarc\venv\Scripts\python.exe 
Create built-in compiled (scraped) module:  _winapi c:\yarc\venv\Scripts\python.exe 
Create compiled (scraped):  select c:\program files\python38\dlls\select.pyd c:\program files\python38\dlls 
Analysis of _io (CompiledBuiltin) queued. Dependencies: io
Analysis of websockets.framing (Library) queued. Dependencies: io, random, struct, websockets.exceptions, websockets.typing, websockets.speedups, websockets.utils, websockets, websockets.extensions, websockets.extensions.base
Analysis of websockets.version (Library) queued. Dependencies: 
Analysis of doctest (Library) queued. Dependencies: doctest (stub), __future__, difflib, inspect, linecache, os, pdb, re, sys, traceback, unittest, io, collections, argparse
Analysis of websockets.uri (Library) queued. Dependencies: urllib, urllib.parse, websockets.exceptions
Import:  selectors c:\program files\python38\lib\selectors.py 
Analysis of doctest (Stub) queued. Dependencies: sys (stub), types (stub), unittest (stub)
Analysis of codecs (Library) queued. Dependencies: codecs (stub), sys, _codecs, encodings
Analysis of random (Library) queued. Dependencies: random (stub), warnings, math, os, _collections_abc, itertools, bisect, _sha512, hashlib, _random, time
Import:  encodings c:\program files\python38\lib\encodings\__init__.py 
Import:  encodings.aliases c:\program files\python38\lib\encodings\aliases.py 
Create built-in compiled (scraped) module:  _locale c:\yarc\venv\Scripts\python.exe 
Import:  _bootlocale c:\program files\python38\lib\_bootlocale.py 
Create compiled (scraped):  websockets.speedups c:\yarc\venv\Lib\site-packages\websockets\speedups.cp38-win_amd64.pyd c:\yarc\venv\lib\site-packages 
Import:  websockets.utils c:\yarc\venv\Lib\site-packages\websockets\utils.py 
Import:  websockets.extensions c:\yarc\venv\Lib\site-packages\websockets\extensions\__init__.py 
Import:  __future__ c:\program files\python38\lib\__future__.py 
Import:  difflib c:\program files\python38\lib\difflib.py 
Import:  inspect c:\program files\python38\lib\inspect.py 
Import:  linecache c:\program files\python38\lib\linecache.py 
Import:  pdb c:\program files\python38\lib\pdb.py 
Import:  traceback c:\program files\python38\lib\traceback.py 
Import:  unittest c:\program files\python38\lib\unittest\__init__.py 
Import:  argparse c:\program files\python38\lib\argparse.py 
Import:  urllib c:\program files\python38\lib\urllib\__init__.py 
Create built-in compiled (scraped) module:  _codecs c:\yarc\venv\Scripts\python.exe 
Create built-in compiled (scraped) module:  math c:\yarc\venv\Scripts\python.exe 
Import:  bisect c:\program files\python38\lib\bisect.py 
Create built-in compiled (scraped) module:  _sha512 c:\yarc\venv\Scripts\python.exe 
Import:  hashlib c:\program files\python38\lib\hashlib.py 
Create built-in compiled (scraped) module:  _random c:\yarc\venv\Scripts\python.exe 
Analysis of _random (CompiledBuiltin) queued. Dependencies: _random (stub)
Analysis of _random (Stub) queued. Dependencies: sys (stub)
Analysis of hashlib (Library) queued. Dependencies: hashlib (stub), _sha1, _md5, _sha256, _sha512, _blake2, _sha3, _hashlib, logging
Create built-in compiled (scraped) module:  _sha1 c:\yarc\venv\Scripts\python.exe 
Create built-in compiled (scraped) module:  _md5 c:\yarc\venv\Scripts\python.exe 
Create built-in compiled (scraped) module:  _sha256 c:\yarc\venv\Scripts\python.exe 
Create built-in compiled (scraped) module:  _blake2 c:\yarc\venv\Scripts\python.exe 
Create built-in compiled (scraped) module:  _sha3 c:\yarc\venv\Scripts\python.exe 
Analysis of modules loop on depth 1 in 792.15 ms:
Create compiled (scraped):  _hashlib c:\program files\python38\dlls\_hashlib.pyd c:\program files\python38\dlls 
Analysis of _hashlib (Compiled) queued. Dependencies: 
    discord(Library)
    discord.team(Library)
Analysis of _sha3 (CompiledBuiltin) queued. Dependencies: 
Analysis of _blake2 (CompiledBuiltin) queued. Dependencies: 
Analysis of _sha256 (CompiledBuiltin) queued. Dependencies: 
Analysis of _md5 (CompiledBuiltin) queued. Dependencies: 
Analysis of _sha1 (CompiledBuiltin) queued. Dependencies: 
Analysis of hashlib (Stub) queued. Dependencies: sys (stub)
Analysis of _sha512 (CompiledBuiltin) queued. Dependencies: 
Analysis of bisect (Library) queued. Dependencies: bisect (stub), _bisect
Create built-in compiled (scraped) module:  _bisect c:\yarc\venv\Scripts\python.exe 
Analysis of _bisect (CompiledBuiltin) queued. Dependencies: _bisect (stub)
Analysis of _bisect (Stub) queued. Dependencies: 
Analysis of bisect (Stub) queued. Dependencies: 
Analysis of math (CompiledBuiltin) queued. Dependencies: math (stub)
Analysis of math (Stub) queued. Dependencies: sys (stub)
Analysis of _codecs (CompiledBuiltin) queued. Dependencies: _codecs (stub)
Analysis of _codecs (Stub) queued. Dependencies: sys (stub), codecs (stub)
Analysis of argparse (Library) queued. Dependencies: argparse (stub), os, re, shutil, sys, gettext, copy, textwrap, warnings
Import:  shutil c:\program files\python38\lib\shutil.py 
Import:  textwrap c:\program files\python38\lib\textwrap.py 
Analysis of textwrap (Library) queued. Dependencies: textwrap (stub), re
Analysis of textwrap (Stub) queued. Dependencies: 
Analysis of shutil (Library) queued. Dependencies: shutil (stub), os, sys, stat, fnmatch, collections, errno, zlib, bz2, lzma, nt, tarfile, zipfile
Import:  bz2 c:\program files\python38\lib\bz2.py 
Import:  lzma c:\program files\python38\lib\lzma.py 
Import:  tarfile c:\program files\python38\lib\tarfile.py 
Import:  zipfile c:\program files\python38\lib\zipfile.py 
Analysis of pathlib (Library) on depth 1 completed in 336.2 ms.
Analysis of websockets.utils (Library) queued. Dependencies: itertools
Analysis of websockets.speedups (Compiled) queued. Dependencies: 
Analysis of _bootlocale (Library) queued. Dependencies: sys, _locale, locale
Analysis of _locale (CompiledBuiltin) queued. Dependencies: locale
Analysis of encodings.aliases (Library) queued. Dependencies: 
Analysis of urllib (Library) queued. Dependencies: urllib (stub)
Analysis of urllib (Stub) queued. Dependencies: 
Analysis of encodings (Library) queued. Dependencies: encodings (stub), codecs, sys, encodings.aliases, _winapi, encodings.mbcs
Import:  encodings.mbcs c:\program files\python38\lib\encodings\mbcs.py 
Analysis of encodings.mbcs (Library) queued. Dependencies: codecs
Analysis of encodings (Stub) queued. Dependencies: codecs (stub)
Analysis of fnmatch (Stub) queued. Dependencies: 
Analysis of logging (Stub) queued. Dependencies: string (stub), time (stub), types (stub), sys (stub), threading (stub)
Analysis of string (Stub) queued. Dependencies: 
Analysis of sys (CompiledBuiltin) on depth 1 completed in 75.2 ms.
Analysis version 46 has been completed in 1336.35 ms with 40 entries analyzed and 1 entries skipped.
Analysis version 287 of 198 entries has started.
Analysis of discord.emoji(Library) canceled (no AST yet).
Analysis of discord.partial_emoji(Library) canceled (no AST yet).
Analysis of discord.activity(Library) canceled (no AST yet).
Analysis of discord.channel(Library) canceled (no AST yet).
Analysis of discord.guild(Library) canceled (no AST yet).
Analysis of discord.flags(Library) canceled (no AST yet).
Analysis of discord.relationship(Library) canceled (no AST yet).
Analysis of discord.member(Library) canceled (no AST yet).
Analysis of discord.message(Library) canceled (no AST yet).
Analysis of discord.asset(Library) canceled (no AST yet).
Analysis of discord.errors(Library) canceled (no AST yet).
Analysis of discord.calls(Library) canceled (no AST yet).
Analysis of discord.permissions(Library) canceled (no AST yet).
Analysis of discord.role(Library) canceled (no AST yet).
Analysis of discord.file(Library) canceled (no AST yet).
Analysis of discord.colour(Library) canceled (no AST yet).
Analysis of discord.invite(Library) canceled (no AST yet).
Analysis of discord.widget(Library) canceled (no AST yet).
Analysis of discord.object(Library) canceled (no AST yet).
Analysis of discord.reaction(Library) canceled (no AST yet).
Analysis of discord.utils(Library) canceled (no AST yet).
Analysis of discord.opus(Library) canceled (no AST yet).
Analysis of discord.abc(Library) canceled (no AST yet).
Analysis of discord.enums(Library) canceled (no AST yet).
Analysis of discord.embeds(Library) canceled (no AST yet).
Analysis of discord.shard(Library) canceled (no AST yet).
Analysis of discord.player(Library) canceled (no AST yet).
Analysis of discord.webhook(Library) canceled (no AST yet).
Analysis of asyncio(Library) canceled (no AST yet).
Analysis of socket(Library) canceled (no AST yet).
Analysis of struct(Library) canceled (no AST yet).
Analysis of threading(Library) canceled (no AST yet).
Analysis of discord.backoff(Library) canceled (no AST yet).
Analysis of concurrent(Library) canceled (no AST yet).
Analysis of concurrent.futures(Library) canceled (no AST yet).
Analysis of websockets.exceptions(Library) canceled (no AST yet).
Analysis of json.encoder (Library) queued. Dependencies: json.encoder (stub), re, _json
Create built-in compiled (scraped) module:  _json c:\yarc\venv\Scripts\python.exe 
Analysis of _thread (Stub) queued. Dependencies: 
Analysis of _json (CompiledBuiltin) queued. Dependencies: _json (stub)
Analysis of selectors (Library) queued. Dependencies: selectors (stub), abc, collections, collections.abc, math, select, sys
Analysis of _json (Stub) queued. Dependencies: 
Analysis of selectors (Stub) queued. Dependencies: abc (stub), socket (stub)
Analysis of json.encoder (Stub) queued. Dependencies: 
Analysis of select (Compiled) queued. Dependencies: select (stub)
Analysis of select (Stub) queued. Dependencies: sys (stub)
Analysis of json.decoder (Library) queued. Dependencies: json.decoder (stub), re, json, json.scanner, _json
Analysis of _winapi (CompiledBuiltin) queued. Dependencies: _winapi (stub)
Import:  json.scanner c:\program files\python38\lib\json\scanner.py 
Analysis of json.decoder (Stub) queued. Dependencies: sys (stub)
Analysis of json.scanner (Library) queued. Dependencies: re, _json
Analysis of json (Stub) queued. Dependencies: sys (stub), json.decoder (stub), json.encoder (stub)
Analysis of _winapi (Stub) queued. Dependencies: 
Analysis of concurrent.futures (Library) queued. Dependencies: concurrent.futures (stub), concurrent.futures._base, concurrent.futures.process, concurrent.futures.thread
Analysis of locale (Stub) queued. Dependencies: decimal (stub), sys (stub)
Analysis of msvcrt (CompiledBuiltin) queued. Dependencies: msvcrt (stub)
Analysis of gettext (Stub) queued. Dependencies: 
Import:  concurrent.futures._base c:\program files\python38\lib\concurrent\futures\_base.py 
Analysis of concurrent.futures (Stub) queued. Dependencies: concurrent.futures._base (stub), concurrent.futures.thread (stub), concurrent.futures.process (stub)
Import:  concurrent.futures.process c:\program files\python38\lib\concurrent\futures\process.py 
Analysis of zipfile (Library) queued. Dependencies: zipfile (stub), binascii, functools, importlib, importlib.util, io, itertools, os, posixpath, shutil, stat, struct, sys, threading, time, contextlib, collections, zlib, bz2, lzma, warnings, py_compile, argparse
Import:  concurrent.futures.thread c:\program files\python38\lib\concurrent\futures\thread.py 
Analysis of concurrent (Library) queued. Dependencies: concurrent (stub)
Import:  importlib c:\program files\python38\lib\importlib\__init__.py 
Import:  importlib.util c:\program files\python38\lib\importlib\util.py 
Import:  py_compile c:\program files\python38\lib\py_compile.py 
Analysis of logging (Library) queued. Dependencies: logging (stub), sys, os, time, io, re, traceback, warnings, weakref, collections, collections.abc, string, threading, pickle, atexit
Import:  string c:\program files\python38\lib\string.py 
Analysis of decimal (Stub) queued. Dependencies: 
Import:  pickle c:\program files\python38\lib\pickle.py 
Analysis of zipfile (Stub) queued. Dependencies: types (stub), os (stub), sys (stub)
Analysis of concurrent.futures.thread (Library) queued. Dependencies: concurrent.futures.thread (stub), atexit, concurrent.futures, concurrent.futures._base, itertools, queue, threading, weakref, os, warnings
Analysis of py_compile (Library) queued. Dependencies: py_compile (stub), enum, importlib, importlib._bootstrap_external, importlib.machinery, importlib.util, os, sys, traceback
Analysis of concurrent.futures.thread (Stub) queued. Dependencies: concurrent.futures._base (stub), sys (stub)
Analysis of py_compile (Stub) queued. Dependencies: sys (stub)
Import:  queue c:\program files\python38\lib\queue.py 
Import:  importlib._bootstrap_external c:\program files\python38\lib\importlib\_bootstrap_external.py 
Import:  importlib.machinery c:\program files\python38\lib\importlib\machinery.py 
Analysis of concurrent.futures._base (Library) queued. Dependencies: concurrent.futures._base (stub), collections, logging, threading, time, warnings
Analysis of reprlib (Stub) queued. Dependencies: array (stub)
Analysis of concurrent.futures.process (Library) queued. Dependencies: concurrent.futures.process (stub), atexit, os, concurrent.futures, concurrent.futures._base, queue, multiprocessing, multiprocessing.connection, multiprocessing.queues, threading, weakref, functools, itertools, sys, traceback, warnings
Analysis of websockets.typing (Library) on depth 5 completed in 196.6 ms.
Analysis of websockets.version (Library) on depth 5 completed in 0.12 ms.
Analysis of tarfile (Library) queued. Dependencies: tarfile (stub), sys, os, io, shutil, stat, time, struct, copy, re, zlib, bz2, lzma, gzip, argparse
Analysis of inspect (Library) queued. Dependencies: inspect (stub), abc, dis, collections, collections.abc, enum, importlib, importlib.machinery, itertools, linecache, os, re, sys, tokenize, token, types, warnings, functools, operator, ast, argparse
Import:  multiprocessing c:\program files\python38\lib\multiprocessing\__init__.py 
Analysis of concurrent.futures._base (Stub) queued. Dependencies: types (stub), sys (stub)
Analysis of msvcrt (Stub) queued. Dependencies: 
Import:  multiprocessing.connection c:\program files\python38\lib\multiprocessing\connection.py 
Import:  multiprocessing.queues c:\program files\python38\lib\multiprocessing\queues.py 
Import:  gzip c:\program files\python38\lib\gzip.py 
Analysis of abc (Stub) on depth 4 completed in 114.23 ms.
Analysis of collections.abc(Library) canceled (no AST yet).
Analysis of functools(Library) canceled (no AST yet).
Analysis of warnings(Library) canceled (no AST yet).
Analysis of websockets.extensions.base(Library) canceled (no AST yet).
Analysis of websockets.extensions.permessage_deflate(Library) canceled (no AST yet).
Analysis of websockets.handshake(Library) canceled (no AST yet).
Import:  dis c:\program files\python38\lib\dis.py 
Analysis of importlib.machinery (Library) queued. Dependencies: importlib.machinery (stub), _imp, importlib._bootstrap, importlib._bootstrap_external
Import:  tokenize c:\program files\python38\lib\tokenize.py 
Import:  token c:\program files\python38\lib\token.py 
Analysis of multiprocessing.queues (Library) queued. Dependencies: multiprocessing.queues (stub), sys, os, threading, collections, time, weakref, errno, queue, _multiprocessing, multiprocessing, multiprocessing.connection, multiprocessing.context, multiprocessing.util, multiprocessing.synchronize, traceback
Analysis of importlib.machinery (Stub) queued. Dependencies: importlib (stub), importlib.abc (stub), sys (stub), types (stub), _importlib_modulespec (stub)
Import:  ast c:\program files\python38\lib\ast.py 
Analysis of pickle (Library) queued. Dependencies: pickle (stub), types, copyreg, itertools, functools, sys, struct, re, io, codecs, _compat_pickle, _pickle, doctest, argparse, pprint
Analysis of pickle (Stub) queued. Dependencies: sys (stub)
Analysis of contextlib (Library) queued. Dependencies: contextlib (stub), abc, sys, _collections_abc, collections, functools, types, warnings
Analysis of ast (Library) queued. Dependencies: ast (stub), _ast, inspect, collections, warnings
Analysis of gzip (Library) queued. Dependencies: gzip (stub), struct, sys, time, os, zlib, io, _compression, warnings, errno, argparse
Analysis of ast (Stub) queued. Dependencies: _ast (stub)
Analysis of contextlib (Stub) queued. Dependencies: types (stub), sys (stub)
Analysis of itertools (CompiledBuiltin) queued. Dependencies: itertools (stub)
Analysis of token (Library) queued. Dependencies: token (stub)
Analysis of itertools (Stub) queued. Dependencies: 
Analysis of signal (Library) queued. Dependencies: signal (stub), _signal, functools, enum
Create built-in compiled (scraped) module:  _imp c:\yarc\venv\Scripts\python.exe 
Analysis of keyword (Library) queued. Dependencies: keyword (stub)
Analysis of signal (Stub) queued. Dependencies: sys (stub), enum (stub), types (stub)
Import:  importlib._bootstrap c:\program files\python38\lib\importlib\_bootstrap.py 
Analysis of multiprocessing.queues (Stub) queued. Dependencies: queue (stub)
Create compiled (scraped):  _multiprocessing c:\program files\python38\dlls\_multiprocessing.pyd c:\program files\python38\dlls 
Analysis of subprocess (Stub) queued. Dependencies: sys (stub), types (stub)
Import:  multiprocessing.context c:\program files\python38\lib\multiprocessing\context.py 
Import:  multiprocessing.util c:\program files\python38\lib\multiprocessing\util.py 
Import:  multiprocessing.synchronize c:\program files\python38\lib\multiprocessing\synchronize.py 
Import:  _compat_pickle c:\program files\python38\lib\_compat_pickle.py 
Create built-in compiled (scraped) module:  _pickle c:\yarc\venv\Scripts\python.exe 
Import:  pprint c:\program files\python38\lib\pprint.py 
Create built-in compiled (scraped) module:  _ast c:\yarc\venv\Scripts\python.exe 
Import:  _compression c:\program files\python38\lib\_compression.py 
Analysis of _multiprocessing (Compiled) queued. Dependencies: 
Analysis of _compression (Library) queued. Dependencies: _compression (stub), io
Create built-in compiled (scraped) module:  _signal c:\yarc\venv\Scripts\python.exe 
Analysis of _signal (CompiledBuiltin) queued. Dependencies: 
Analysis of pprint (Library) queued. Dependencies: pprint (stub), collections, re, sys, types, io, time
Analysis of importlib._bootstrap (Library) queued. Dependencies: 
Analysis of importlib._bootstrap_external (Library) queued. Dependencies: tokenize, importlib.metadata
Analysis of _imp (CompiledBuiltin) queued. Dependencies: _imp (stub)
Analysis of pprint (Stub) queued. Dependencies: sys (stub)
Analysis of _compression (Stub) queued. Dependencies: io (stub)
Analysis of posix (Stub) on depth 4 completed in 201.96 ms.
Analysis of fnmatch(Library) canceled (no AST yet).
Analysis of io(Library) canceled (no AST yet).
Analysis of ntpath(Library) canceled (no AST yet).
Analysis of posixpath(Library) canceled (no AST yet).
Analysis of re(Library) canceled (no AST yet).
Analysis of _collections_abc(Library) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of operator(Library) canceled (no AST yet).
Analysis of _pickle (CompiledBuiltin) queued. Dependencies: pickle
Analysis of email(Library) canceled (no AST yet).
Analysis of email.utils(Library) canceled (no AST yet).
Analysis of abc(Library) canceled (no AST yet).
Analysis of keyword (Library) on depth 3 completed in 0.33 ms.
Import:  importlib.metadata c:\program files\python38\lib\importlib\metadata.py 
Analysis of _compat_pickle (Library) queued. Dependencies: 
Analysis of importlib.metadata (Library) queued. Dependencies: io, os, re, abc, csv, sys, email, pathlib, zipfile, operator, functools, itertools, posixpath, collections, configparser, contextlib, importlib, importlib.abc
Analysis of queue (Library) queued. Dependencies: queue (stub), threading, collections, heapq, time, _queue
Analysis of _imp (Stub) queued. Dependencies: sys (stub), types (stub), importlib.machinery (stub)
Import:  csv c:\program files\python38\lib\csv.py 
Import:  configparser c:\program files\python38\lib\configparser.py 
Analysis of multiprocessing.connection (Library) queued. Dependencies: multiprocessing.connection (stub), io, os, sys, socket, struct, time, tempfile, itertools, _multiprocessing, multiprocessing, multiprocessing.util, multiprocessing.context, _winapi, hmac, xmlrpc, xmlrpc.client, selectors, multiprocessing.resource_sharer
Import:  importlib.abc c:\program files\python38\lib\importlib\abc.py 
Analysis of abc (Library) queued. Dependencies: abc (stub), _abc, _py_abc
Create compiled (scraped):  _queue c:\program files\python38\dlls\_queue.pyd c:\program files\python38\dlls 
Analysis of csv (Library) queued. Dependencies: csv (stub), re, _csv, io
Import:  tempfile c:\program files\python38\lib\tempfile.py 
Import:  hmac c:\program files\python38\lib\hmac.py 
Import:  xmlrpc c:\program files\python38\lib\xmlrpc\__init__.py 
Import:  xmlrpc.client c:\program files\python38\lib\xmlrpc\client.py 
Analysis of itertools (CompiledBuiltin) on depth 3 completed in 57.03 ms.
Import:  multiprocessing.resource_sharer c:\program files\python38\lib\multiprocessing\resource_sharer.py 
Create built-in compiled (scraped) module:  _abc c:\yarc\venv\Scripts\python.exe 
Import:  _py_abc c:\program files\python38\lib\_py_abc.py 
Create built-in compiled (scraped) module:  _csv c:\yarc\venv\Scripts\python.exe 
Analysis of _csv (CompiledBuiltin) queued. Dependencies: _csv (stub)
Analysis of copy (Stub) on depth 4 completed in 11.17 ms.
Analysis of _csv (Stub) queued. Dependencies: sys (stub)
Analysis of _py_abc (Library) queued. Dependencies: _weakrefset
Analysis of copyreg (Library) on depth 4 completed in 11.67 ms.
Analysis of _abc (CompiledBuiltin) queued. Dependencies: 
Analysis of unicodedata (Stub) on depth 4 completed in 20.84 ms.
Analysis of _heapq(CompiledBuiltin) canceled (no AST yet).
Analysis of multiprocessing.resource_sharer (Library) queued. Dependencies: os, signal, socket, sys, threading, multiprocessing, multiprocessing.process, multiprocessing.context, multiprocessing.util, multiprocessing.connection
Import:  multiprocessing.process c:\program files\python38\lib\multiprocessing\process.py 
Analysis of _stat (Stub) on depth 4 completed in 5.27 ms.
Analysis of multiprocessing.process (Library) queued. Dependencies: multiprocessing.process (stub), os, sys, signal, itertools, threading, _weakrefset, multiprocessing, multiprocessing.util, multiprocessing.context, traceback, multiprocessing.connection
Analysis of multiprocessing.process (Stub) queued. Dependencies: multiprocessing (stub)
Analysis of gc (Stub) on depth 6 completed in 12.89 ms.
Analysis of atexit (Stub) on depth 6 completed in 3.86 ms.
Analysis of xmlrpc.client (Library) queued. Dependencies: base64, sys, time, datetime, decimal, http, http.client, urllib, urllib.parse, xml.parsers, xml.parsers.expat, errno, io, gzip
Import:  datetime c:\program files\python38\lib\datetime.py 
Import:  decimal c:\program files\python38\lib\decimal.py 
Import:  http.client c:\program files\python38\lib\http\client.py 
Import:  xml.parsers c:\program files\python38\lib\xml\parsers\__init__.py 
Import:  xml.parsers.expat c:\program files\python38\lib\xml\parsers\expat.py 
Analysis of xml.parsers.expat (Library) queued. Dependencies: xml.parsers.expat (stub), sys, pyexpat
Create compiled (scraped):  pyexpat c:\program files\python38\dlls\pyexpat.pyd c:\program files\python38\dlls 
Analysis of pyexpat (Compiled) queued. Dependencies: pyexpat (stub)
Analysis of pyexpat (Stub) queued. Dependencies: pyexpat.errors (stub), pyexpat.model (stub)
Analysis of pyexpat.model (Stub) queued. Dependencies: 
Analysis of pyexpat.errors (Stub) queued. Dependencies: sys (stub)
Analysis of xml.parsers.expat (Stub) queued. Dependencies: pyexpat (stub), pyexpat.errors (stub), pyexpat.model (stub)
Analysis of xml.parsers (Library) queued. Dependencies: xml.parsers (stub)
Analysis of xml.parsers (Stub) queued. Dependencies: xml (stub), xml.parsers.expat (stub)
Analysis of xml (Stub) queued. Dependencies: xml.parsers (stub)
Analysis of _weakrefset (Stub) on depth 6 completed in 151.9 ms.
Analysis of json.decoder (Library) on depth 5 completed in 19.64 ms.
Analysis of http.client (Library) queued. Dependencies: http.client (stub), email, email.parser, email.message, http, io, re, socket, collections, collections.abc, urllib.parse, ssl, warnings
Import:  email.parser c:\program files\python38\lib\email\parser.py 
Analysis of json.encoder (Library) on depth 5 completed in 16.5 ms.
Import:  email.message c:\program files\python38\lib\email\message.py 
Analysis of _thread (CompiledBuiltin) on depth 4 completed in 3.09 ms.
Import:  ssl c:\program files\python38\lib\ssl.py 
Analysis of signal (Library) on depth 4 completed in 8.8 ms.
Analysis of contextlib (Library) on depth 4 completed in 34.29 ms.
Analysis of msvcrt (CompiledBuiltin) on depth 4 completed in 1.58 ms.
Analysis of _winapi (CompiledBuiltin) on depth 4 completed in 4.65 ms.
Analysis of select (Compiled) on depth 4 completed in 0.52 ms.
Analysis of ssl (Library) queued. Dependencies: ssl (stub), sys, os, collections, enum, _ssl, socket, base64, errno, warnings, time, calendar
Create compiled (scraped):  _ssl c:\program files\python38\dlls\_ssl.pyd c:\program files\python38\dlls 
Import:  calendar c:\program files\python38\lib\calendar.py 
Analysis of calendar (Library) queued. Dependencies: calendar (stub), sys, datetime, locale, itertools, argparse
Analysis of _queue (Compiled) queued. Dependencies: 
Analysis of selectors (Library) on depth 4 completed in 94.9 ms.
Analysis of importlib.abc (Library) queued. Dependencies: importlib.abc (stub), importlib, importlib._bootstrap, importlib._bootstrap_external, importlib.machinery, abc, warnings
Analysis of encodings.aliases (Library) on depth 7 completed in 6.86 ms.
Analysis of websockets.speedups (Compiled) on depth 7 completed in 0.24 ms.
Analysis of websockets.extensions(Library) canceled (no AST yet).
Analysis of __future__(Library) canceled (no AST yet).
Analysis of difflib(Library) canceled (no AST yet).
Analysis of ntpath (Library) queued. Dependencies: ntpath (stub), os, sys, stat, genericpath, nt, string
Import:  genericpath c:\program files\python38\lib\genericpath.py 
Analysis of multiprocessing.connection (Stub) queued. Dependencies: socket (stub), types (stub)
Analysis of genericpath (Library) queued. Dependencies: os, stat
Analysis of multiprocessing (Library) queued. Dependencies: multiprocessing (stub), sys, multiprocessing.context
Analysis of ntpath (Stub) queued. Dependencies: sys (stub)
Analysis of multiprocessing (Stub) queued. Dependencies: logging (stub), multiprocessing.connection (stub), multiprocessing.pool (stub), multiprocessing.synchronize (stub), multiprocessing.context (stub), multiprocessing.managers (stub), multiprocessing.process (stub), multiprocessing.queues (stub), sys (stub)
Analysis of multiprocessing.managers (Stub) queued. Dependencies: queue (stub), threading (stub)
Analysis of multiprocessing.pool (Stub) queued. Dependencies: 
Analysis of array (Stub) queued. Dependencies: sys (stub)
Analysis of concurrent.futures.process (Stub) queued. Dependencies: concurrent.futures._base (stub), sys (stub)
Analysis of _ast (CompiledBuiltin) queued. Dependencies: _ast (stub)
Analysis of calendar (Stub) queued. Dependencies: datetime (stub), sys (stub), time (stub)
Analysis of io (Library) queued. Dependencies: io (stub), _io, abc
Analysis of configparser (Library) queued. Dependencies: configparser (stub), collections.abc, collections, functools, io, itertools, os, re, sys, warnings
Analysis of fnmatch (Library) queued. Dependencies: fnmatch (stub), os, posixpath, re, functools
Analysis of _ast (Stub) queued. Dependencies: sys (stub)
Analysis of token (Stub) queued. Dependencies: sys (stub)
Analysis of getopt (Stub) queued. Dependencies: 
Analysis of configparser (Stub) queued. Dependencies: sys (stub), os (stub)
Analysis of _ssl (Compiled) queued. Dependencies: 
Analysis of gzip (Stub) queued. Dependencies: os.path (stub), _compression (stub), zlib (stub)
Analysis of tarfile (Stub) queued. Dependencies: os (stub), sys (stub), types (stub)
Analysis of tokenize (Library) queued. Dependencies: tokenize (stub), codecs, collections, io, itertools, re, sys, token, argparse
Analysis of tokenize (Stub) queued. Dependencies: sys (stub), token (stub), os (stub)
Analysis of lzma (Library) queued. Dependencies: lzma (stub), io, os, _lzma, _compression
Create compiled (scraped):  _lzma c:\program files\python38\dlls\_lzma.pyd c:\program files\python38\dlls 
Analysis of _lzma (Compiled) queued. Dependencies: 
Analysis of dis (Library) queued. Dependencies: dis (stub), sys, types, collections, io, opcode, argparse
Analysis of lzma (Stub) queued. Dependencies: io (stub), sys (stub), os (stub)
Import:  opcode c:\program files\python38\lib\opcode.py 
Analysis of multiprocessing.synchronize (Library) queued. Dependencies: multiprocessing.synchronize (stub), threading, sys, tempfile, _multiprocessing, time, multiprocessing, multiprocessing.context, multiprocessing.process, multiprocessing.util, multiprocessing.resource_tracker, struct, multiprocessing.heap
Analysis of multiprocessing.synchronize (Stub) queued. Dependencies: multiprocessing.context (stub), threading (stub), sys (stub)
Analysis of opcode (Library) queued. Dependencies: opcode (stub), _opcode
Analysis of bz2 (Library) queued. Dependencies: bz2 (stub), io, os, warnings, _compression, threading, _bz2
Import:  multiprocessing.resource_tracker c:\program files\python38\lib\multiprocessing\resource_tracker.py 
Import:  multiprocessing.heap c:\program files\python38\lib\multiprocessing\heap.py 
Create built-in compiled (scraped) module:  _opcode c:\yarc\venv\Scripts\python.exe 
Analysis of _opcode (CompiledBuiltin) queued. Dependencies: 
Analysis of multiprocessing.util (Library) queued. Dependencies: os, itertools, sys, weakref, atexit, threading, subprocess, multiprocessing, multiprocessing.process, logging, shutil, tempfile, traceback, test, multiprocessing.forkserver, multiprocessing.resource_tracker
Analysis of ssl (Stub) queued. Dependencies: socket (stub), sys (stub)
Create compiled (scraped):  _bz2 c:\program files\python38\dlls\_bz2.pyd c:\program files\python38\dlls 
Import:  test c:\yarc\test.py 
Analysis of discord.client (Library) queued. Dependencies: asyncio, collections, logging, signal, sys, traceback, aiohttp, websockets, discord.user, discord.asset, discord.invite, discord.widget, discord.guild, discord.channel, discord.enums, discord.member, discord.errors, discord.gateway, discord.activity, discord.voice_client, discord.http, discord.state, discord, discord.utils, discord.object, discord.backoff, discord.webhook, discord.iterators, discord.appinfo
Analysis of multiprocessing.heap (Library) queued. Dependencies: bisect, collections, mmap, os, sys, tempfile, threading, multiprocessing.context, multiprocessing, multiprocessing.util, _winapi
Analysis of multiprocessing.context (Library) queued. Dependencies: multiprocessing.context (stub), os, sys, threading, multiprocessing, multiprocessing.process, multiprocessing.reduction, multiprocessing.managers, multiprocessing.connection, multiprocessing.synchronize, multiprocessing.queues, multiprocessing.pool, multiprocessing.sharedctypes, multiprocessing.spawn, multiprocessing.util, multiprocessing.forkserver, multiprocessing.popen_fork, multiprocessing.popen_spawn_posix, multiprocessing.popen_forkserver, multiprocessing.popen_spawn_win32
Analysis of bz2 (Stub) queued. Dependencies: io (stub), sys (stub), os (stub)
Analysis of stat (Stub) queued. Dependencies: sys (stub)
Analysis of multiprocessing.context (Stub) queued. Dependencies: logging (stub), multiprocessing (stub), multiprocessing.synchronize (stub), multiprocessing.queues (stub), sys (stub)
Analysis of operator (Library) queued. Dependencies: operator (stub), functools, _operator
Import:  multiprocessing.forkserver c:\program files\python38\lib\multiprocessing\forkserver.py 
Import:  aiohttp c:\yarc\venv\Lib\site-packages\aiohttp\__init__.py 
Import:  discord.http c:\yarc\venv\Lib\site-packages\discord\http.py 
Import:  discord.state c:\yarc\venv\Lib\site-packages\discord\state.py 
Import:  discord.iterators c:\yarc\venv\Lib\site-packages\discord\iterators.py 
Create built-in compiled (scraped) module:  mmap c:\yarc\venv\Scripts\python.exe 
Import:  multiprocessing.reduction c:\program files\python38\lib\multiprocessing\reduction.py 
Import:  multiprocessing.managers c:\program files\python38\lib\multiprocessing\managers.py 
Import:  multiprocessing.pool c:\program files\python38\lib\multiprocessing\pool.py 
Import:  multiprocessing.sharedctypes c:\program files\python38\lib\multiprocessing\sharedctypes.py 
Import:  multiprocessing.spawn c:\program files\python38\lib\multiprocessing\spawn.py 
Import:  multiprocessing.popen_fork c:\program files\python38\lib\multiprocessing\popen_fork.py 
Import:  multiprocessing.popen_spawn_posix c:\program files\python38\lib\multiprocessing\popen_spawn_posix.py 
Import:  multiprocessing.popen_forkserver c:\program files\python38\lib\multiprocessing\popen_forkserver.py 
Import:  multiprocessing.popen_spawn_win32 c:\program files\python38\lib\multiprocessing\popen_spawn_win32.py 
Create built-in compiled (scraped) module:  _operator c:\yarc\venv\Scripts\python.exe 
Analysis of _operator (CompiledBuiltin) queued. Dependencies: _operator (stub), operator
Analysis of _operator (Stub) queued. Dependencies: sys (stub), operator (stub)
Analysis of operator (Stub) queued. Dependencies: sys (stub)
Analysis of errno (CompiledBuiltin) queued. Dependencies: errno (stub)
Analysis of errno (Stub) queued. Dependencies: sys (stub)
Analysis of inspect (Library) on depth 5 completed in 417.55 ms.
Analysis of linecache(Library) canceled (no AST yet).
Analysis of pdb(Library) canceled (no AST yet).
Analysis of traceback(Library) canceled (no AST yet).
Analysis of unittest(Library) canceled (no AST yet).
Analysis of _sha512 (CompiledBuiltin) on depth 7 completed in 0.52 ms.
Analysis of _sha1 (CompiledBuiltin) on depth 8 completed in 0.22 ms.
Analysis of _md5 (CompiledBuiltin) on depth 8 completed in 0.65 ms.
Analysis of _sha256 (CompiledBuiltin) on depth 8 completed in 1.32 ms.
Analysis of _collections_abc (Library) queued. Dependencies: abc, sys
Analysis of _blake2 (CompiledBuiltin) on depth 8 completed in 2.86 ms.
Analysis of re (Library) queued. Dependencies: re (stub), enum, sre_compile, sre_parse, functools, _locale, copyreg, sre_constants
Import:  sre_compile c:\program files\python38\lib\sre_compile.py 
Import:  sre_parse c:\program files\python38\lib\sre_parse.py 
Import:  sre_constants c:\program files\python38\lib\sre_constants.py 
Analysis of _sha3 (CompiledBuiltin) on depth 8 completed in 40.23 ms.
Analysis of sre_constants (Library) queued. Dependencies: sre_constants (stub), _sre
Analysis of _hashlib (Compiled) on depth 8 completed in 44.1 ms.
Create built-in compiled (scraped) module:  _sre c:\yarc\venv\Scripts\python.exe 
Analysis of bisect (Stub) on depth 8 completed in 1.24 ms.
Analysis of _sre (CompiledBuiltin) queued. Dependencies: 
Analysis of _bisect (Stub) on depth 9 completed in 1.69 ms.
Analysis of sre_constants (Stub) queued. Dependencies: 
Analysis of textwrap (Stub) on depth 7 completed in 17.46 ms.
Analysis of sre_parse (Library) queued. Dependencies: sre_parse (stub), sre_constants, unicodedata, warnings
Analysis of sre_parse (Stub) queued. Dependencies: sre_constants (stub)
Analysis of bz2 (Library) queued. Dependencies: bz2 (stub), io, os, warnings, _compression, threading, _bz2
Analysis of bz2 (Library) on depth 7 completed in 46.33 ms.
Analysis of sre_compile (Library) queued. Dependencies: sre_compile (stub), _sre, sre_parse, sre_constants, sys
Analysis of lzma (Library) queued. Dependencies: lzma (stub), io, os, _lzma, _compression
Analysis of sre_compile (Stub) queued. Dependencies: sys (stub), sre_parse (stub), sre_constants (stub)
Analysis of re (Stub) queued. Dependencies: sys (stub), enum (stub)
Analysis of lzma (Library) on depth 7 completed in 15.72 ms.
Analysis of posixpath (Library) queued. Dependencies: posixpath (stub), os, sys, stat, genericpath, re
Analysis of posixpath (Stub) queued. Dependencies: sys (stub)
Analysis of websockets.exceptions (Library) queued. Dependencies: http, websockets.http
Analysis of collections.abc (Library) queued. Dependencies: collections.abc (stub), _collections_abc
Analysis of functools (Stub) queued. Dependencies: sys (stub)
Analysis of discord.appinfo (Library) queued. Dependencies: discord, discord.utils, discord.user, discord.asset, discord.team
Analysis of discord.user (Library) queued. Dependencies: collections, discord, discord.abc, discord.utils, discord.enums, discord.errors, discord.colour, discord.asset, discord.channel
Analysis of functools (Library) queued. Dependencies: functools (stub), abc, collections, reprlib, _thread, _functools, warnings, types, weakref
Analysis of tarfile (Library) queued. Dependencies: tarfile (stub), sys, os, io, shutil, stat, time, struct, copy, re, zlib, bz2, lzma, gzip, argparse
Create built-in compiled (scraped) module:  _functools c:\yarc\venv\Scripts\python.exe 
Analysis of discord.emoji (Library) queued. Dependencies: discord.asset, discord, discord.utils, discord.partial_emoji, discord.user
Analysis of warnings (Stub) queued. Dependencies: types (stub)
Analysis of multiprocessing.popen_spawn_win32 (Library) queued. Dependencies: os, msvcrt, signal, sys, _winapi, multiprocessing.context, multiprocessing, multiprocessing.spawn, multiprocessing.util
Analysis of string (Library) queued. Dependencies: string (stub), _string, re, collections
Analysis of mmap (CompiledBuiltin) queued. Dependencies: mmap (stub)
Analysis of keyword (Stub) queued. Dependencies: 
Analysis of multiprocessing.popen_forkserver (Library) queued. Dependencies: io, os, multiprocessing.context, multiprocessing, multiprocessing.forkserver, multiprocessing.popen_fork, multiprocessing.spawn, multiprocessing.util, multiprocessing.connection
Create built-in compiled (scraped) module:  _string c:\yarc\venv\Scripts\python.exe 
Analysis of _string (CompiledBuiltin) queued. Dependencies: 
Analysis of multiprocessing.popen_spawn_posix (Library) queued. Dependencies: io, os, multiprocessing.context, multiprocessing, multiprocessing.popen_fork, multiprocessing.spawn, multiprocessing.util, multiprocessing.resource_tracker
Analysis of discord.iterators (Library) queued. Dependencies: asyncio, datetime, discord.errors, discord.utils, discord.object, discord.audit_logs, discord.user, discord.guild, discord.member
Analysis of multiprocessing.popen_fork (Library) queued. Dependencies: os, signal, multiprocessing, multiprocessing.util, multiprocessing.connection
Analysis of multiprocessing.spawn (Library) queued. Dependencies: os, sys, runpy, types, multiprocessing, multiprocessing.process, multiprocessing.context, multiprocessing.util, msvcrt, _winapi, multiprocessing.resource_tracker
Analysis of warnings (Library) queued. Dependencies: warnings (stub), sys, linecache, tracemalloc, re, traceback, _warnings
Import:  runpy c:\program files\python38\lib\runpy.py 
Analysis of multiprocessing.sharedctypes (Library) queued. Dependencies: ctypes, weakref, multiprocessing, multiprocessing.heap, multiprocessing.context
Import:  tracemalloc c:\program files\python38\lib\tracemalloc.py 
Create built-in compiled (scraped) module:  _warnings c:\yarc\venv\Scripts\python.exe 
Analysis of _warnings (CompiledBuiltin) queued. Dependencies: _warnings (stub)
Analysis of websockets.extensions.base (Library) queued. Dependencies: websockets.framing, websockets.typing
Import:  ctypes c:\program files\python38\lib\ctypes\__init__.py 
Analysis of tarfile (Library) on depth 7 completed in 232.95 ms.
Analysis of websockets.extensions.permessage_deflate (Library) queued. Dependencies: zlib, websockets.exceptions, websockets.framing, websockets.typing, websockets.extensions.base
Analysis of discord.partial_emoji (Library) queued. Dependencies: discord.asset
Analysis of websockets.handshake (Library) queued. Dependencies: base64, binascii, hashlib, random, websockets.exceptions, websockets.headers, websockets.http
Analysis of discord.state (Library) queued. Dependencies: asyncio, collections, copy, datetime, itertools, logging, math, weakref, inspect, gc, discord.guild, discord.activity, discord.user, discord.emoji, discord.partial_emoji, discord.message, discord.relationship, discord.channel, discord.raw_models, discord.member, discord.role, discord.enums, discord, discord.utils, discord.embeds, discord.object, discord.invite
Analysis of email (Stub) queued. Dependencies: sys (stub), email.message (stub), email.policy (stub)
Analysis of zipfile (Library) queued. Dependencies: zipfile (stub), binascii, functools, importlib, importlib.util, io, itertools, os, posixpath, shutil, stat, struct, sys, threading, time, contextlib, collections, zlib, bz2, lzma, warnings, py_compile, argparse
Analysis of email (Library) queued. Dependencies: email (stub), email.parser
Analysis of multiprocessing.forkserver (Library) queued. Dependencies: errno, os, selectors, signal, socket, struct, sys, threading, warnings, multiprocessing, multiprocessing.connection, multiprocessing.process, multiprocessing.context, multiprocessing.resource_tracker, multiprocessing.spawn, multiprocessing.util
Analysis of test (User) queued. Dependencies: argparse
Analysis of ctypes (Library) queued. Dependencies: ctypes (stub), os, sys, _ctypes, struct, nt, ctypes._endian
Out of order analysis of test(User) completed in 8.2 ms.
Create compiled (scraped):  _ctypes c:\program files\python38\dlls\_ctypes.pyd c:\program files\python38\dlls 
Analysis of _bz2 (Compiled) queued. Dependencies: 
Import:  ctypes._endian c:\program files\python38\lib\ctypes\_endian.py 
Analysis of multiprocessing.pool (Library) queued. Dependencies: multiprocessing.pool (stub), collections, itertools, os, queue, threading, time, traceback, warnings, multiprocessing, multiprocessing.util, multiprocessing.connection, multiprocessing.dummy
Import:  multiprocessing.dummy c:\program files\python38\lib\multiprocessing\dummy\__init__.py 
Analysis of multiprocessing.dummy (Library) queued. Dependencies: multiprocessing.dummy (stub), threading, sys, weakref, array, multiprocessing.dummy.connection, queue, multiprocessing.pool
Create built-in compiled (scraped) module:  array c:\yarc\venv\Scripts\python.exe 
Import:  multiprocessing.dummy.connection c:\program files\python38\lib\multiprocessing\dummy\connection.py 
Analysis of multiprocessing.dummy.connection (Library) queued. Dependencies: multiprocessing.dummy.connection (stub), queue
Analysis of multiprocessing.dummy.connection (Stub) queued. Dependencies: queue (stub)
Analysis of array (CompiledBuiltin) queued. Dependencies: array (stub)
Analysis of discord.activity (Library) queued. Dependencies: datetime, discord.asset, discord.enums, discord.colour, discord.partial_emoji, discord.utils
Analysis of multiprocessing.dummy (Stub) queued. Dependencies: array (stub), sys (stub), threading (stub), weakref (stub), multiprocessing.dummy.connection (stub), queue (stub)
Analysis of email.utils (Stub) queued. Dependencies: email.charset (stub), datetime (stub)
Analysis of email.message (Library) queued. Dependencies: email.message (stub), re, uu, quopri, io, email, email.utils, email.errors, email._policybase, email.charset, email._encoded_words, email.generator, email.iterators, email.policy
Analysis of ctypes._endian (Library) queued. Dependencies: sys, ctypes
Analysis of discord.http (Library) queued. Dependencies: asyncio, json, logging, sys, urllib.parse, weakref, aiohttp, discord.errors, discord, discord.utils
Analysis of email.policy (Stub) queued. Dependencies: abc (stub), sys (stub), email.message (stub), email.errors (stub), email.header (stub), email.contentmanager (stub)
Import:  uu c:\program files\python38\lib\uu.py 
Import:  quopri c:\program files\python38\lib\quopri.py 
Import:  email.errors c:\program files\python38\lib\email\errors.py 
Import:  email._policybase c:\program files\python38\lib\email\_policybase.py 
Import:  email.charset c:\program files\python38\lib\email\charset.py 
Import:  email._encoded_words c:\program files\python38\lib\email\_encoded_words.py 
Import:  email.generator c:\program files\python38\lib\email\generator.py 
Import:  email.iterators c:\program files\python38\lib\email\iterators.py 
Import:  email.policy c:\program files\python38\lib\email\policy.py 
Analysis of multiprocessing.managers (Library) queued. Dependencies: multiprocessing.managers (stub), sys, threading, signal, array, queue, time, os, traceback, multiprocessing, multiprocessing.connection, multiprocessing.context, multiprocessing.pool, multiprocessing.process, multiprocessing.util, multiprocessing.shared_memory, warnings, multiprocessing.resource_tracker
Import:  multiprocessing.shared_memory c:\program files\python38\lib\multiprocessing\shared_memory.py 
Analysis of zipfile (Library) on depth 7 completed in 321.78 ms.
Analysis of urllib (Stub) on depth 7 completed in 0.07 ms.
Analysis of multiprocessing.shared_memory (Library) queued. Dependencies: functools, mmap, os, errno, struct, secrets, _winapi, multiprocessing.resource_tracker
Import:  secrets c:\program files\python38\lib\secrets.py 
Analysis of secrets (Library) queued. Dependencies: secrets (stub), base64, binascii, os, hmac, random
Analysis of secrets (Stub) queued. Dependencies: hmac (stub), random (stub)
Analysis of multiprocessing.reduction (Library) queued. Dependencies: abc, copyreg, functools, io, os, pickle, socket, sys, multiprocessing, multiprocessing.context, _winapi, array, multiprocessing.resource_sharer
Analysis of shutil (Stub) queued. Dependencies: os (stub), sys (stub)
Analysis of argparse (Stub) queued. Dependencies: sys (stub)
Analysis of unittest (Library) queued. Dependencies: unittest (stub), unittest.result, unittest.async_case, unittest.case, unittest.suite, unittest.loader, unittest.main, unittest.runner, unittest.signals, os
Import:  unittest.result c:\program files\python38\lib\unittest\result.py 
Import:  unittest.async_case c:\program files\python38\lib\unittest\async_case.py 
Import:  unittest.case c:\program files\python38\lib\unittest\case.py 
Import:  unittest.suite c:\program files\python38\lib\unittest\suite.py 
Import:  unittest.loader c:\program files\python38\lib\unittest\loader.py 
Import:  unittest.main c:\program files\python38\lib\unittest\main.py 
Import:  unittest.runner c:\program files\python38\lib\unittest\runner.py 
Import:  unittest.signals c:\program files\python38\lib\unittest\signals.py 
Analysis of unittest.signals (Library) queued. Dependencies: signal, weakref, functools
Analysis of unittest.runner (Library) queued. Dependencies: sys, time, warnings, unittest, unittest.result, unittest.signals
Analysis of unittest.main (Library) queued. Dependencies: sys, argparse, os, unittest, unittest.loader, unittest.runner, unittest.signals
Analysis of modules loop on depth 2 in 215.54 ms:
    sys(Stub)
    types(Stub)
    importlib.abc(Stub)
    os(Stub)
    _importlib_modulespec(Stub)
    io(Stub)
    os.path(Stub)
    codecs(Stub)
    mmap(Stub)
Analysis of unittest.loader (Library) queued. Dependencies: os, re, sys, traceback, types, functools, warnings, fnmatch, unittest, unittest.case, unittest.suite, unittest.util
Analysis of _io (CompiledBuiltin) on depth 2 completed in 78.71 ms.
Analysis of websockets.utils (Library) on depth 7 completed in 0.77 ms.
Import:  unittest.util c:\program files\python38\lib\unittest\util.py 
Analysis of unittest.util (Library) queued. Dependencies: collections, os
Analysis of unittest.suite (Library) queued. Dependencies: sys, unittest, unittest.case, unittest.util
Analysis of unicodedata (Compiled) on depth 3 completed in 34.1 ms.
Analysis of unittest.case (Library) queued. Dependencies: sys, functools, difflib, logging, pprint, re, warnings, collections, contextlib, traceback, types, unittest, unittest.result, unittest.util
Analysis of unittest.async_case (Library) queued. Dependencies: asyncio, inspect, unittest.case
Analysis of _stat (CompiledBuiltin) on depth 3 completed in 70.41 ms.
Analysis of unittest.result (Library) queued. Dependencies: io, sys, traceback, unittest, unittest.util, functools
Analysis of gc (CompiledBuiltin) on depth 5 completed in 8.74 ms.
Analysis of atexit (CompiledBuiltin) on depth 5 completed in 0.71 ms.
Analysis of unittest (Stub) queued. Dependencies: logging (stub), sys (stub), types (stub)
Analysis of reprlib (Library) on depth 3 completed in 25.12 ms.
Analysis of _bisect (CompiledBuiltin) on depth 8 completed in 0.45 ms.
Analysis of textwrap (Library) on depth 6 completed in 75.07 ms.
Analysis of urllib (Library) on depth 6 completed in 0.08 ms.
Analysis of binascii (Stub) on depth 8 completed in 2.15 ms.
Analysis of traceback (Library) queued. Dependencies: traceback (stub), collections, itertools, linecache, sys
Analysis of enum (Stub) on depth 7 completed in 10.25 ms.
Analysis of traceback (Stub) queued. Dependencies: types (stub), sys (stub)
Analysis of urllib.parse (Stub) on depth 3 completed in 17.6 ms.
Analysis of email.contentmanager (Stub) queued. Dependencies: email.message (stub)
Analysis of email.header (Stub) queued. Dependencies: email.charset (stub)
Analysis of _weakref (Stub) on depth 4 completed in 13.83 ms.
Analysis of email.policy (Library) queued. Dependencies: email.policy (stub), re, sys, email._policybase, email.utils, email.headerregistry, email.contentmanager, email.message
Analysis of aiohttp (Library) queued. Dependencies: aiohttp.hdrs, aiohttp.client, aiohttp.cookiejar, aiohttp.formdata, aiohttp.helpers, aiohttp.http, aiohttp.multipart, aiohttp.payload, aiohttp.payload_streamer, aiohttp.resolver, aiohttp.signals, aiohttp.streams, aiohttp.tracing, aiohttp.worker
Analysis of email.message (Stub) queued. Dependencies: sys (stub), email.charset (stub), email.errors (stub), email.header (stub), email.policy (stub), email.contentmanager (stub)
Import:  email.headerregistry c:\program files\python38\lib\email\headerregistry.py 
Analysis of email.charset (Stub) queued. Dependencies: 
Analysis of _ctypes (Compiled) queued. Dependencies: 
Analysis of runpy (Stub) queued. Dependencies: 
Analysis of base64 (Stub) on depth 8 completed in 39.41 ms.
Import:  email.contentmanager c:\program files\python38\lib\email\contentmanager.py 
Analysis of heapq (Stub) on depth 4 completed in 1.87 ms.
Analysis of email.parser (Library) queued. Dependencies: email.parser (stub), io, email.feedparser, email._policybase
Analysis of multiprocessing.resource_tracker (Library) queued. Dependencies: os, signal, sys, threading, warnings, multiprocessing, multiprocessing.spawn, multiprocessing.util, _multiprocessing
Analysis of zlib (Stub) on depth 5 completed in 4.07 ms.
Analysis of _random (Stub) on depth 8 completed in 1.14 ms.
Analysis of random (Stub) queued. Dependencies: _random (stub), sys (stub)
Analysis of email.contentmanager (Library) queued. Dependencies: email.contentmanager (stub), binascii, email, email.charset, email.message, email.errors, email.quoprimime
Import:  aiohttp.hdrs c:\yarc\venv\Lib\site-packages\aiohttp\hdrs.py 
Analysis of hashlib (Stub) on depth 8 completed in 23.72 ms.
Analysis of math (Stub) on depth 8 completed in 8.65 ms.
Analysis of linecache (Stub) queued. Dependencies: sys (stub)
Import:  aiohttp.client c:\yarc\venv\Lib\site-packages\aiohttp\client.py 
Analysis of discord.channel (Library) queued. Dependencies: time, asyncio, discord, discord.abc, discord.permissions, discord.enums, discord.mixins, discord.utils, discord.asset, discord.errors, discord.webhook
Import:  aiohttp.cookiejar c:\yarc\venv\Lib\site-packages\aiohttp\cookiejar.py 
Import:  aiohttp.formdata c:\yarc\venv\Lib\site-packages\aiohttp\formdata.py 
Import:  aiohttp.helpers c:\yarc\venv\Lib\site-packages\aiohttp\helpers.py 
Import:  aiohttp.http c:\yarc\venv\Lib\site-packages\aiohttp\http.py 
Import:  aiohttp.multipart c:\yarc\venv\Lib\site-packages\aiohttp\multipart.py 
Import:  aiohttp.payload c:\yarc\venv\Lib\site-packages\aiohttp\payload.py 
Import:  aiohttp.payload_streamer c:\yarc\venv\Lib\site-packages\aiohttp\payload_streamer.py 
Analysis of email.parser (Stub) queued. Dependencies: email (stub), email.feedparser (stub), email.message (stub), email.policy (stub)
Import:  aiohttp.resolver c:\yarc\venv\Lib\site-packages\aiohttp\resolver.py 
Analysis of ctypes (Stub) queued. Dependencies: sys (stub)
Analysis of _warnings (Stub) queued. Dependencies: 
Import:  aiohttp.signals c:\yarc\venv\Lib\site-packages\aiohttp\signals.py 
Import:  aiohttp.streams c:\yarc\venv\Lib\site-packages\aiohttp\streams.py 
Analysis of email.headerregistry (Library) queued. Dependencies: email.headerregistry (stub), types, email, email.utils, email.errors, email._header_value_parser
Import:  aiohttp.tracing c:\yarc\venv\Lib\site-packages\aiohttp\tracing.py 
Analysis of email.headerregistry (Stub) queued. Dependencies: datetime (stub), email.errors (stub), email.policy (stub)
Import:  aiohttp.worker c:\yarc\venv\Lib\site-packages\aiohttp\worker.py 
Analysis of logging (Library) queued. Dependencies: logging (stub), sys, os, time, io, re, traceback, warnings, weakref, collections, collections.abc, string, threading, pickle, atexit
Analysis of pdb (Library) queued. Dependencies: pdb (stub), os, io, re, sys, cmd, bdb, dis, code, glob, pprint, signal, inspect, traceback, linecache, shlex, runpy, pydoc, getopt
Import:  email.feedparser c:\program files\python38\lib\email\feedparser.py 
Analysis of pdb (Stub) queued. Dependencies: sys (stub)
Import:  email.quoprimime c:\program files\python38\lib\email\quoprimime.py 
Import:  discord.mixins c:\yarc\venv\Lib\site-packages\discord\mixins.py 
Analysis of discord.mixins (Library) queued. Dependencies: 
Analysis of linecache (Library) queued. Dependencies: linecache (stub), functools, sys, os, tokenize
Analysis of email.quoprimime (Library) queued. Dependencies: re, string
Analysis of logging (Library) on depth 2 completed in 215.37 ms.
Analysis of uu (Stub) queued. Dependencies: sys (stub)
Import:  email._header_value_parser c:\program files\python38\lib\email\_header_value_parser.py 
Analysis of aiohttp.signals (Library) queued. Dependencies: aiohttp.signals, aiohttp.frozenlist
Import:  cmd c:\program files\python38\lib\cmd.py 
Import:  bdb c:\program files\python38\lib\bdb.py 
Analysis of aiohttp.signals (Stub) queued. Dependencies: aiohttp.frozenlist
Analysis of runpy (Library) queued. Dependencies: runpy (stub), sys, importlib, importlib.machinery, importlib.util, io, types, pkgutil, warnings
Import:  code c:\program files\python38\lib\code.py 
Import:  glob c:\program files\python38\lib\glob.py 
Analysis of aiohttp.resolver (Library) queued. Dependencies: asyncio, socket, aiohttp.abc, aiohttp.helpers
Import:  shlex c:\program files\python38\lib\shlex.py 
Import:  pydoc c:\program files\python38\lib\pydoc.py 
Analysis of aiohttp.payload_streamer (Library) queued. Dependencies: asyncio, warnings, aiohttp.abc, aiohttp.payload
Import:  aiohttp.frozenlist c:\yarc\venv\Lib\site-packages\aiohttp\frozenlist.py 
Import:  pkgutil c:\program files\python38\lib\pkgutil.py 
Analysis of discord.guild (Library) queued. Dependencies: copy, collections, discord, discord.utils, discord.role, discord.member, discord.activity, discord.emoji, discord.errors, discord.permissions, discord.colour, discord.channel, discord.enums, discord.mixins, discord.user, discord.invite, discord.iterators, discord.webhook, discord.widget, discord.asset, discord.flags
Import:  aiohttp.abc c:\yarc\venv\Lib\site-packages\aiohttp\abc.py 
Analysis of email.utils (Library) queued. Dependencies: email.utils (stub), os, re, time, random, socket, datetime, urllib, urllib.parse, email._parseaddr, email.charset
Import:  email._parseaddr c:\program files\python38\lib\email\_parseaddr.py 
Analysis of aiohttp.abc (Library) queued. Dependencies: asyncio, logging, abc, collections.abc, http.cookies, multidict, yarl, aiohttp.helpers, aiohttp.typedefs, aiohttp.web_request, aiohttp.web_response, aiohttp.web_app, aiohttp.web_exceptions
Analysis of email.iterators (Library) queued. Dependencies: email.iterators (stub), sys, io
Analysis of aiohttp.tracing (Library) queued. Dependencies: types, attr, multidict, yarl, aiohttp.client_reqrep, aiohttp.signals, aiohttp.client
Analysis of email._parseaddr (Library) queued. Dependencies: time, calendar
Analysis of modules loop on depth 3 in 345.79 ms:
    collections.abc(Stub)
    collections(Stub)
Import:  http.cookies c:\program files\python38\lib\http\cookies.py 
Analysis of tracemalloc (Library) queued. Dependencies: tracemalloc (stub), collections.abc, functools, fnmatch, linecache, os, pickle, _tracemalloc
Import:  multidict c:\yarc\venv\Lib\site-packages\multidict\__init__.py 
Import:  yarl c:\yarc\venv\Lib\site-packages\yarl\__init__.py 
Analysis of tracemalloc (Stub) queued. Dependencies: sys (stub)
Analysis of discord.relationship (Library) queued. Dependencies: discord.enums
Import:  aiohttp.typedefs c:\yarc\venv\Lib\site-packages\aiohttp\typedefs.py 
Import:  aiohttp.web_request c:\yarc\venv\Lib\site-packages\aiohttp\web_request.py 
Analysis of uu (Library) queued. Dependencies: uu (stub), binascii, os, sys, optparse
Import:  aiohttp.web_response c:\yarc\venv\Lib\site-packages\aiohttp\web_response.py 
Analysis of doctest (Stub) on depth 5 completed in 12.84 ms.
Import:  aiohttp.web_app c:\yarc\venv\Lib\site-packages\aiohttp\web_app.py 
Import:  aiohttp.web_exceptions c:\yarc\venv\Lib\site-packages\aiohttp\web_exceptions.py 
Analysis of email.iterators (Stub) queued. Dependencies: email.message (stub)
Analysis of pathlib (Stub) on depth 2 completed in 10.39 ms.
Import:  attr c:\yarc\venv\Lib\site-packages\attr\__init__.py 
Import:  aiohttp.client_reqrep c:\yarc\venv\Lib\site-packages\aiohttp\client_reqrep.py 
Create built-in compiled (scraped) module:  _tracemalloc c:\yarc\venv\Scripts\python.exe 
Analysis of _codecs (Stub) on depth 7 completed in 30.2 ms.
Analysis of encodings (Stub) on depth 7 completed in 0.6 ms.
Analysis of aiohttp.streams (Library) queued. Dependencies: asyncio, collections, warnings, aiohttp.base_protocol, aiohttp.helpers, aiohttp.log
Analysis of aiohttp.client_reqrep (Library) queued. Dependencies: asyncio, codecs, io, re, sys, traceback, warnings, hashlib, http.cookies, types, attr, multidict, yarl, aiohttp, aiohttp.hdrs, aiohttp.helpers, aiohttp.http, aiohttp.multipart, aiohttp.payload, aiohttp.abc, aiohttp.client_exceptions, aiohttp.formdata, aiohttp.log, aiohttp.streams, aiohttp.typedefs, ssl, chardet, aiohttp.client, aiohttp.connector, aiohttp.tracing
Import:  optparse c:\program files\python38\lib\optparse.py 
Import:  aiohttp.base_protocol c:\yarc\venv\Lib\site-packages\aiohttp\base_protocol.py 
Import:  aiohttp.log c:\yarc\venv\Lib\site-packages\aiohttp\log.py 
Import:  aiohttp.client_exceptions c:\yarc\venv\Lib\site-packages\aiohttp\client_exceptions.py 
Import:  chardet c:\yarc\venv\Lib\site-packages\chardet\__init__.py 
Analysis of discord.member (Library) queued. Dependencies: itertools, operator, discord, discord.abc, discord.utils, discord.user, discord.activity, discord.permissions, discord.enums, discord.colour, discord.object
Import:  aiohttp.connector c:\yarc\venv\Lib\site-packages\aiohttp\connector.py 
Analysis of aiohttp.web_exceptions (Library) queued. Dependencies: warnings, yarl, aiohttp.typedefs, aiohttp.web_response
Analysis of discord.appinfo (Library) on depth 2 completed in 5.3 ms.
Analysis of pydoc (Library) queued. Dependencies: importlib, importlib._bootstrap, importlib._bootstrap_external, importlib.machinery, importlib.util, inspect, io, os, pkgutil, platform, re, sys, sysconfig, 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
Import:  platform c:\program files\python38\lib\platform.py 
Analysis of aiohttp.web_app (Library) queued. Dependencies: asyncio, logging, warnings, functools, aiohttp, aiohttp.hdrs, aiohttp.abc, aiohttp.frozenlist, aiohttp.helpers, aiohttp.http_parser, aiohttp.log, aiohttp.signals, aiohttp.streams, aiohttp.web_log, aiohttp.web_middlewares, aiohttp.web_protocol, aiohttp.web_request, aiohttp.web_response, aiohttp.web_routedef, aiohttp.web_server, aiohttp.web_urldispatcher
Analysis of aiohttp.client (Library) queued. Dependencies: asyncio, base64, hashlib, json, os, sys, traceback, warnings, types, attr, multidict, yarl, aiohttp, aiohttp.hdrs, aiohttp.http, aiohttp.payload, aiohttp.abc, aiohttp.client_exceptions, aiohttp.client_reqrep, aiohttp.client_ws, aiohttp.connector, aiohttp.cookiejar, aiohttp.helpers, aiohttp.http_websocket, aiohttp.streams, aiohttp.tracing, aiohttp.typedefs, ssl
Import:  sysconfig c:\program files\python38\lib\sysconfig.py 
Import:  tty c:\program files\python38\lib\tty.py 
Analysis of aiohttp.hdrs (Library) queued. Dependencies: multidict
Import:  pydoc_data c:\program files\python38\lib\pydoc_data\__init__.py 
Import:  pydoc_data.topics c:\program files\python38\lib\pydoc_data\topics.py 
Analysis of discord.message (Library) queued. Dependencies: asyncio, datetime, re, io, discord, discord.utils, discord.reaction, discord.emoji, discord.partial_emoji, discord.calls, discord.enums, discord.errors, discord.embeds, discord.member, discord.flags, discord.file, discord.guild
Analysis of aiohttp.connector (Library) queued. Dependencies: asyncio, functools, random, sys, traceback, warnings, collections, contextlib, http.cookies, itertools, time, types, attr, aiohttp, aiohttp.hdrs, aiohttp.helpers, aiohttp.abc, aiohttp.client_exceptions, aiohttp.client_proto, aiohttp.client_reqrep, aiohttp.http, aiohttp.locks, aiohttp.resolver, ssl, aiohttp.client, aiohttp.tracing
Analysis of attr (Stub) queued. Dependencies: attr, attr.exceptions, attr.filters, attr.converters, attr.validators, attr._version_info
Analysis of chardet (Library) queued. Dependencies: chardet.compat, chardet.universaldetector, chardet.version
Analysis of opcode (Stub) queued. Dependencies: sys (stub)
Analysis of attr (Library) queued. Dependencies: attr, __future__, functools, attr.converters, attr.exceptions, attr.filters, attr.validators, attr._config, attr._funcs, attr._make, attr._version_info
Import:  http.server c:\program files\python38\lib\http\server.py 
Import:  webbrowser c:\program files\python38\lib\webbrowser.py 
Import:  aiohttp.http_parser c:\yarc\venv\Lib\site-packages\aiohttp\http_parser.py 
Import:  aiohttp.web_log c:\yarc\venv\Lib\site-packages\aiohttp\web_log.py 
Import:  aiohttp.web_middlewares c:\yarc\venv\Lib\site-packages\aiohttp\web_middlewares.py 
Import:  aiohttp.web_protocol c:\yarc\venv\Lib\site-packages\aiohttp\web_protocol.py 
Analysis of aiohttp.cookiejar (Library) queued. Dependencies: asyncio, datetime, os, pathlib, pickle, re, collections, http.cookies, yarl, aiohttp.abc, aiohttp.helpers, aiohttp.typedefs
Analysis of discord.client (Library) on depth 2 completed in 442.04 ms.
Analysis of webbrowser (Library) queued. Dependencies: webbrowser (stub), os, shlex, shutil, sys, subprocess, threading, copy, glob, socket, tempfile, getopt
Analysis of dis (Stub) queued. Dependencies: sys (stub), types (stub), opcode (stub)
Import:  aiohttp.web_routedef c:\yarc\venv\Lib\site-packages\aiohttp\web_routedef.py 
Analysis of aiohttp.web_response (Library) queued. Dependencies: asyncio, collections, collections.abc, datetime, enum, json, math, time, warnings, zlib, concurrent.futures, email.utils, http.cookies, multidict, aiohttp, aiohttp.hdrs, aiohttp.payload, aiohttp.abc, aiohttp.helpers, aiohttp.http, aiohttp.typedefs, aiohttp.web_request
Analysis of aiohttp.formdata (Library) queued. Dependencies: io, urllib.parse, multidict, aiohttp, aiohttp.hdrs, aiohttp.multipart, aiohttp.payload, aiohttp.helpers
Import:  aiohttp.web_server c:\yarc\venv\Lib\site-packages\aiohttp\web_server.py 
Analysis of inspect (Stub) queued. Dependencies: sys (stub), types (stub)
Import:  aiohttp.web_urldispatcher c:\yarc\venv\Lib\site-packages\aiohttp\web_urldispatcher.py 
Analysis of aiohttp.web_routedef (Library) queued. Dependencies: abc, os, attr, aiohttp, aiohttp.hdrs, aiohttp.abc, aiohttp.typedefs, aiohttp.web_urldispatcher, aiohttp.web_request, aiohttp.web_response
Analysis of discord.asset (Library) queued. Dependencies: io, discord.errors, discord, discord.utils
Import:  aiohttp.client_ws c:\yarc\venv\Lib\site-packages\aiohttp\client_ws.py 
Analysis of aiohttp.web_request (Library) queued. Dependencies: asyncio, datetime, io, re, socket, string, tempfile, types, warnings, email.utils, http.cookies, urllib.parse, attr, multidict, yarl, aiohttp, aiohttp.hdrs, aiohttp.abc, aiohttp.helpers, aiohttp.http_parser, aiohttp.multipart, aiohttp.streams, aiohttp.typedefs, aiohttp.web_exceptions, aiohttp.web_response, aiohttp.web_app, aiohttp.web_urldispatcher, aiohttp.web_protocol
Analysis of aiohttp.web_server (Library) queued. Dependencies: asyncio, aiohttp.abc, aiohttp.helpers, aiohttp.http_parser, aiohttp.streams, aiohttp.web_protocol, aiohttp.web_request
Analysis of aiohttp.typedefs (Library) queued. Dependencies: json, os, pathlib, sys, multidict, yarl, http.cookies
Import:  aiohttp.http_websocket c:\yarc\venv\Lib\site-packages\aiohttp\http_websocket.py 
Analysis of discord.errors (Library) queued. Dependencies: 
Import:  aiohttp.client_proto c:\yarc\venv\Lib\site-packages\aiohttp\client_proto.py 
Analysis of discord.flags (Library) queued. Dependencies: 
Analysis of optparse (Library) queued. Dependencies: optparse (stub), sys, os, textwrap, gettext
Analysis of _heapq (Stub) queued. Dependencies: 
Analysis of webbrowser (Stub) queued. Dependencies: sys (stub)
Import:  aiohttp.locks c:\yarc\venv\Lib\site-packages\aiohttp\locks.py 
Import:  attr.exceptions c:\yarc\venv\Lib\site-packages\attr\exceptions.py 
Analysis of discord.permissions (Library) queued. Dependencies: discord.flags
Import:  attr.filters c:\yarc\venv\Lib\site-packages\attr\filters.py 
Analysis of _heapq (CompiledBuiltin) queued. Dependencies: _heapq (stub)
Import:  attr.converters c:\yarc\venv\Lib\site-packages\attr\converters.py 
Import:  attr.validators c:\yarc\venv\Lib\site-packages\attr\validators.py 
Import:  attr._version_info c:\yarc\venv\Lib\site-packages\attr\_version_info.py 
Import:  chardet.compat c:\yarc\venv\Lib\site-packages\chardet\compat.py 
Analysis of discord.role (Library) queued. Dependencies: discord.permissions, discord.errors, discord.colour, discord.mixins, discord.utils
Analysis of quopri (Stub) queued. Dependencies: 
Analysis of yarl (Library) queued. Dependencies: yarl, sys, warnings, collections.abc, ipaddress, urllib.parse, multidict, idna, yarl.quoting
Analysis of discord.calls (Library) queued. Dependencies: datetime, discord, discord.utils, discord.enums, discord.member
Analysis of difflib (Library) queued. Dependencies: difflib (stub), heapq, collections, re, doctest
Analysis of yarl (Stub) queued. Dependencies: multidict
Analysis of discord.file (Library) queued. Dependencies: os, io
Analysis of multidict (Library) queued. Dependencies: multidict, multidict._abc, multidict._compat, multidict._multidict, multidict._multidict_py
Analysis of modules loop on depth 1 in 441.74 ms:
Import:  chardet.universaldetector c:\yarc\venv\Lib\site-packages\chardet\universaldetector.py 
    sys(CompiledBuiltin)
    types(Library)
Import:  chardet.version c:\yarc\venv\Lib\site-packages\chardet\version.py 
Analysis of optparse (Stub) queued. Dependencies: sys (stub)
Analysis of discord.colour (Library) queued. Dependencies: colorsys
Analysis of _tracemalloc (CompiledBuiltin) queued. Dependencies: _tracemalloc (stub)
Analysis of aiohttp.locks (Library) queued. Dependencies: asyncio, collections
Analysis of _tracemalloc (Stub) queued. Dependencies: 
Analysis of binascii (CompiledBuiltin) on depth 7 completed in 64.72 ms.
Import:  attr._config c:\yarc\venv\Lib\site-packages\attr\_config.py 
Analysis of quopri (Library) queued. Dependencies: quopri (stub), binascii, io, sys, getopt
Analysis of discord.invite (Library) queued. Dependencies: discord.asset, discord.utils, discord.object, discord.mixins, discord.enums, collections
Analysis of http (Stub) on depth 7 completed in 14.72 ms.
Analysis of aiohttp.web_protocol (Library) queued. Dependencies: asyncio, asyncio.streams, traceback, warnings, collections, contextlib, html, http, logging, yarl, aiohttp.abc, aiohttp.base_protocol, aiohttp.helpers, aiohttp.http, aiohttp.log, aiohttp.streams, aiohttp.tcp_helpers, aiohttp.web_exceptions, aiohttp.web_log, aiohttp.web_request, aiohttp.web_response, aiohttp.web_server
Import:  attr._funcs c:\yarc\venv\Lib\site-packages\attr\_funcs.py 
Import:  attr._make c:\yarc\venv\Lib\site-packages\attr\_make.py 
Analysis of aiohttp.web_middlewares (Library) queued. Dependencies: re, aiohttp.web_exceptions, aiohttp.web_request, aiohttp.web_response, aiohttp.web_urldispatcher, aiohttp.web_app
Analysis of chardet.version (Library) queued. Dependencies: 
Import:  ipaddress c:\program files\python38\lib\ipaddress.py 
Analysis of _weakref (CompiledBuiltin) on depth 3 completed in 30.57 ms.
Import:  idna c:\yarc\venv\Lib\site-packages\idna\__init__.py 
Import:  yarl.quoting c:\yarc\venv\Lib\site-packages\yarl\quoting.py 
Import:  multidict._abc c:\yarc\venv\Lib\site-packages\multidict\_abc.py 
Analysis of yarl.quoting (Library) queued. Dependencies: os, re, sys, string, yarl._quoting
Analysis of aiohttp.web_log (Library) queued. Dependencies: datetime, functools, logging, os, re, collections, aiohttp.abc, aiohttp.web_request, aiohttp.web_response
Analysis of idna (Library) queued. Dependencies: idna.package_data, idna.core
Import:  multidict._compat c:\yarc\venv\Lib\site-packages\multidict\_compat.py 
Analysis of chardet.universaldetector (Library) queued. Dependencies: codecs, logging, re, chardet.charsetgroupprober, chardet.enums, chardet.escprober, chardet.latin1prober, chardet.mbcsgroupprober, chardet.sbcsgroupprober
Analysis of chardet.compat (Library) queued. Dependencies: sys
Create compiled (scraped):  multidict._multidict c:\yarc\venv\Lib\site-packages\multidict\_multidict.cp38-win_amd64.pyd c:\yarc\venv\lib\site-packages 
Import:  multidict._multidict_py c:\yarc\venv\Lib\site-packages\multidict\_multidict_py.py 
Analysis of aiohttp.http_parser (Library) queued. Dependencies: abc, asyncio, collections, re, string, zlib, enum, multidict, yarl, aiohttp, aiohttp.hdrs, aiohttp.base_protocol, aiohttp.helpers, aiohttp.http_exceptions, aiohttp.http_writer, aiohttp.log, aiohttp.streams, aiohttp.typedefs
Import:  colorsys c:\program files\python38\lib\colorsys.py 
Import:  asyncio.streams c:\program files\python38\lib\asyncio\streams.py 
Import:  html c:\program files\python38\lib\html\__init__.py 
Import:  aiohttp.tcp_helpers c:\yarc\venv\Lib\site-packages\aiohttp\tcp_helpers.py 
Create compiled (scraped):  yarl._quoting c:\yarc\venv\Lib\site-packages\yarl\_quoting.cp38-win_amd64.pyd c:\yarc\venv\lib\site-packages 
Analysis of attr._make (Library) queued. Dependencies: __future__, copy, linecache, sys, threading, uuid, warnings, operator, attr, attr._config, attr._compat, attr.exceptions
Import:  idna.package_data c:\yarc\venv\Lib\site-packages\idna\package_data.py 
Import:  idna.core c:\yarc\venv\Lib\site-packages\idna\core.py 
Import:  chardet.charsetgroupprober c:\yarc\venv\Lib\site-packages\chardet\charsetgroupprober.py 
Import:  chardet.enums c:\yarc\venv\Lib\site-packages\chardet\enums.py 
Import:  chardet.escprober c:\yarc\venv\Lib\site-packages\chardet\escprober.py 
Import:  chardet.latin1prober c:\yarc\venv\Lib\site-packages\chardet\latin1prober.py 
Import:  chardet.mbcsgroupprober c:\yarc\venv\Lib\site-packages\chardet\mbcsgroupprober.py 
Import:  chardet.sbcsgroupprober c:\yarc\venv\Lib\site-packages\chardet\sbcsgroupprober.py 
Import:  aiohttp.http_exceptions c:\yarc\venv\Lib\site-packages\aiohttp\http_exceptions.py 
Analysis of weakref (Stub) on depth 5 completed in 134.23 ms.
Import:  aiohttp.http_writer c:\yarc\venv\Lib\site-packages\aiohttp\http_writer.py 
Analysis of aiohttp.http_writer (Library) queued. Dependencies: asyncio, collections, zlib, multidict, aiohttp.abc, aiohttp.base_protocol, aiohttp.helpers, aiohttp
Import:  uuid c:\program files\python38\lib\uuid.py 
Import:  attr._compat c:\yarc\venv\Lib\site-packages\attr\_compat.py 
Analysis of attr._compat (Library) queued. Dependencies: __future__, platform, sys, types, warnings, collections, collections.abc
Analysis of zlib (CompiledBuiltin) on depth 4 completed in 167.75 ms.
Analysis of _random (CompiledBuiltin) on depth 7 completed in 13.88 ms.
Analysis of math (CompiledBuiltin) on depth 7 completed in 68.1 ms.
Analysis of uuid (Library) queued. Dependencies: uuid (stub), os, platform, sys, enum, shutil, subprocess, socket, re, ctypes, ctypes.util, warnings, random, time, hashlib
Import:  ctypes.util c:\program files\python38\lib\ctypes\util.py 
Analysis of hashlib (Library) on depth 7 completed in 146.94 ms.
Analysis of ctypes.util (Library) queued. Dependencies: ctypes.util (stub), os, shutil, subprocess, sys, importlib, importlib.machinery, ctypes.macholib.dyld, ctypes._aix, re, tempfile, struct, ctypes
Analysis of _codecs (CompiledBuiltin) on depth 6 completed in 2.47 ms.
Import:  ctypes.macholib.dyld c:\program files\python38\lib\ctypes\macholib\dyld.py 
Import:  ctypes._aix c:\program files\python38\lib\ctypes\_aix.py 
Analysis of ctypes._aix (Library) queued. Dependencies: re, os, sys, ctypes, subprocess
Analysis of ctypes.macholib.dyld (Library) queued. Dependencies: os, ctypes.macholib.framework, ctypes.macholib.dylib, itertools
Import:  ctypes.macholib.framework c:\program files\python38\lib\ctypes\macholib\framework.py 
Import:  ctypes.macholib.dylib c:\program files\python38\lib\ctypes\macholib\dylib.py 
Analysis of ctypes.macholib.dylib (Library) queued. Dependencies: re
Analysis of ctypes.macholib.framework (Library) queued. Dependencies: re
Analysis of ctypes.util (Stub) queued. Dependencies: sys (stub)
Analysis of uuid (Stub) queued. Dependencies: sys (stub)
Analysis of aiohttp.http_exceptions (Library) queued. Dependencies: aiohttp.typedefs
Analysis of chardet.sbcsgroupprober (Library) queued. Dependencies: chardet.charsetgroupprober, chardet.sbcharsetprober, chardet.langcyrillicmodel, chardet.langgreekmodel, chardet.langbulgarianmodel, chardet.langthaimodel, chardet.langhebrewmodel, chardet.hebrewprober, chardet.langturkishmodel
Analysis of enum (Library) on depth 6 completed in 129.66 ms.
Import:  chardet.sbcharsetprober c:\yarc\venv\Lib\site-packages\chardet\sbcharsetprober.py 
Analysis of _weakrefset (Library) on depth 5 completed in 8.28 ms.
Import:  chardet.langcyrillicmodel c:\yarc\venv\Lib\site-packages\chardet\langcyrillicmodel.py 
Import:  chardet.langgreekmodel c:\yarc\venv\Lib\site-packages\chardet\langgreekmodel.py 
Import:  chardet.langbulgarianmodel c:\yarc\venv\Lib\site-packages\chardet\langbulgarianmodel.py 
Import:  chardet.langthaimodel c:\yarc\venv\Lib\site-packages\chardet\langthaimodel.py 
Import:  chardet.langhebrewmodel c:\yarc\venv\Lib\site-packages\chardet\langhebrewmodel.py 
Import:  chardet.hebrewprober c:\yarc\venv\Lib\site-packages\chardet\hebrewprober.py 
Import:  chardet.langturkishmodel c:\yarc\venv\Lib\site-packages\chardet\langturkishmodel.py 
Analysis of chardet.langturkishmodel (Library) queued. Dependencies: 
Analysis of modules loop on depth 5 in 92.65 ms:
    codecs(Library)
    encodings(Library)
    encodings.mbcs(Library)
Analysis of chardet.hebrewprober (Library) queued. Dependencies: chardet.charsetprober, chardet.enums
Analysis of http (Library) on depth 6 completed in 22.3 ms.
Import:  chardet.charsetprober c:\yarc\venv\Lib\site-packages\chardet\charsetprober.py 
Analysis of chardet.charsetprober (Library) queued. Dependencies: logging, re, chardet.enums
Analysis of chardet.langhebrewmodel (Library) queued. Dependencies: 
Analysis of idna.core (Library) queued. Dependencies: idna, idna.idnadata, bisect, unicodedata, re, sys, idna.intranges, idna.uts46data
Analysis of chardet.langthaimodel (Library) queued. Dependencies: 
Import:  idna.idnadata c:\yarc\venv\Lib\site-packages\idna\idnadata.py 
Import:  idna.intranges c:\yarc\venv\Lib\site-packages\idna\intranges.py 
Import:  idna.uts46data c:\yarc\venv\Lib\site-packages\idna\uts46data.py 
Analysis of attr._funcs (Library) queued. Dependencies: __future__, copy, attr._compat, attr._make, attr.exceptions, warnings
Analysis of attr._config (Library) queued. Dependencies: __future__
Analysis of chardet.langbulgarianmodel (Library) queued. Dependencies: 
Analysis of multidict (Stub) queued. Dependencies: abc
Analysis of colorsys (Library) queued. Dependencies: colorsys (stub)
Analysis of difflib (Stub) queued. Dependencies: sys (stub)
Analysis of chardet.langgreekmodel (Library) queued. Dependencies: 
Analysis of colorsys (Stub) queued. Dependencies: 
Analysis of http.cookies (Library) queued. Dependencies: http.cookies (stub), re, string, time
Analysis of __future__ (Library) queued. Dependencies: __future__ (stub)
Analysis of http.cookies (Stub) queued. Dependencies: 
Analysis of attr._version_info (Library) queued. Dependencies: attr._version_info, __future__, functools, attr._funcs, attr._make
Analysis of multidict._multidict_py (Library) queued. Dependencies: sys, array, collections, collections.abc, multidict._abc
Analysis of email.generator (Library) queued. Dependencies: email.generator (stub), re, sys, time, random, copy, io, email.utils
Analysis of multidict._multidict (Compiled) queued. Dependencies: 
Analysis of modules loop on depth 3 in 174.11 ms:
    copy(Library)
    weakref(Library)
Analysis of email.generator (Stub) queued. Dependencies: email.message (stub), email.policy (stub)
Analysis of json (Library) on depth 4 completed in 5.14 ms.
Analysis of multidict._compat (Library) queued. Dependencies: os, platform, multidict, multidict._multidict
Analysis of bisect (Library) on depth 7 completed in 1.64 ms.
Analysis of email._encoded_words (Library) queued. Dependencies: re, base64, binascii, functools, string, email, email.errors
Analysis of stat (Library) on depth 2 completed in 5.76 ms.
Analysis of multidict._abc (Library) queued. Dependencies: abc, collections.abc
Analysis of time (Stub) on depth 5 completed in 4.19 ms.
Analysis of email.charset (Library) queued. Dependencies: email.charset (stub), functools, email, email.base64mime, email.quoprimime, email.errors, email.encoders
Import:  email.base64mime c:\program files\python38\lib\email\base64mime.py 
Analysis of email.errors (Stub) queued. Dependencies: 
Import:  email.encoders c:\program files\python38\lib\email\encoders.py 
Analysis of websockets.extensions (Library) queued. Dependencies: 
Analysis of http.server (Library) queued. Dependencies: http.server (stub), copy, datetime, email, email.utils, html, http, http.client, io, mimetypes, os, posixpath, select, shutil, socket, socketserver, sys, time, urllib, urllib.parse, contextlib, functools, base64, binascii, subprocess, argparse
Analysis of email.encoders (Library) queued. Dependencies: email.encoders (stub), base64, quopri
Analysis of http.server (Stub) queued. Dependencies: sys (stub), socketserver (stub), email (stub), email.message (stub)
Analysis of email.encoders (Stub) queued. Dependencies: email.message (stub)
Analysis of attr._version_info (Stub) queued. Dependencies: 
Import:  mimetypes c:\program files\python38\lib\mimetypes.py 
Import:  socketserver c:\program files\python38\lib\socketserver.py 
Analysis of __future__ (Stub) queued. Dependencies: sys (stub)
Analysis of _functools (CompiledBuiltin) queued. Dependencies: functools
Analysis of socketserver (Library) queued. Dependencies: socketserver (stub), socket, selectors, os, sys, threading, io, time, traceback
Analysis of aiohttp.base_protocol (Library) queued. Dependencies: asyncio, aiohttp.tcp_helpers
Analysis of socketserver (Stub) queued. Dependencies: socket (stub), sys (stub), types (stub)
Analysis of pkgutil (Library) queued. Dependencies: pkgutil (stub), collections, functools, importlib, importlib.util, importlib.machinery, os, sys, types, warnings, marshal, inspect, zipimport
Analysis of email.base64mime (Library) queued. Dependencies: base64, binascii
Analysis of pkgutil (Stub) queued. Dependencies: sys (stub), importlib.abc (stub)
Analysis of email._policybase (Library) queued. Dependencies: abc, email, email.header, email.charset, email.utils
Create built-in compiled (scraped) module:  marshal c:\yarc\venv\Scripts\python.exe 
Analysis of email.errors (Library) queued. Dependencies: email.errors (stub)
Analysis of discord.user (Library) on depth 2 completed in 116.99 ms.
Import:  zipimport c:\program files\python38\lib\zipimport.py 
Import:  email.header c:\program files\python38\lib\email\header.py 
Analysis of chardet.langcyrillicmodel (Library) queued. Dependencies: 
Analysis of email.header (Library) queued. Dependencies: email.header (stub), re, binascii, email, email.quoprimime, email.base64mime, email.errors, email.charset
Analysis of chardet.sbcharsetprober (Library) queued. Dependencies: chardet.charsetprober, chardet.enums
Analysis of discord.object (Library) queued. Dependencies: discord, discord.utils, discord.mixins
Analysis of chardet.mbcsgroupprober (Library) queued. Dependencies: chardet.charsetgroupprober, chardet.utf8prober, chardet.sjisprober, chardet.eucjpprober, chardet.gb2312prober, chardet.euckrprober, chardet.cp949prober, chardet.big5prober, chardet.euctwprober
Analysis of zipimport (Library) queued. Dependencies: zipimport (stub), _imp, _io, marshal, sys, time, os, importlib.abc, zlib, io, pathlib
Analysis of chardet.latin1prober (Library) queued. Dependencies: chardet.charsetprober, chardet.enums
Analysis of zipimport (Stub) queued. Dependencies: types (stub)
Analysis of chardet.escprober (Library) queued. Dependencies: chardet.charsetprober, chardet.codingstatemachine, chardet.enums, chardet.escsm
Analysis of marshal (CompiledBuiltin) queued. Dependencies: marshal (stub)
Analysis of chardet.enums (Library) queued. Dependencies: 
Analysis of marshal (Stub) queued. Dependencies: 
Analysis of chardet.charsetgroupprober (Library) queued. Dependencies: chardet.enums, chardet.charsetprober
Analysis of aiohttp.frozenlist (Library) queued. Dependencies: aiohttp.frozenlist, collections.abc, functools, aiohttp.helpers
Analysis of aiohttp.client_exceptions (Library) queued. Dependencies: asyncio, warnings, aiohttp.typedefs, ssl, aiohttp.client_reqrep
Analysis of discord.widget (Library) queued. Dependencies: discord.utils, discord.user, discord.activity, discord.invite, discord.enums, collections
Analysis of aiohttp.log (Library) queued. Dependencies: logging
Analysis of aiohttp.frozenlist (Stub) queued. Dependencies: 
Analysis of asyncio.streams (Stub) queued. Dependencies: sys (stub), asyncio (stub), asyncio.coroutines (stub), asyncio.events (stub), asyncio.protocols (stub), asyncio.transports (stub)
Analysis of aiohttp.payload (Library) queued. Dependencies: asyncio, enum, io, json, mimetypes, os, warnings, abc, itertools, multidict, aiohttp, aiohttp.hdrs, aiohttp.abc, aiohttp.helpers, aiohttp.streams, aiohttp.typedefs, collections.abc
Import:  chardet.utf8prober c:\yarc\venv\Lib\site-packages\chardet\utf8prober.py 
Import:  chardet.sjisprober c:\yarc\venv\Lib\site-packages\chardet\sjisprober.py 
Import:  chardet.eucjpprober c:\yarc\venv\Lib\site-packages\chardet\eucjpprober.py 
Analysis of aiohttp.multipart (Library) queued. Dependencies: base64, binascii, json, re, uuid, warnings, zlib, collections, types, urllib.parse, multidict, aiohttp.hdrs, aiohttp.helpers, aiohttp.http, aiohttp.payload, aiohttp.streams, aiohttp.client_reqrep
Import:  chardet.gb2312prober c:\yarc\venv\Lib\site-packages\chardet\gb2312prober.py 
Import:  chardet.euckrprober c:\yarc\venv\Lib\site-packages\chardet\euckrprober.py 
Analysis of mimetypes (Library) queued. Dependencies: mimetypes (stub), os, sys, posixpath, urllib, urllib.parse, winreg, getopt
Import:  chardet.cp949prober c:\yarc\venv\Lib\site-packages\chardet\cp949prober.py 
Import:  chardet.big5prober c:\yarc\venv\Lib\site-packages\chardet\big5prober.py 
Analysis of mimetypes (Stub) queued. Dependencies: sys (stub)
Import:  chardet.euctwprober c:\yarc\venv\Lib\site-packages\chardet\euctwprober.py 
Analysis of attr.validators (Library) queued. Dependencies: attr.validators, __future__, re, attr._make, attr.exceptions
Analysis of ipaddress (Stub) queued. Dependencies: sys (stub)
Analysis of time (CompiledBuiltin) on depth 4 completed in 536.42 ms.
Analysis of pydoc_data.topics (Library) queued. Dependencies: 
Import:  chardet.codingstatemachine c:\yarc\venv\Lib\site-packages\chardet\codingstatemachine.py 
Import:  chardet.escsm c:\yarc\venv\Lib\site-packages\chardet\escsm.py 
Analysis of ipaddress (Library) queued. Dependencies: ipaddress (stub), functools
Create built-in compiled (scraped) module:  winreg c:\yarc\venv\Scripts\python.exe 
Analysis of idna.uts46data (Library) queued. Dependencies: 
Analysis of discord.reaction (Library) queued. Dependencies: discord.iterators
Analysis of aiohttp.web_urldispatcher (Library) queued. Dependencies: abc, asyncio, base64, hashlib, inspect, keyword, os, re, warnings, contextlib, functools, pathlib, types, yarl, aiohttp, aiohttp.hdrs, aiohttp.abc, aiohttp.helpers, aiohttp.http, aiohttp.typedefs, aiohttp.web_exceptions, aiohttp.web_fileresponse, aiohttp.web_request, aiohttp.web_response, aiohttp.web_routedef, aiohttp.web_app
Import:  aiohttp.web_fileresponse c:\yarc\venv\Lib\site-packages\aiohttp\web_fileresponse.py 
Analysis of aiohttp.web_fileresponse (Library) queued. Dependencies: asyncio, mimetypes, os, pathlib, functools, aiohttp, aiohttp.hdrs, aiohttp.abc, aiohttp.base_protocol, aiohttp.helpers, aiohttp.http_writer, aiohttp.log, aiohttp.typedefs, aiohttp.web_exceptions, aiohttp.web_response, aiohttp.web_request
Analysis of asyncio.streams (Library) queued. Dependencies: asyncio.streams (stub), socket, sys, warnings, weakref, asyncio, asyncio.coroutines, asyncio.events, asyncio.exceptions, asyncio.format_helpers, asyncio.protocols, asyncio.log, asyncio.tasks
Import:  asyncio.coroutines c:\program files\python38\lib\asyncio\coroutines.py 
Import:  asyncio.events c:\program files\python38\lib\asyncio\events.py 
Import:  asyncio.exceptions c:\program files\python38\lib\asyncio\exceptions.py 
Import:  asyncio.format_helpers c:\program files\python38\lib\asyncio\format_helpers.py 
Import:  asyncio.protocols c:\program files\python38\lib\asyncio\protocols.py 
Import:  asyncio.log c:\program files\python38\lib\asyncio\log.py 
Import:  asyncio.tasks c:\program files\python38\lib\asyncio\tasks.py 
Analysis of asyncio.tasks (Library) queued. Dependencies: asyncio.tasks (stub), concurrent, concurrent.futures, contextvars, functools, inspect, itertools, types, warnings, weakref, asyncio, asyncio.base_tasks, asyncio.coroutines, asyncio.events, asyncio.exceptions, asyncio.futures, _asyncio, asyncio.queues
Import:  contextvars c:\program files\python38\lib\contextvars.py 
Import:  asyncio.base_tasks c:\program files\python38\lib\asyncio\base_tasks.py 
Import:  asyncio.futures c:\program files\python38\lib\asyncio\futures.py 
Create compiled (scraped):  _asyncio c:\program files\python38\dlls\_asyncio.pyd c:\program files\python38\dlls 
Import:  asyncio.queues c:\program files\python38\lib\asyncio\queues.py 
Analysis of asyncio.queues (Library) queued. Dependencies: asyncio.queues (stub), collections, heapq, warnings, asyncio, asyncio.events, asyncio.locks
Import:  asyncio.locks c:\program files\python38\lib\asyncio\locks.py 
Analysis of modules loop on depth 2 in 849.93 ms:
    os(Library)
    nt(CompiledBuiltin)
    subprocess(Library)
Analysis of asyncio.locks (Library) queued. Dependencies: asyncio.locks (stub), collections, types, warnings, asyncio, asyncio.events, asyncio.futures, asyncio.exceptions, asyncio.coroutines
Analysis of asyncio.locks (Stub) queued. Dependencies: asyncio.coroutines (stub), asyncio.events (stub), asyncio.futures (stub), types (stub)
Analysis of asyncio.queues (Stub) queued. Dependencies: sys (stub), asyncio.events (stub), asyncio.coroutines (stub), asyncio.futures (stub)
Analysis of _asyncio (Compiled) queued. Dependencies: 
Analysis of asyncio.futures (Library) queued. Dependencies: asyncio.futures (stub), concurrent, concurrent.futures, contextvars, logging, sys, asyncio, asyncio.base_futures, asyncio.events, asyncio.exceptions, asyncio.format_helpers, _asyncio
Import:  asyncio.base_futures c:\program files\python38\lib\asyncio\base_futures.py 
Analysis of asyncio.base_futures (Library) queued. Dependencies: reprlib, asyncio, asyncio.format_helpers
Analysis of modules loop on depth 7 in 107.13 ms:
    locale(Library)
    _locale(CompiledBuiltin)
    _bootlocale(Library)
Analysis of asyncio.futures (Stub) queued. Dependencies: sys (stub), asyncio.events (stub), concurrent.futures (stub)
Analysis of asyncio.base_tasks (Library) queued. Dependencies: linecache, traceback, asyncio, asyncio.base_futures, asyncio.coroutines
Analysis of contextvars (Library) queued. Dependencies: contextvars (stub), _contextvars
Create built-in compiled (scraped) module:  _contextvars c:\yarc\venv\Scripts\python.exe 
Analysis of _contextvars (CompiledBuiltin) queued. Dependencies: 
Analysis of idna.intranges (Library) queued. Dependencies: bisect
Analysis of contextvars (Stub) queued. Dependencies: 
Analysis of chardet.codingstatemachine (Library) queued. Dependencies: logging, chardet.enums
Analysis of aiohttp.http (Library) queued. Dependencies: http, http.server, sys, aiohttp, aiohttp.http_exceptions, aiohttp.http_parser, aiohttp.http_websocket, aiohttp.http_writer
Analysis of chardet.euctwprober (Library) queued. Dependencies: chardet.mbcharsetprober, chardet.codingstatemachine, chardet.chardistribution, chardet.mbcssm
Import:  chardet.mbcharsetprober c:\yarc\venv\Lib\site-packages\chardet\mbcharsetprober.py 
Import:  chardet.chardistribution c:\yarc\venv\Lib\site-packages\chardet\chardistribution.py 
Import:  chardet.mbcssm c:\yarc\venv\Lib\site-packages\chardet\mbcssm.py 
Analysis of aiohttp.helpers (Library) queued. Dependencies: asyncio, base64, binascii, cgi, datetime, functools, inspect, netrc, os, platform, re, sys, time, warnings, weakref, collections, contextlib, math, pathlib, types, urllib.parse, urllib.request, async_timeout, attr, multidict, yarl, aiohttp, aiohttp.hdrs, aiohttp.log, aiohttp.typedefs, aiohttp._helpers
Analysis of idna.idnadata (Library) queued. Dependencies: 
Analysis of chardet.mbcssm (Library) queued. Dependencies: chardet.enums
Analysis of asyncio.tasks (Stub) queued. Dependencies: types (stub), concurrent (stub), concurrent.futures (stub), asyncio.events (stub), asyncio.futures (stub)
Analysis of chardet.chardistribution (Library) queued. Dependencies: chardet.euctwfreq, chardet.euckrfreq, chardet.gb2312freq, chardet.big5freq, chardet.jisfreq
Analysis of asyncio.log (Library) queued. Dependencies: logging
Analysis of gettext (Library) queued. Dependencies: gettext (stub), locale, os, re, sys, warnings, struct, errno, copy, io
Analysis of asyncio.coroutines (Library) queued. Dependencies: asyncio.coroutines (stub), collections, collections.abc, functools, inspect, os, sys, traceback, types, warnings, asyncio, asyncio.base_futures, asyncio.constants, asyncio.format_helpers, asyncio.log
Analysis of asyncio.protocols (Library) queued. Dependencies: asyncio.protocols (stub)
Analysis of aiohttp.client_ws (Library) queued. Dependencies: asyncio, async_timeout, aiohttp.client_exceptions, aiohttp.client_reqrep, aiohttp.helpers, aiohttp.http, aiohttp.http_websocket, aiohttp.streams, aiohttp.typedefs
Analysis of gettext (Library) on depth 6 completed in 120.99 ms.
Analysis of asyncio.events (Library) queued. Dependencies: asyncio.events (stub), contextvars, os, socket, subprocess, sys, threading, asyncio, asyncio.format_helpers, asyncio.exceptions, _asyncio
Import:  cgi c:\program files\python38\lib\cgi.py 
Import:  netrc c:\program files\python38\lib\netrc.py 
Import:  urllib.request c:\program files\python38\lib\urllib\request.py 
Analysis of attr.validators (Stub) queued. Dependencies: attr
Analysis of winreg (CompiledBuiltin) queued. Dependencies: 
Analysis of asyncio.transports (Stub) queued. Dependencies: 
Analysis of asyncio.format_helpers (Library) queued. Dependencies: functools, inspect, reprlib, sys, traceback, asyncio, asyncio.constants
Analysis of asyncio.protocols (Stub) queued. Dependencies: asyncio (stub), asyncio.transports (stub)
Analysis of chardet.mbcharsetprober (Library) queued. Dependencies: chardet.charsetprober, chardet.enums
Analysis of asyncio.exceptions (Library) queued. Dependencies: 
Analysis of attr.converters (Library) queued. Dependencies: attr.converters, __future__, attr._make
Analysis of chardet.big5prober (Library) queued. Dependencies: chardet.mbcharsetprober, chardet.codingstatemachine, chardet.chardistribution, chardet.mbcssm
Analysis of html (Stub) queued. Dependencies: 
Analysis of attr.converters (Stub) queued. Dependencies: attr
Analysis of chardet.cp949prober (Library) queued. Dependencies: chardet.chardistribution, chardet.codingstatemachine, chardet.mbcharsetprober, chardet.mbcssm
Analysis of attr.filters (Library) queued. Dependencies: attr.filters, __future__, attr._compat, attr._make
Analysis of cgi (Stub) queued. Dependencies: sys (stub)
Analysis of chardet.euckrprober (Library) queued. Dependencies: chardet.mbcharsetprober, chardet.codingstatemachine, chardet.chardistribution, chardet.mbcssm
Analysis of attr.filters (Stub) queued. Dependencies: attr
Analysis of chardet.gb2312prober (Library) queued. Dependencies: chardet.mbcharsetprober, chardet.codingstatemachine, chardet.chardistribution, chardet.mbcssm
Analysis of attr.exceptions (Library) queued. Dependencies: attr.exceptions, __future__
Analysis of chardet.eucjpprober (Library) queued. Dependencies: chardet.enums, chardet.mbcharsetprober, chardet.codingstatemachine, chardet.chardistribution, chardet.jpcntx, chardet.mbcssm
Analysis of asyncio.events (Stub) queued. Dependencies: selectors (stub), socket (stub), ssl (stub), sys (stub), abc (stub), asyncio.futures (stub), asyncio.coroutines (stub), asyncio.protocols (stub), asyncio.tasks (stub), asyncio.transports (stub)
Analysis of attr.exceptions (Stub) queued. Dependencies: 
Analysis of chardet.sjisprober (Library) queued. Dependencies: chardet.mbcharsetprober, chardet.codingstatemachine, chardet.chardistribution, chardet.jpcntx, chardet.mbcssm, chardet.enums
Analysis of aiohttp.http_websocket (Library) queued. Dependencies: asyncio, collections, json, random, re, sys, zlib, enum, struct, aiohttp.base_protocol, aiohttp.helpers, aiohttp.log, aiohttp.streams
Analysis of chardet.utf8prober (Library) queued. Dependencies: chardet.charsetprober, chardet.enums, chardet.codingstatemachine, chardet.mbcssm
Analysis of aiohttp.client_proto (Library) queued. Dependencies: asyncio, contextlib, aiohttp.base_protocol, aiohttp.client_exceptions, aiohttp.helpers, aiohttp.http, aiohttp.streams
Analysis of discord.opus (Library) queued. Dependencies: array, ctypes, ctypes.util, logging, os, sys, discord.errors
Analysis of html (Library) queued. Dependencies: html (stub), re, html.entities
Import:  async_timeout c:\yarc\venv\Lib\site-packages\async_timeout\__init__.py 
Analysis of discord.utils (Library) queued. Dependencies: array, asyncio, collections, collections.abc, unicodedata, base64, bisect, datetime, email.utils, functools, inspect, operator, json, re, warnings, discord.errors, discord.object, urllib.parse, discord.invite
Import:  chardet.euctwfreq c:\yarc\venv\Lib\site-packages\chardet\euctwfreq.py 
Import:  chardet.euckrfreq c:\yarc\venv\Lib\site-packages\chardet\euckrfreq.py 
Import:  chardet.gb2312freq c:\yarc\venv\Lib\site-packages\chardet\gb2312freq.py 
Import:  chardet.big5freq c:\yarc\venv\Lib\site-packages\chardet\big5freq.py 
Import:  chardet.jisfreq c:\yarc\venv\Lib\site-packages\chardet\jisfreq.py 
Import:  asyncio.constants c:\program files\python38\lib\asyncio\constants.py 
Analysis of asyncio.constants (Library) queued. Dependencies: enum
Import:  chardet.jpcntx c:\yarc\venv\Lib\site-packages\chardet\jpcntx.py 
Import:  html.entities c:\program files\python38\lib\html\entities.py 
Analysis of html.entities (Library) queued. Dependencies: html.entities (stub)
Analysis of html.entities (Stub) queued. Dependencies: 
Analysis of doctest (Library) queued. Dependencies: doctest (stub), __future__, difflib, inspect, linecache, os, pdb, re, sys, traceback, unittest, io, collections, argparse
Analysis of chardet.jpcntx (Library) queued. Dependencies: 
Analysis of chardet.jisfreq (Library) queued. Dependencies: 
Analysis of chardet.big5freq (Library) queued. Dependencies: 
Analysis of chardet.gb2312freq (Library) queued. Dependencies: 
Analysis of chardet.euckrfreq (Library) queued. Dependencies: 
Analysis of shutil (Library) queued. Dependencies: shutil (stub), os, sys, stat, fnmatch, collections, errno, zlib, bz2, lzma, nt, tarfile, zipfile, io
Analysis of chardet.euctwfreq (Library) queued. Dependencies: 
Analysis of aiohttp._helpers (Stub) queued. Dependencies: 
Analysis of async_timeout (Library) queued. Dependencies: asyncio, sys, types
Analysis of urllib.request (Library) queued. Dependencies: urllib.request (stub), base64, bisect, email, hashlib, http, http.client, io, os, posixpath, re, socket, string, sys, time, tempfile, contextlib, warnings, urllib.error, urllib.parse, urllib.response, ssl, http.cookiejar, email.utils, mimetypes, ftplib, nturl2path, getpass, fnmatch, winreg
Import:  urllib.error c:\program files\python38\lib\urllib\error.py 
Import:  urllib.response c:\program files\python38\lib\urllib\response.py 
Import:  http.cookiejar c:\program files\python38\lib\http\cookiejar.py 
Import:  ftplib c:\program files\python38\lib\ftplib.py 
Import:  nturl2path c:\program files\python38\lib\nturl2path.py 
Import:  getpass c:\program files\python38\lib\getpass.py 
Analysis of getpass (Library) queued. Dependencies: getpass (stub), contextlib, io, os, sys, warnings, msvcrt
Analysis of getpass (Stub) queued. Dependencies: 
Analysis of nturl2path (Library) queued. Dependencies: nturl2path (stub), string, urllib, urllib.parse
Analysis of argparse (Library) queued. Dependencies: argparse (stub), os, re, shutil, sys, gettext, copy, textwrap, warnings, io
Analysis of nturl2path (Stub) queued. Dependencies: 
Analysis of aiohttp.tcp_helpers (Library) queued. Dependencies: asyncio, socket, contextlib
Analysis of discord.abc (Library) queued. Dependencies: abc, copy, asyncio, collections, discord.iterators, discord.context_managers, discord.errors, discord.permissions, discord.role, discord.invite, discord.file, discord.voice_client, discord, discord.utils
Analysis of discord.enums (Library) queued. Dependencies: types, collections
Analysis of yarl._quoting (Compiled) queued. Dependencies: 
Analysis of ftplib (Library) queued. Dependencies: ftplib (stub), sys, socket, ssl, warnings, re, netrc
Analysis of netrc (Stub) queued. Dependencies: 
Analysis of ftplib (Stub) queued. Dependencies: sys (stub), types (stub), socket (stub), ssl (stub)
Analysis of netrc (Library) queued. Dependencies: netrc (stub), os, shlex, stat
Analysis of urllib.request (Stub) queued. Dependencies: http.client (stub), http.cookiejar (stub), email.message (stub), urllib.response (stub), ssl (stub), sys (stub), os (stub)
Analysis of urllib.error (Stub) queued. Dependencies: urllib.response (stub)
Analysis of urllib.error (Library) queued. Dependencies: urllib.error (stub), urllib, urllib.response
Analysis of discord.embeds (Library) queued. Dependencies: datetime, discord, discord.utils, discord.colour
Import:  discord.context_managers c:\yarc\venv\Lib\site-packages\discord\context_managers.py 
Analysis of http.cookiejar (Library) queued. Dependencies: http.cookiejar (stub), os, copy, datetime, re, time, urllib, urllib.parse, urllib.request, threading, http, http.client, calendar, logging, io, warnings, traceback
Analysis of idna.package_data (Library) queued. Dependencies: 
Analysis of discord.context_managers (Library) queued. Dependencies: asyncio
Analysis of urllib.response (Library) queued. Dependencies: urllib.response (stub), tempfile
Analysis of http.cookiejar (Stub) queued. Dependencies: http.client (stub), urllib.request (stub)
Analysis of discord.shard (Library) queued. Dependencies: asyncio, itertools, logging, websockets, discord.state, discord.client, discord.gateway, discord.errors, discord, discord.utils, discord.enums
Analysis of discord.player (Library) queued. Dependencies: threading, traceback, subprocess, audioop, asyncio, logging, shlex, time, json, sys, re, discord.errors, discord.opus, discord.oggparse
Create built-in compiled (scraped) module:  audioop c:\yarc\venv\Scripts\python.exe 
Analysis of asyncio (Stub) queued. Dependencies: sys (stub), asyncio.coroutines (stub), asyncio.protocols (stub), asyncio.streams (stub), asyncio.subprocess (stub), asyncio.transports (stub), asyncio.futures (stub), asyncio.tasks (stub), asyncio.events (stub), asyncio.queues (stub), asyncio.locks (stub)
Import:  discord.oggparse c:\yarc\venv\Lib\site-packages\discord\oggparse.py 
Analysis of discord.oggparse (Library) queued. Dependencies: struct, discord.errors
Analysis of discord.webhook (Library) queued. Dependencies: asyncio, json, time, re, aiohttp, discord, discord.utils, discord.errors, discord.enums, discord.user, discord.asset, discord.message
Analysis of audioop (CompiledBuiltin) queued. Dependencies: 
Analysis of asyncio (Library) queued. Dependencies: asyncio (stub), sys, asyncio.base_events, asyncio.coroutines, asyncio.events, asyncio.exceptions, asyncio.futures, asyncio.locks, asyncio.protocols, asyncio.runners, asyncio.queues, asyncio.streams, asyncio.subprocess, asyncio.tasks, asyncio.transports, asyncio.windows_events, asyncio.unix_events
Import:  asyncio.base_events c:\program files\python38\lib\asyncio\base_events.py 
Import:  asyncio.runners c:\program files\python38\lib\asyncio\runners.py 
Import:  asyncio.subprocess c:\program files\python38\lib\asyncio\subprocess.py 
Import:  asyncio.transports c:\program files\python38\lib\asyncio\transports.py 
Analysis of asyncio.coroutines (Stub) queued. Dependencies: 
Analysis of asyncio.subprocess (Stub) queued. Dependencies: asyncio (stub), asyncio.events (stub), asyncio.protocols (stub), asyncio.streams (stub), asyncio.transports (stub), asyncio.coroutines (stub)
Analysis of socket (Stub) queued. Dependencies: sys (stub), enum (stub)
Analysis of cgi (Library) queued. Dependencies: cgi (stub), io, collections.abc, sys, os, urllib, urllib.parse, email.parser, email.message, html, locale, tempfile, traceback, re
Analysis of struct (Stub) queued. Dependencies: sys (stub), array (stub)
Analysis of socket (Library) queued. Dependencies: socket (stub), _socket, os, sys, io, selectors, enum, errno
Analysis of modules loop on depth 2 in 1168.3 ms:
    collections(Library)
    heapq(Library)
    _collections(CompiledBuiltin)
    doctest(Library)
    argparse(Library)
    shutil(Library)
Analysis of asyncio.runners (Library) queued. Dependencies: asyncio, asyncio.coroutines, asyncio.events, asyncio.tasks
Analysis of urllib.response (Stub) queued. Dependencies: types (stub)
Analysis of chardet.escsm (Library) queued. Dependencies: chardet.enums
Import:  asyncio.windows_events c:\program files\python38\lib\asyncio\windows_events.py 
Import:  asyncio.unix_events c:\program files\python38\lib\asyncio\unix_events.py 
Create compiled (scraped):  _socket c:\program files\python38\dlls\_socket.pyd c:\program files\python38\dlls 
Analysis of asyncio.base_events (Library) queued. Dependencies: collections, collections.abc, concurrent, concurrent.futures, functools, heapq, itertools, os, socket, stat, subprocess, threading, time, traceback, sys, warnings, weakref, ssl, asyncio, asyncio.constants, asyncio.coroutines, asyncio.events, asyncio.exceptions, asyncio.futures, asyncio.protocols, asyncio.sslproto, asyncio.staggered, asyncio.tasks, asyncio.transports, asyncio.trsock, asyncio.log
Import:  asyncio.sslproto c:\program files\python38\lib\asyncio\sslproto.py 
Import:  asyncio.staggered c:\program files\python38\lib\asyncio\staggered.py 
Import:  asyncio.trsock c:\program files\python38\lib\asyncio\trsock.py 
Analysis of asyncio.trsock (Library) queued. Dependencies: socket, warnings
Analysis of asyncio.staggered (Library) queued. Dependencies: contextlib, asyncio, asyncio.events, asyncio.exceptions, asyncio.locks, asyncio.tasks
Analysis of asyncio.sslproto (Library) queued. Dependencies: collections, warnings, ssl, asyncio, asyncio.base_events, asyncio.constants, asyncio.protocols, asyncio.transports, asyncio.log
Analysis of struct (Library) queued. Dependencies: struct (stub), _struct
Create built-in compiled (scraped) module:  _struct c:\yarc\venv\Scripts\python.exe 
Analysis of _struct (CompiledBuiltin) queued. Dependencies: struct
Analysis of urllib.parse (Library) on depth 2 completed in 576.37 ms.
Analysis of websockets.uri (Library) on depth 5 completed in 25.48 ms.
Analysis of _socket (Compiled) queued. Dependencies: 
Analysis of getopt (Library) on depth 8 completed in 10.06 ms.
Analysis of base64 (Library) queued. Dependencies: base64 (stub), re, struct, binascii, warnings, sys, getopt, io
Analysis of base64 (Library) on depth 7 completed in 22.5 ms.
Analysis of threading (Stub) queued. Dependencies: types (stub), sys (stub)
Analysis of websockets.headers (Library) on depth 6 completed in 14.45 ms.
Analysis of asyncio.subprocess (Library) queued. Dependencies: asyncio.subprocess (stub), subprocess, warnings, asyncio, asyncio.events, asyncio.protocols, asyncio.streams, asyncio.tasks, asyncio.log
Analysis of pydoc_data (Library) queued. Dependencies: 
Analysis of tty (Library) queued. Dependencies: tty (stub)
Analysis of threading (Library) queued. Dependencies: threading (stub), os, sys, _thread, time, _weakrefset, itertools, _collections, collections, warnings, traceback, _threading_local
Analysis of tty (Stub) queued. Dependencies: 
Analysis of asyncio.windows_events (Library) queued. Dependencies: _overlapped, _winapi, errno, math, msvcrt, socket, struct, time, weakref, asyncio, asyncio.events, asyncio.base_subprocess, asyncio.futures, asyncio.exceptions, asyncio.proactor_events, asyncio.selector_events, asyncio.tasks, asyncio.windows_utils, asyncio.log
Analysis of discord.backoff (Library) queued. Dependencies: time, random
Analysis of asyncio.unix_events (Library) queued. Dependencies: errno, io, itertools, os, selectors, signal, socket, stat, subprocess, sys, threading, warnings, asyncio, asyncio.base_events, asyncio.base_subprocess, asyncio.constants, asyncio.coroutines, asyncio.events, asyncio.exceptions, asyncio.futures, asyncio.selector_events, asyncio.tasks, asyncio.transports, asyncio.log
Analysis of concurrent (Stub) queued. Dependencies: 
Analysis of importlib (Stub) queued. Dependencies: importlib.util (stub), importlib.abc (stub), sys (stub), types (stub)
Analysis of importlib (Library) queued. Dependencies: importlib (stub), _imp, sys, importlib._bootstrap, importlib._bootstrap_external, types, warnings
Analysis of sysconfig (Library) queued. Dependencies: sysconfig (stub), os, sys, re, pprint, types, _osx_support, warnings
Analysis of importlib.util (Library) queued. Dependencies: importlib.util (stub), importlib, importlib.abc, importlib._bootstrap, importlib._bootstrap_external, contextlib, _imp, functools, sys, types, warnings
Analysis of queue (Stub) queued. Dependencies: 
Analysis of sysconfig (Stub) queued. Dependencies: 
Analysis of tempfile (Stub) queued. Dependencies: sys (stub), types (stub)
Import:  _threading_local c:\program files\python38\lib\_threading_local.py 
Create compiled (scraped):  _overlapped c:\program files\python38\dlls\_overlapped.pyd c:\program files\python38\dlls 
Analysis of asyncio.transports (Library) queued. Dependencies: asyncio.transports (stub)
Analysis of hmac (Stub) queued. Dependencies: types (stub), sys (stub)
Analysis of tempfile (Library) queued. Dependencies: tempfile (stub), functools, warnings, io, os, shutil, errno, random, sys, weakref, _thread
Analysis of xmlrpc (Library) queued. Dependencies: 
Analysis of hmac (Library) queued. Dependencies: hmac (stub), warnings, _operator, _hashlib, hashlib
Analysis of _threading_local (Stub) queued. Dependencies: weakref (stub)
Analysis of _threading_local (Library) queued. Dependencies: _threading_local (stub), weakref, contextlib, threading
Analysis of _overlapped (Compiled) queued. Dependencies: 
Analysis of importlib.util (Stub) queued. Dependencies: importlib (stub), importlib.abc (stub), importlib.machinery (stub), sys (stub), types (stub)
Analysis of datetime (Stub) queued. Dependencies: sys (stub), time (stub)
Analysis of decimal (Library) queued. Dependencies: decimal (stub), _decimal, _pydecimal
Analysis of csv (Stub) queued. Dependencies: collections (stub), sys (stub), _csv (stub)
Analysis of platform (Library) queued. Dependencies: platform (stub), collections, os, re, sys, subprocess, winreg, plistlib, socket, struct
Import:  asyncio.base_subprocess c:\program files\python38\lib\asyncio\base_subprocess.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 aiohttp.worker (Library) queued. Dependencies: asyncio, os, re, signal, sys, types, aiohttp, aiohttp.web, aiohttp.helpers, aiohttp.web_app, aiohttp.web_log, ssl
Import:  asyncio.proactor_events c:\program files\python38\lib\asyncio\proactor_events.py 
Import:  asyncio.selector_events c:\program files\python38\lib\asyncio\selector_events.py 
Import:  asyncio.windows_utils c:\program files\python38\lib\asyncio\windows_utils.py 
Analysis of email.feedparser (Stub) queued. Dependencies: sys (stub), email.message (stub), email.policy (stub)
Import:  _osx_support c:\program files\python38\lib\_osx_support.py 
Analysis of _osx_support (Library) queued. Dependencies: os, re, sys, contextlib, tempfile, distutils, distutils.log
Create compiled (scraped):  _decimal c:\program files\python38\dlls\_decimal.pyd c:\program files\python38\dlls 
Analysis of asyncio.windows_utils (Library) queued. Dependencies: sys, _winapi, itertools, msvcrt, os, subprocess, tempfile, warnings
Analysis of platform (Stub) queued. Dependencies: os (stub)
Analysis of asyncio.proactor_events (Library) queued. Dependencies: io, os, socket, warnings, signal, threading, collections, asyncio, asyncio.base_events, asyncio.constants, asyncio.futures, asyncio.exceptions, asyncio.protocols, asyncio.sslproto, asyncio.transports, asyncio.trsock, asyncio.log
Import:  _pydecimal c:\program files\python38\lib\_pydecimal.py 
Import:  plistlib c:\program files\python38\lib\plistlib.py 
Import:  aiohttp.web c:\yarc\venv\Lib\site-packages\aiohttp\web.py 
Analysis of asyncio.base_subprocess (Library) queued. Dependencies: collections, subprocess, warnings, asyncio, asyncio.protocols, asyncio.transports, asyncio.log
Import:  distutils c:\program files\python38\lib\distutils\__init__.py 
Import:  distutils.log c:\program files\python38\lib\distutils\log.py 
Analysis of distutils.log (Library) queued. Dependencies: distutils.log (stub), sys
Analysis of _decimal (Compiled) queued. Dependencies: 
Analysis of distutils.log (Stub) queued. Dependencies: 
Analysis of distutils (Library) queued. Dependencies: distutils (stub), sys
Analysis of shlex (Library) queued. Dependencies: shlex (stub), os, re, sys, collections, io
Analysis of distutils (Stub) queued. Dependencies: 
Analysis of shlex (Stub) queued. Dependencies: sys (stub)
Analysis of glob (Library) queued. Dependencies: glob (stub), os, re, fnmatch, sys
Analysis of asyncio.selector_events (Library) queued. Dependencies: collections, errno, functools, selectors, socket, warnings, weakref, ssl, asyncio, asyncio.base_events, asyncio.constants, asyncio.events, asyncio.futures, asyncio.protocols, asyncio.sslproto, asyncio.transports, asyncio.trsock, asyncio.log
Analysis of random (Library) on depth 6 completed in 1169.58 ms.
Analysis of plistlib (Stub) queued. Dependencies: sys (stub), enum (stub)
Analysis of email.feedparser (Library) queued. Dependencies: email.feedparser (stub), re, email, email.errors, email._policybase, collections, io, email.message
Analysis of aiohttp.web (Library) queued. Dependencies: asyncio, logging, socket, sys, argparse, collections.abc, importlib, aiohttp.abc, aiohttp.helpers, aiohttp.log, aiohttp.web_app, aiohttp.web_exceptions, aiohttp.web_fileresponse, aiohttp.web_log, aiohttp.web_middlewares, aiohttp.web_protocol, aiohttp.web_request, aiohttp.web_response, aiohttp.web_routedef, aiohttp.web_runner, aiohttp.web_server, aiohttp.web_urldispatcher, aiohttp.web_ws, ssl
Import:  aiohttp.web_runner c:\yarc\venv\Lib\site-packages\aiohttp\web_runner.py 
Analysis of plistlib (Library) queued. Dependencies: plistlib (stub), binascii, codecs, contextlib, datetime, enum, io, itertools, os, re, struct, warnings, xml.parsers.expat
Import:  aiohttp.web_ws c:\yarc\venv\Lib\site-packages\aiohttp\web_ws.py 
Analysis of datetime (Library) queued. Dependencies: datetime (stub), time, math, sys, warnings, _strptime, _datetime
Import:  _strptime c:\program files\python38\lib\_strptime.py 
Create built-in compiled (scraped) module:  _datetime c:\yarc\venv\Scripts\python.exe 
Analysis of modules loop on depth 4 in 665.2 ms:
    websockets(Library)
    websockets.auth(Library)
    websockets.client(Library)
    websockets.protocol(Library)
    websockets.server(Library)
    websockets.http(Library)
    websockets.framing(Library)
Analysis of email._header_value_parser (Library) queued. Dependencies: re, sys, urllib, string, operator, email, email._encoded_words, email.errors, email.utils
Analysis of _pydecimal (Library) queued. Dependencies: math, numbers, sys, collections, contextvars, re, locale, itertools
Import:  numbers c:\program files\python38\lib\numbers.py 
Analysis of numbers (Library) queued. Dependencies: numbers (stub), abc
Analysis of numbers (Stub) queued. Dependencies: abc (stub), sys (stub)
Analysis of aiohttp.web_runner (Library) queued. Dependencies: asyncio, signal, socket, abc, yarl, aiohttp.web_app, aiohttp.web_server, ssl
Analysis of cmd (Stub) queued. Dependencies: 
Analysis of aiohttp.web_ws (Library) queued. Dependencies: asyncio, base64, binascii, hashlib, json, async_timeout, attr, multidict, aiohttp, aiohttp.hdrs, aiohttp.abc, aiohttp.helpers, aiohttp.http, aiohttp.log, aiohttp.streams, aiohttp.typedefs, aiohttp.web_exceptions, aiohttp.web_request, aiohttp.web_response
Analysis of _datetime (CompiledBuiltin) queued. Dependencies: datetime
Analysis of cmd (Library) queued. Dependencies: cmd (stub), string, sys
Analysis of _strptime (Library) queued. Dependencies: time, locale, calendar, re, datetime, _thread
Analysis of glob (Stub) queued. Dependencies: sys (stub)
Analysis of code (Stub) queued. Dependencies: sys (stub), types (stub)
Analysis of bdb (Library) queued. Dependencies: fnmatch, sys, os, inspect, linecache, reprlib, warnings
Analysis of code (Library) queued. Dependencies: code (stub), sys, traceback, codeop, argparse
Import:  codeop c:\program files\python38\lib\codeop.py 
Analysis of codeop (Library) queued. Dependencies: codeop (stub), __future__
Analysis of codeop (Stub) queued. Dependencies: types (stub)
Analysis of modules loop on depth 1 in 150.34 ms:
    discord(Library)
    discord.voice_client(Library)
    discord.audit_logs(Library)
    discord.gateway(Library)
    discord.team(Library)
Analysis version 287 has been completed in 10497 ms with 195 entries analyzed and 3 entries skipped.
Analysis version 1218 of 701 entries has started.
Analysis of websockets.version (Library) on depth 4 completed for library in 14.01 ms.
Analysis of abc (Stub) on depth 4 completed in 2.48 ms.
Analysis of discord.errors (Library) on depth 2 completed for library in 14.98 ms.
Analysis of posix (Stub) on depth 4 completed for library in 1.77 ms.
Analysis of discord.flags (Library) on depth 2 completed for library in 19.99 ms.
Analysis of websockets.typing (Library) on depth 4 completed for library in 7.2 ms.
Analysis of copy (Stub) on depth 3 completed in 2.04 ms.
Analysis of discord.raw_models (Library) on depth 2 completed for library in 26.95 ms.
Analysis of copyreg (Library) on depth 3 completed for library in 18.54 ms.
Analysis of unicodedata (Stub) on depth 4 completed in 7.67 ms.
Analysis of _stat (Stub) on depth 4 completed in 4.77 ms.
Analysis of atexit (Stub) on depth 4 completed in 0.65 ms.
Analysis of gc (Stub) on depth 5 completed in 4.83 ms.
Analysis of _weakrefset (Stub) on depth 5 completed in 11.09 ms.
Analysis of websockets.speedups (Compiled) on depth 6 completed for library in 3.06 ms.
Analysis of getopt (Stub) on depth 5 completed in 3.07 ms.
Analysis of _sha512 (CompiledBuiltin) on depth 5 completed for library in 1.3 ms.
Analysis of gettext (Stub) on depth 3 completed in 3.33 ms.
Analysis of _sha1 (CompiledBuiltin) on depth 6 completed for library in 0.35 ms.
Analysis of _sha256 (CompiledBuiltin) on depth 6 completed for library in 0.35 ms.
Analysis of websockets.extensions (Library) on depth 6 completed for library in 0.06 ms.
Analysis of _md5 (CompiledBuiltin) on depth 6 completed for library in 0.41 ms.
Analysis of encodings.aliases (Library) on depth 4 completed for library in 11.06 ms.
Analysis of _blake2 (CompiledBuiltin) on depth 6 completed for library in 11.93 ms.
Analysis of _thread (Stub) on depth 4 completed in 17.98 ms.
Analysis of _bisect (Stub) on depth 5 completed in 3.36 ms.
Analysis of bisect (Stub) on depth 4 completed in 1.47 ms.
Analysis of _hashlib (Compiled) on depth 6 completed for library in 4.14 ms.
Analysis of textwrap (Stub) on depth 3 completed in 6.42 ms.
Analysis of urllib (Stub) on depth 5 completed in 0.31 ms.
Analysis of fnmatch (Stub) on depth 3 completed in 0.77 ms.
Analysis of json.encoder (Stub) on depth 5 completed in 6.22 ms.
Analysis of _sha3 (CompiledBuiltin) on depth 6 completed for library in 14.43 ms.
Analysis of string (Stub) on depth 4 completed in 4.61 ms.
Analysis of _json (Stub) on depth 6 completed in 4.91 ms.
Analysis of _winapi (Stub) on depth 5 completed in 9.38 ms.
Analysis of decimal (Stub) on depth 5 completed in 38.86 ms.
Analysis of msvcrt (Stub) on depth 5 completed in 0.54 ms.
Analysis of _compat_pickle (Library) on depth 4 completed for library in 33.71 ms.
Analysis of _signal (CompiledBuiltin) on depth 4 completed for library in 0.66 ms.
Analysis of concurrent (Stub) on depth 5 completed in 3.39 ms.
Analysis of keyword (Stub) on depth 4 completed in 0.52 ms.
Analysis of _queue (Compiled) on depth 7 completed for library in 5.92 ms.
Analysis of xmlrpc (Library) on depth 7 completed for library in 0.05 ms.
Analysis of _abc (CompiledBuiltin) on depth 4 completed for library in 0.45 ms.
Analysis of pyexpat.model (Stub) on depth 9 completed for library in 0.26 ms.
Analysis of importlib._bootstrap (Library) on depth 5 completed for library in 51.22 ms.
Analysis of _multiprocessing (Compiled) on depth 7 completed for library in 12.19 ms.
Analysis of _ssl (Compiled) on depth 6 completed for library in 51.3 ms.
Analysis of _opcode (CompiledBuiltin) on depth 6 completed for library in 0.32 ms.
Analysis of _bz2 (Compiled) on depth 4 completed for library in 10.18 ms.
Analysis of itertools (Stub) on depth 4 completed in 17.85 ms.
Analysis of sre_constants (Stub) on depth 4 completed in 12 ms.
Analysis of _string (CompiledBuiltin) on depth 4 completed for library in 0.92 ms.
Analysis of _warnings (Stub) on depth 4 completed in 1.75 ms.
Analysis of queue (Stub) on depth 7 completed in 9.32 ms.
Analysis of email.charset (Stub) on depth 5 completed in 2.4 ms.
Analysis of email.errors (Stub) on depth 6 completed in 3.33 ms.
Analysis of runpy (Stub) on depth 7 completed in 1.92 ms.
Analysis of discord.mixins (Library) on depth 3 completed for library in 2.85 ms.
Analysis of pydoc_data (Library) on depth 7 completed for library in 0.23 ms.
Analysis of pydoc_data.topics (Library) on depth 7 completed for library in 3.82 ms.
Analysis of chardet.version (Library) on depth 7 completed for library in 1.91 ms.
Analysis of multiprocessing.pool (Stub) on depth 8 completed in 18.93 ms.
Analysis of _heapq (Stub) on depth 5 completed in 2.22 ms.
Analysis of _lzma (Compiled) on depth 4 completed for library in 6.29 ms.
Analysis of _sre (CompiledBuiltin) on depth 4 completed for library in 3.6 ms.
Analysis of multidict._multidict (Compiled) on depth 6 completed for library in 105.74 ms.
Analysis of idna.package_data (Library) on depth 7 completed for library in 0.14 ms.
Analysis of chardet.enums (Library) on depth 8 completed for library in 4.6 ms.
Analysis of _ctypes (Compiled) on depth 4 completed for library in 22.26 ms.
Analysis of quopri (Stub) on depth 7 completed in 3.56 ms.
Analysis of _tracemalloc (Stub) on depth 5 completed in 0.92 ms.
Analysis of chardet.langcyrillicmodel (Library) on depth 9 completed for library in 19.28 ms.
Analysis of yarl._quoting (Compiled) on depth 7 completed for library in 4.81 ms.
Analysis of chardet.langgreekmodel (Library) on depth 9 completed for library in 5.54 ms.
Analysis of chardet.langhebrewmodel (Library) on depth 9 completed for library in 10.72 ms.
Analysis of chardet.langbulgarianmodel (Library) on depth 9 completed for library in 4.42 ms.
Analysis of chardet.langthaimodel (Library) on depth 9 completed for library in 3.08 ms.
Analysis of chardet.langturkishmodel (Library) on depth 9 completed for library in 15.65 ms.
Analysis of idna.idnadata (Library) on depth 8 completed for library in 179.54 ms.
Analysis of idna.uts46data (Library) on depth 8 completed for library in 243.01 ms.
Analysis of aiohttp.frozenlist (Stub) on depth 6 completed in 7.64 ms.
Analysis of colorsys (Stub) on depth 4 completed in 2.16 ms.
Analysis of attr._version_info (Stub) on depth 7 completed in 0.52 ms.
Analysis of marshal (Stub) on depth 9 completed in 0.82 ms.
Analysis of asyncio.coroutines (Stub) on depth 5 completed in 0.73 ms.
Analysis of http.cookies (Stub) on depth 6 completed in 5.2 ms.
Analysis of asyncio.transports (Stub) on depth 5 completed in 5.78 ms.
Analysis of _contextvars (CompiledBuiltin) on depth 6 completed for library in 0.74 ms.
Analysis of aiohttp._helpers (Stub) on depth 5 completed for library in 2.78 ms.
Analysis of winreg (CompiledBuiltin) on depth 6 completed for library in 20.63 ms.
Analysis of contextvars (Stub) on depth 6 completed in 19.31 ms.
Analysis of chardet.euctwfreq (Library) on depth 11 completed for library in 29.8 ms.
Analysis of _asyncio (Compiled) on depth 5 completed for library in 26.14 ms.
Analysis of chardet.euckrfreq (Library) on depth 11 completed for library in 3.52 ms.
Analysis of chardet.gb2312freq (Library) on depth 11 completed for library in 3.49 ms.
Analysis of chardet.jisfreq (Library) on depth 11 completed for library in 8.94 ms.
Analysis of chardet.big5freq (Library) on depth 11 completed for library in 3.73 ms.
Analysis of html (Stub) on depth 7 completed in 0.79 ms.
Analysis of chardet.jpcntx (Library) on depth 10 completed for library in 27.34 ms.
Analysis of nturl2path (Stub) on depth 7 completed in 0.65 ms.
Analysis of asyncio.exceptions (Library) on depth 4 completed for library in 65.8 ms.
Analysis of netrc (Stub) on depth 6 completed in 2.2 ms.
Analysis of html.entities (Stub) on depth 8 completed in 0.84 ms.
Analysis of getpass (Stub) on depth 7 completed in 0.97 ms.
Analysis of attr.exceptions (Stub) on depth 7 completed in 84.52 ms.
Analysis of audioop (CompiledBuiltin) on depth 3 completed for library in 55.79 ms.
Analysis of _socket (Compiled) on depth 4 completed for library in 72.12 ms.
Analysis of tty (Stub) on depth 8 completed in 1.56 ms.
Analysis of sysconfig (Stub) on depth 8 completed in 2.34 ms.
Analysis of _overlapped (Compiled) on depth 5 completed for library in 4.13 ms.
Analysis of distutils.log (Stub) on depth 10 completed in 13.82 ms.
Analysis of distutils (Stub) on depth 10 completed in 0.06 ms.
Analysis of cmd (Stub) on depth 7 completed in 5.16 ms.
Analysis of discord.permissions (Library) on depth 2 completed for library in 18.89 ms.
Analysis of atexit (CompiledBuiltin) on depth 3 completed for library in 0.59 ms.
Analysis of gc (CompiledBuiltin) on depth 4 completed for library in 11.16 ms.
Analysis of _bisect (CompiledBuiltin) on depth 4 completed for library in 0.46 ms.
Analysis of unicodedata (Compiled) on depth 3 completed for library in 12.71 ms.
Analysis of _thread (CompiledBuiltin) on depth 3 completed for library in 5.04 ms.
Analysis of _decimal (Compiled) on depth 9 completed for library in 51.05 ms.
Analysis of _json (CompiledBuiltin) on depth 5 completed for library in 38.97 ms.
Analysis of urllib (Library) on depth 4 completed for library in 16.82 ms.
Analysis of concurrent (Library) on depth 4 completed for library in 0.08 ms.
Analysis of _stat (CompiledBuiltin) on depth 3 completed for library in 51.38 ms.
Analysis of keyword (Library) on depth 3 completed for library in 4.71 ms.
Analysis of sre_parse (Stub) on depth 4 completed in 29.94 ms.
Analysis of multiprocessing.queues (Stub) on depth 7 completed in 5.31 ms.
Analysis of multiprocessing.dummy.connection (Stub) on depth 11 completed in 6.2 ms.
Analysis of _warnings (CompiledBuiltin) on depth 3 completed for library in 2.37 ms.
Analysis of email.header (Stub) on depth 8 completed in 8.95 ms.
Analysis of modules loop on depth 2 in 570.13 ms:
    sys(Stub)
    types(Stub)
    importlib.abc(Stub)
    os(Stub)
    _importlib_modulespec(Library)
    io(Stub)
    os.path(Library)
    mmap(Stub)
    codecs(Stub)
Analysis of email.errors (Library) on depth 5 completed for library in 576.25 ms.
Analysis of sre_constants (Library) queued. Dependencies: sre_constants (stub), _sre, io
Analysis of _winapi (CompiledBuiltin) on depth 4 completed in 85.19 ms.
Analysis of msvcrt (CompiledBuiltin) on depth 4 completed in 1.19 ms.
Analysis of sre_constants (Library) on depth 3 completed in 162.62 ms.
Analysis of _tracemalloc (CompiledBuiltin) on depth 4 completed in 1.49 ms.
Analysis of colorsys (Library) on depth 3 completed in 4.38 ms.
Analysis of itertools (CompiledBuiltin) on depth 3 completed in 142.6 ms.
Analysis of marshal (CompiledBuiltin) on depth 8 completed in 5.39 ms.
Analysis of contextvars (Library) on depth 5 completed in 0.45 ms.
Analysis of _heapq (CompiledBuiltin) on depth 4 completed in 2.44 ms.
Analysis of html.entities (Library) on depth 7 completed in 118.4 ms.
Analysis of tty (Library) on depth 7 completed in 6.76 ms.
Analysis of stat (Stub) on depth 3 completed in 1.54 ms.
Analysis of locale (Stub) on depth 4 completed in 9.83 ms.
Analysis of chardet.escsm (Library) on depth 9 completed in 150.2 ms.
Analysis of argparse (Stub) on depth 2 completed in 68.44 ms.
Analysis of select (Stub) on depth 5 completed in 5.71 ms.
Analysis of chardet.chardistribution (Library) on depth 10 completed in 35.69 ms.
Analysis of chardet.mbcssm (Library) on depth 10 completed in 94.38 ms.
Analysis of json.decoder (Stub) on depth 5 completed in 59.41 ms.
Analysis of asyncio.transports (Library) on depth 4 completed in 75.65 ms.
Analysis of array (Stub) on depth 4 completed in 6.1 ms.
Analysis of pickle (Stub) on depth 4 completed in 5.56 ms.
Analysis of py_compile (Stub) on depth 5 completed in 29.74 ms.
Analysis of _ast (Stub) on depth 6 completed in 78.64 ms.
Analysis of ntpath (Stub) on depth 3 completed in 5.07 ms.
Analysis of opcode (Stub) on depth 6 completed in 4.46 ms.
Analysis of token (Stub) on depth 5 completed in 11.64 ms.
Analysis of pyexpat.errors (Stub) on depth 9 completed in 1.9 ms.
Analysis of pprint (Stub) on depth 5 completed in 40.87 ms.
Analysis of _csv (Stub) on depth 9 completed in 43.64 ms.
Analysis of operator (Stub) on depth 3 completed in 51.52 ms.
Analysis of errno (Stub) on depth 3 completed in 11.29 ms.
Analysis of sre_compile (Stub) on depth 4 completed in 1.34 ms.
Analysis of posixpath (Stub) on depth 3 completed in 6.92 ms.
Analysis of functools (Stub) on depth 3 completed in 13.03 ms.
Analysis of ctypes (Stub) on depth 4 completed in 109.78 ms.
Analysis of linecache (Stub) on depth 4 completed in 2.36 ms.
Analysis of pdb (Stub) on depth 6 completed in 1.33 ms.
Analysis of uu (Stub) on depth 8 completed in 1.27 ms.
Analysis of tracemalloc (Stub) on depth 4 completed in 10.19 ms.
Analysis of webbrowser (Stub) on depth 8 completed in 22.48 ms.
Analysis of __future__ (Stub) on depth 6 completed in 65.26 ms.
Analysis of ctypes.util (Stub) on depth 4 completed in 1.3 ms.
Analysis of mimetypes (Stub) on depth 6 completed in 4.94 ms.
Analysis of uuid (Stub) on depth 6 completed in 38.98 ms.
Analysis of difflib (Stub) on depth 6 completed in 49.3 ms.
Analysis of optparse (Stub) on depth 9 completed in 54.95 ms.
Analysis of ipaddress (Stub) on depth 7 completed in 80.23 ms.
Analysis of cgi (Stub) on depth 6 completed in 7.58 ms.
Analysis of shlex (Stub) on depth 4 completed in 4.21 ms.
Analysis of glob (Stub) on depth 7 completed in 1.83 ms.
Analysis of numbers (Stub) on depth 11 completed in 6.12 ms.
Analysis of modules loop on depth 7 in 53.99 ms:
    email.message(Stub)
    email.policy(Stub)
    email.contentmanager(Stub)
Analysis of inspect (Stub) on depth 4 completed in 47.29 ms.
Analysis of contextlib (Stub) on depth 5 completed in 12.49 ms.
Analysis of warnings (Stub) on depth 3 completed in 5.17 ms.
Analysis of hmac (Stub) on depth 8 completed in 3.35 ms.
Analysis of traceback (Stub) on depth 4 completed in 6.29 ms.
Analysis of modules loop on depth 3 in 77.17 ms:
    collections.abc(Stub)
    collections(Stub)
Analysis of zipimport (Stub) on depth 9 completed in 9.76 ms.
Analysis of subprocess (Stub) on depth 4 completed in 13.27 ms.
Analysis of tempfile (Stub) on depth 5 completed in 5.87 ms.
Analysis of codeop (Stub) on depth 8 completed in 2.42 ms.
Analysis of pkgutil (Stub) on depth 8 completed in 3.07 ms.
Analysis of threading (Stub) on depth 4 completed in 12.32 ms.
Analysis of shutil (Stub) on depth 3 completed in 10.87 ms.
Analysis of concurrent.futures._base (Stub) on depth 6 completed in 7.4 ms.
Analysis of urllib.response (Stub) on depth 7 completed in 8.16 ms.
Analysis of code (Stub) on depth 7 completed in 7 ms.
Analysis of tarfile (Stub) on depth 4 completed in 23.31 ms.
Analysis of configparser (Stub) on depth 8 completed in 43.11 ms.
Analysis of zipfile (Stub) on depth 4 completed in 53.85 ms.
Analysis of platform (Stub) on depth 6 completed in 22.57 ms.
Analysis of modules loop on depth 5 in 51.33 ms:
    importlib.machinery(Stub)
    importlib(Stub)
    importlib.util(Stub)
Analysis of _compression (Stub) on depth 5 completed in 2.65 ms.
Analysis of bz2 (Stub) on depth 4 completed in 3.95 ms.
Analysis of discord.colour (Library) on depth 2 completed in 15.8 ms.
Analysis of lzma (Stub) on depth 4 completed in 13.37 ms.
Analysis of idna.intranges (Library) on depth 8 completed in 3.38 ms.
Analysis of mmap (CompiledBuiltin) on depth 9 completed in 10.49 ms.
Analysis of signal (Stub) on depth 4 completed in 6.31 ms.
Analysis of re (Stub) on depth 3 completed in 9.9 ms.
Analysis of plistlib (Stub) on depth 7 completed in 15.35 ms.
Analysis of random (Stub) on depth 5 completed in 7.12 ms.
Analysis of socket (Stub) on depth 4 completed in 21.67 ms.
Analysis of json (Stub) on depth 4 completed in 23.07 ms.
Analysis of reprlib (Stub) on depth 4 completed in 2.61 ms.
Analysis of struct (Stub) on depth 4 completed in 3.37 ms.
Analysis of array (CompiledBuiltin) on depth 3 completed in 7.73 ms.
Analysis of ast (Stub) on depth 5 completed in 7.88 ms.
Analysis of _ast (CompiledBuiltin) on depth 5 completed in 446.47 ms.
Analysis of opcode (Library) on depth 5 completed in 13.65 ms.
Analysis of tokenize (Stub) on depth 5 completed in 8.89 ms.
Analysis of dis (Stub) on depth 5 completed in 27.38 ms.
Analysis of pyexpat (Stub) on depth 9 completed in 16.54 ms.
Analysis of _operator (Stub) on depth 4 completed in 1.21 ms.
Analysis of _csv (CompiledBuiltin) on depth 8 completed in 15.7 ms.
Analysis of __future__ (Library) on depth 5 completed in 18.4 ms.
Analysis of email (Stub) on depth 6 completed in 1.35 ms.
Analysis of email.iterators (Stub) on depth 8 completed in 7.5 ms.
Analysis of email.encoders (Stub) on depth 6 completed in 1.15 ms.
Analysis of email.feedparser (Stub) on depth 8 completed in 8.69 ms.
Analysis of token (Library) on depth 4 completed in 86.23 ms.
Analysis of csv (Stub) on depth 8 completed in 13.97 ms.
Analysis of multiprocessing.managers (Stub) on depth 8 completed in 4.82 ms.
Analysis of concurrent.futures.thread (Stub) on depth 6 completed in 1.41 ms.
Analysis of concurrent.futures.process (Stub) on depth 6 completed in 1.77 ms.
Analysis of urllib.error (Stub) on depth 7 completed in 2.64 ms.
Analysis of email.generator (Stub) on depth 8 completed in 18.13 ms.
Analysis of datetime (Stub) on depth 4 completed in 18.95 ms.
Analysis of _imp (Stub) on depth 6 completed in 7.17 ms.
Analysis of _threading_local (Stub) on depth 5 completed in 2.36 ms.
Analysis of secrets (Stub) on depth 11 completed in 1.28 ms.
Analysis of selectors (Stub) on depth 5 completed in 15.75 ms.
Analysis of multiprocessing.connection (Stub) on depth 7 completed in 3.43 ms.
Analysis of ssl (Stub) on depth 6 completed in 17.99 ms.
Analysis of errno (CompiledBuiltin) on depth 2 completed in 106.09 ms.
Analysis of socketserver (Stub) on depth 7 completed in 10.62 ms.
Analysis of xml.parsers.expat (Stub) on depth 8 completed in 3.82 ms.
Analysis of pyexpat (Compiled) on depth 8 completed in 7.03 ms.
Analysis of attr.exceptions (Library) on depth 6 completed in 53.2 ms.
Analysis of attr._config (Library) on depth 6 completed in 0.8 ms.
Analysis of codeop (Library) on depth 7 completed in 5.22 ms.
Analysis of email.parser (Stub) on depth 7 completed in 3.08 ms.
Analysis of concurrent.futures (Stub) on depth 5 completed in 1.91 ms.
Analysis of logging (Stub) on depth 3 completed in 45.53 ms.
Analysis of gzip (Stub) on depth 5 completed in 11.94 ms.
Analysis of calendar (Stub) on depth 6 completed in 20.83 ms.
Analysis of _imp (CompiledBuiltin) on depth 5 completed in 1.74 ms.
Analysis of multiprocessing.dummy (Stub) on depth 10 completed in 10.55 ms.
Analysis of _py_abc (Library) on depth 4 completed in 14.81 ms.
Analysis of modules loop on depth 3 in 3.9 ms:
    struct(Library)
    _struct(CompiledBuiltin)
Analysis of ftplib (Stub) on depth 7 completed in 15.23 ms.
Analysis of modules loop on depth 9 in 1.92 ms:
    xml.parsers(Stub)
    xml(Stub)
Analysis of email.utils (Stub) on depth 4 completed in 4.76 ms.
Analysis of email.headerregistry (Stub) on depth 9 completed in 13.62 ms.
Analysis of http.client (Stub) on depth 7 completed in 59.42 ms.
Analysis of http.server (Stub) on depth 6 completed in 11.5 ms.
Analysis of modules loop on depth 4 in 180.43 ms:
    asyncio.streams(Stub)
    asyncio(Stub)
    asyncio.events(Stub)
    asyncio.protocols(Stub)
    asyncio.tasks(Stub)
    asyncio.queues(Stub)
    asyncio.locks(Stub)
    asyncio.futures(Stub)
    asyncio.subprocess(Stub)
Analysis of xml.parsers (Library) on depth 8 completed in 0.11 ms.
Analysis of discord.oggparse (Library) on depth 3 completed in 4.78 ms.
Analysis of abc (Library) on depth 3 completed in 6.06 ms.
Analysis of modules loop on depth 7 in 48.15 ms:
    multiprocessing.process(Stub)
    multiprocessing(Stub)
    multiprocessing.synchronize(Stub)
    multiprocessing.context(Stub)
Analysis of unittest (Stub) on depth 6 completed in 50.41 ms.
Analysis of modules loop on depth 6 in 76.07 ms:
    urllib.request(Stub)
    http.cookiejar(Stub)
Analysis of asyncio.protocols (Library) on depth 4 completed in 14.63 ms.
Analysis of numbers (Library) on depth 10 completed in 22.69 ms.
Analysis of multidict (Stub) on depth 6 completed in 61.7 ms.
Analysis of modules loop on depth 2 in 140.4 ms:
    _io(CompiledBuiltin)
    io(Library)
Analysis of _compression (Library) on depth 4 completed in 8.02 ms.
Analysis of modules loop on depth 0 in 6404.61 ms:
    sys(CompiledBuiltin)
    pathlib(Library)
    collections(Library)
    logging(Library)
    asyncio(Library)
    socket(Library)
    threading(Library)
    concurrent.futures(Library)
    types(Library)
    collections.abc(Library)
    functools(Library)
    warnings(Library)
    http(Library)
    fnmatch(Library)
    ntpath(Library)
    os(Library)
    posixpath(Library)
    re(Library)
    _collections_abc(Library)
    operator(Library)
    urllib.parse(Library)
    nt(CompiledBuiltin)
    enum(Library)
    email(Library)
    email.utils(Library)
    base64(Library)
    subprocess(Library)
    heapq(Library)
    copy(Library)
    weakref(Library)
    getopt(Library)
    doctest(Library)
    gettext(Library)
    codecs(Library)
    locale(Library)
    random(Library)
    signal(Library)
    contextlib(Library)
    selectors(Library)
    _locale(CompiledBuiltin)
    difflib(Library)
    inspect(Library)
    linecache(Library)
    pdb(Library)
    traceback(Library)
    unittest(Library)
    argparse(Library)
    hashlib(Library)
    shutil(Library)
    textwrap(Library)
    bz2(Library)
    lzma(Library)
    tarfile(Library)
    zipfile(Library)
    concurrent.futures._base(Library)
    concurrent.futures.process(Library)
    concurrent.futures.thread(Library)
    importlib(Library)
    importlib.util(Library)
    py_compile(Library)
    string(Library)
    pickle(Library)
    queue(Library)
    importlib._bootstrap_external(Library)
    importlib.machinery(Library)
    multiprocessing(Library)
    multiprocessing.connection(Library)
    multiprocessing.queues(Library)
    gzip(Library)
    dis(Library)
    tokenize(Library)
    ast(Library)
    multiprocessing.context(Library)
    multiprocessing.util(Library)
    multiprocessing.synchronize(Library)
    _pickle(CompiledBuiltin)
    pprint(Library)
    importlib.metadata(Library)
    csv(Library)
    configparser(Library)
    importlib.abc(Library)
    tempfile(Library)
    hmac(Library)
    xmlrpc.client(Library)
    multiprocessing.resource_sharer(Library)
    multiprocessing.process(Library)
    datetime(Library)
    decimal(Library)
    http.client(Library)
    xml.parsers.expat(Library)
    email.parser(Library)
    email.message(Library)
    ssl(Library)
    calendar(Library)
    genericpath(Library)
    multiprocessing.resource_tracker(Library)
    multiprocessing.heap(Library)
    test(User)
    multiprocessing.forkserver(Library)
    multiprocessing.reduction(Library)
    multiprocessing.managers(Library)
    multiprocessing.pool(Library)
    multiprocessing.sharedctypes(Library)
    multiprocessing.spawn(Library)
    multiprocessing.popen_fork(Library)
    multiprocessing.popen_spawn_posix(Library)
    multiprocessing.popen_forkserver(Library)
    multiprocessing.popen_spawn_win32(Library)
    _operator(CompiledBuiltin)
    sre_compile(Library)
    sre_parse(Library)
    _functools(CompiledBuiltin)
    runpy(Library)
    tracemalloc(Library)
    ctypes(Library)
    ctypes._endian(Library)
    multiprocessing.dummy(Library)
    multiprocessing.dummy.connection(Library)
    uu(Library)
    quopri(Library)
    email._policybase(Library)
    email.charset(Library)
    email._encoded_words(Library)
    email.generator(Library)
    email.iterators(Library)
    email.policy(Library)
    multiprocessing.shared_memory(Library)
    secrets(Library)
    unittest.result(Library)
    unittest.async_case(Library)
    unittest.case(Library)
    unittest.suite(Library)
    unittest.loader(Library)
    unittest.main(Library)
    unittest.runner(Library)
    unittest.signals(Library)
    unittest.util(Library)
    email.headerregistry(Library)
    email.contentmanager(Library)
    email.feedparser(Library)
    email.quoprimime(Library)
    email._header_value_parser(Library)
    cmd(Library)
    bdb(Library)
    code(Library)
    glob(Library)
    shlex(Library)
    pydoc(Library)
    pkgutil(Library)
    email._parseaddr(Library)
    optparse(Library)
    platform(Library)
    sysconfig(Library)
    http.server(Library)
    webbrowser(Library)
    asyncio.streams(Library)
    html(Library)
    email.base64mime(Library)
    email.encoders(Library)
    mimetypes(Library)
    socketserver(Library)
    zipimport(Library)
    email.header(Library)
    asyncio.coroutines(Library)
    asyncio.events(Library)
    asyncio.format_helpers(Library)
    asyncio.log(Library)
    asyncio.tasks(Library)
    asyncio.base_tasks(Library)
    asyncio.futures(Library)
    asyncio.queues(Library)
    asyncio.locks(Library)
    asyncio.base_futures(Library)
    asyncio.constants(Library)
    asyncio.base_events(Library)
    asyncio.runners(Library)
    asyncio.subprocess(Library)
    asyncio.windows_events(Library)
    asyncio.unix_events(Library)
    asyncio.sslproto(Library)
    asyncio.staggered(Library)
    asyncio.trsock(Library)
    _threading_local(Library)
    asyncio.base_subprocess(Library)
    asyncio.proactor_events(Library)
    asyncio.selector_events(Library)
    asyncio.windows_utils(Library)
    _osx_support(Library)
    _pydecimal(Library)
    plistlib(Library)
    distutils(Library)
    distutils.log(Library)
    _strptime(Library)
    _datetime(CompiledBuiltin)
    encodings(Library)
    _bootlocale(Library)
    _collections(CompiledBuiltin)
    encodings.mbcs(Library)
Analysis of chardet.compat (Library) on depth 7 completed in 0.98 ms.
Analysis of discord.context_managers (Library) on depth 3 completed in 2.16 ms.
Analysis of aiohttp.log (Library) on depth 5 completed in 1.92 ms.
Analysis of chardet.codingstatemachine (Library) on depth 9 completed in 2.4 ms.
Analysis of aiohttp.locks (Library) on depth 6 completed in 2.86 ms.
Analysis of discord.enums (Library) on depth 2 completed in 13.01 ms.
Analysis of json.scanner (Library) on depth 5 completed in 2.8 ms.
Analysis of ctypes.macholib.framework (Library) on depth 5 completed in 0.85 ms.
Analysis of ctypes.macholib.dylib (Library) on depth 5 completed in 1.19 ms.
Analysis of chardet.charsetprober (Library) on depth 9 completed in 3.97 ms.
Analysis of multidict._abc (Library) on depth 6 completed in 5.56 ms.
Analysis of async_timeout (Library) on depth 5 completed in 31.04 ms.
Analysis of discord.file (Library) on depth 2 completed in 3.07 ms.
Analysis of modules loop on depth 6 in 40.14 ms:
    idna(Library)
    idna.core(Library)
Analysis of discord.backoff (Library) on depth 3 completed in 2.29 ms.
Analysis of aiohttp.tcp_helpers (Library) on depth 6 completed in 1.22 ms.
Analysis of getpass (Library) on depth 6 completed in 21.88 ms.
Analysis of ipaddress (Library) on depth 6 completed in 127.91 ms.
Analysis of modules loop on depth 3 in 139.27 ms:
    websockets(Library)
    websockets.exceptions(Library)
    websockets.uri(Library)
    websockets.extensions.base(Library)
    websockets.extensions.permessage_deflate(Library)
    websockets.handshake(Library)
    websockets.headers(Library)
    websockets.http(Library)
    websockets.framing(Library)
    websockets.protocol(Library)
    websockets.server(Library)
    websockets.client(Library)
    websockets.auth(Library)
Analysis of nturl2path (Library) on depth 6 completed in 0.23 ms.
Analysis of ctypes._aix (Library) on depth 4 completed in 10.51 ms.
Analysis of urllib.response (Library) on depth 6 completed in 32.78 ms.
Analysis of yarl.quoting (Library) on depth 6 completed in 36.2 ms.
Analysis of attr._compat (Library) on depth 7 completed in 29.99 ms.
Analysis of netrc (Library) on depth 5 completed in 7.96 ms.
Analysis of discord.relationship (Library) on depth 2 completed in 2.57 ms.
Analysis of chardet.charsetgroupprober (Library) on depth 8 completed in 2.46 ms.
Analysis of chardet.escprober (Library) on depth 8 completed in 2.06 ms.
Analysis of chardet.latin1prober (Library) on depth 8 completed in 3.48 ms.
Analysis of chardet.sbcharsetprober (Library) on depth 9 completed in 3.76 ms.
Analysis of chardet.hebrewprober (Library) on depth 9 completed in 2.52 ms.
Analysis of http.cookies (Library) on depth 5 completed in 60.35 ms.
Analysis of cgi (Library) on depth 5 completed in 19.62 ms.
Analysis of chardet.mbcharsetprober (Library) on depth 10 completed in 1.57 ms.
Analysis of aiohttp.base_protocol (Library) on depth 5 completed in 1.79 ms.
Analysis of chardet.utf8prober (Library) on depth 9 completed in 3.77 ms.
Analysis of ctypes.macholib.dyld (Library) on depth 4 completed in 6.25 ms.
Analysis of modules loop on depth 3 in 30.1 ms:
    json(Library)
    json.decoder(Library)
Analysis of urllib.error (Library) on depth 6 completed in 30.82 ms.
Analysis of chardet.eucjpprober (Library) on depth 9 completed in 2.78 ms.
Analysis of chardet.gb2312prober (Library) on depth 9 completed in 1.19 ms.
Analysis of chardet.euckrprober (Library) on depth 9 completed in 1.23 ms.
Analysis of chardet.cp949prober (Library) on depth 9 completed in 1.51 ms.
Analysis of chardet.big5prober (Library) on depth 9 completed in 1.3 ms.
Analysis of chardet.euctwprober (Library) on depth 9 completed in 0.97 ms.
Analysis of multidict._multidict_py (Library) on depth 6 completed in 44.92 ms.
Analysis of chardet.sjisprober (Library) on depth 9 completed in 3.55 ms.
Analysis of chardet.sbcsgroupprober (Library) on depth 8 completed in 6.27 ms.
Analysis of ctypes.util (Library) on depth 3 completed in 22.77 ms.
Analysis of chardet.mbcsgroupprober (Library) on depth 8 completed in 11.23 ms.
Analysis of modules loop on depth 5 in 25.34 ms:
    multidict(Library)
    multidict._compat(Library)
Analysis of discord.opus (Library) on depth 2 completed in 21.95 ms.
Analysis of ftplib (Library) on depth 6 completed in 75.71 ms.
Analysis of uuid (Library) on depth 5 completed in 51.93 ms.
Analysis of chardet.universaldetector (Library) on depth 7 completed in 6.45 ms.
Analysis of yarl (Stub) on depth 6 completed in 11.76 ms.
Analysis of aiohttp.hdrs (Library) on depth 4 completed in 35.84 ms.
Analysis of discord.player (Library) on depth 2 completed in 39.42 ms.
Analysis of modules loop on depth 5 in 167.28 ms:
    urllib.request(Library)
    http.cookiejar(Library)
Analysis of chardet (Library) on depth 6 completed in 2.04 ms.
Analysis of yarl (Library) on depth 5 completed in 61 ms.
Analysis of aiohttp.typedefs (Library) on depth 5 completed in 6.81 ms.
Analysis of aiohttp.http_exceptions (Library) on depth 5 completed in 7.27 ms.
Analysis of modules loop on depth 5 in 255.15 ms:
    attr(Library)
    attr(Stub)
    attr.filters(Library)
    attr.converters(Library)
    attr.validators(Library)
    attr._version_info(Library)
    attr._funcs(Library)
    attr._make(Library)
    attr.validators(Stub)
    attr.converters(Stub)
    attr.filters(Stub)
Analysis of modules loop on depth 3 in 726.81 ms:
    aiohttp(Library)
    aiohttp.client(Library)
    aiohttp.cookiejar(Library)
    aiohttp.formdata(Library)
    aiohttp.helpers(Library)
    aiohttp.http(Library)
    aiohttp.multipart(Library)
    aiohttp.payload(Library)
    aiohttp.payload_streamer(Library)
    aiohttp.resolver(Library)
    aiohttp.signals(Library)
    aiohttp.streams(Library)
    aiohttp.tracing(Library)
    aiohttp.worker(Library)
    aiohttp.signals(Stub)
    aiohttp.frozenlist(Library)
    aiohttp.abc(Library)
    aiohttp.web_request(Library)
    aiohttp.web_response(Library)
    aiohttp.web_app(Library)
    aiohttp.web_exceptions(Library)
    aiohttp.client_reqrep(Library)
    aiohttp.client_exceptions(Library)
    aiohttp.connector(Library)
    aiohttp.http_parser(Library)
    aiohttp.web_log(Library)
    aiohttp.web_middlewares(Library)
    aiohttp.web_protocol(Library)
    aiohttp.web_routedef(Library)
    aiohttp.web_server(Library)
    aiohttp.web_urldispatcher(Library)
    aiohttp.client_ws(Library)
    aiohttp.http_websocket(Library)
    aiohttp.client_proto(Library)
    aiohttp.http_writer(Library)
    aiohttp.web_fileresponse(Library)
    aiohttp.web(Library)
    aiohttp.web_runner(Library)
    aiohttp.web_ws(Library)
Analysis of modules loop on depth 1 in 831.13 ms:
    discord(Library)
    discord.client(Library)
    discord.appinfo(Library)
    discord.user(Library)
    discord.emoji(Library)
    discord.partial_emoji(Library)
    discord.activity(Library)
    discord.channel(Library)
    discord.guild(Library)
    discord.member(Library)
    discord.message(Library)
    discord.asset(Library)
    discord.calls(Library)
    discord.role(Library)
    discord.invite(Library)
    discord.widget(Library)
    discord.object(Library)
    discord.reaction(Library)
    discord.utils(Library)
    discord.abc(Library)
    discord.embeds(Library)
    discord.shard(Library)
    discord.webhook(Library)
    discord.voice_client(Library)
    discord.audit_logs(Library)
    discord.gateway(Library)
    discord.http(Library)
    discord.state(Library)
    discord.iterators(Library)
    discord.team(Library)
Analysis version 1218 has been completed in 12713.91 ms with 669 entries analyzed and 32 entries skipped.
Analysis version 1219 of 559 entries has started.
Analysis of binascii (Stub) on depth 5 completed in 4.99 ms.
Analysis of enum (Stub) on depth 4 completed in 6.79 ms.
Analysis of pathlib (Stub) on depth 2 completed in 15.39 ms.
Analysis of itertools (CompiledBuiltin) on depth 3 completed for library in 23.47 ms.
Analysis of urllib.parse (Stub) on depth 3 completed in 33.94 ms.
Analysis of _heapq (CompiledBuiltin) on depth 4 completed for library in 0.96 ms.
Analysis of base64 (Stub) on depth 4 completed in 26.65 ms.
Analysis of _weakref (Stub) on depth 4 completed in 28.33 ms.
Analysis of zlib (Stub) on depth 4 completed in 26.96 ms.
Analysis of stat (Stub) on depth 3 completed in 3.77 ms.
Analysis of heapq (Stub) on depth 4 completed in 6.41 ms.
Analysis of time (Stub) on depth 4 completed in 3.57 ms.
Analysis of subprocess (Stub) on depth 4 completed in 9.32 ms.
Analysis of msvcrt (CompiledBuiltin) on depth 4 completed for library in 0.91 ms.
Analysis of _random (Stub) on depth 6 completed in 1.21 ms.
Analysis of hashlib (Stub) on depth 6 completed in 4.15 ms.
Analysis of locale (Stub) on depth 4 completed in 5.43 ms.
Analysis of bisect (Library) on depth 3 completed for library in 1.25 ms.
Analysis of _codecs (Stub) on depth 6 completed in 5.27 ms.
Analysis of encodings (Stub) on depth 5 completed in 0.52 ms.
Analysis of math (Stub) on depth 5 completed in 3.4 ms.
Analysis of threading (Stub) on depth 4 completed in 8.78 ms.
Analysis of json.decoder (Stub) on depth 5 completed in 2.62 ms.
Analysis of argparse (Stub) on depth 2 completed in 43.5 ms.
Analysis of _winapi (CompiledBuiltin) on depth 4 completed for library in 57.06 ms.
Analysis of shutil (Stub) on depth 3 completed in 8.28 ms.
Analysis of concurrent.futures._base (Stub) on depth 6 completed in 44.88 ms.
Analysis of select (Stub) on depth 5 completed in 8.66 ms.
Analysis of zipfile (Stub) on depth 4 completed in 8.23 ms.
Analysis of inspect (Stub) on depth 4 completed in 10.5 ms.
Analysis of contextlib (Stub) on depth 5 completed in 5.85 ms.
Analysis of py_compile (Stub) on depth 5 completed in 2.64 ms.
Analysis of array (Stub) on depth 4 completed in 17.68 ms.
Analysis of tarfile (Stub) on depth 4 completed in 17.93 ms.
Analysis of pickle (Stub) on depth 4 completed in 19.59 ms.
Analysis of _ast (Stub) on depth 6 completed in 46.02 ms.
Analysis of pyexpat.errors (Stub) on depth 9 completed for library in 0.86 ms.
Analysis of _compression (Stub) on depth 5 completed in 1.97 ms.
Analysis of ntpath (Stub) on depth 3 completed in 2.14 ms.
Analysis of pprint (Stub) on depth 5 completed in 1.91 ms.
Analysis of token (Stub) on depth 5 completed in 7.3 ms.
Analysis of _csv (Stub) on depth 9 completed in 2.54 ms.
Analysis of lzma (Stub) on depth 4 completed in 4.35 ms.
Analysis of opcode (Stub) on depth 6 completed in 2.8 ms.
Analysis of bz2 (Stub) on depth 4 completed in 2.12 ms.
Analysis of operator (Stub) on depth 3 completed in 8.84 ms.
Analysis of mmap (CompiledBuiltin) on depth 9 completed for library in 6.36 ms.
Analysis of posixpath (Stub) on depth 3 completed in 2.38 ms.
Analysis of sre_compile (Stub) on depth 4 completed in 0.81 ms.
Analysis of warnings (Stub) on depth 3 completed in 2.22 ms.
Analysis of hmac (Stub) on depth 8 completed in 1.03 ms.
Analysis of configparser (Stub) on depth 8 completed in 19.16 ms.
Analysis of errno (Stub) on depth 3 completed in 57.73 ms.
Analysis of traceback (Stub) on depth 4 completed in 54.96 ms.
Analysis of uu (Stub) on depth 8 completed in 0.81 ms.
Analysis of linecache (Stub) on depth 4 completed in 0.94 ms.
Analysis of pdb (Stub) on depth 6 completed in 3.9 ms.
Analysis of tracemalloc (Stub) on depth 4 completed in 9.05 ms.
Analysis of functools (Stub) on depth 3 completed in 69.23 ms.
Analysis of _tracemalloc (CompiledBuiltin) on depth 4 completed for library in 0.8 ms.
Analysis of webbrowser (Stub) on depth 8 completed in 7.61 ms.
Analysis of tty (Library) on depth 7 completed for library in 5.9 ms.
Analysis of colorsys (Library) on depth 3 completed for library in 2.98 ms.
Analysis of ctypes.util (Stub) on depth 4 completed in 0.53 ms.
Analysis of __future__ (Stub) on depth 6 completed in 1.21 ms.
Analysis of pkgutil (Stub) on depth 8 completed in 2.16 ms.
Analysis of marshal (CompiledBuiltin) on depth 8 completed for library in 0.73 ms.
Analysis of uuid (Stub) on depth 6 completed in 4.66 ms.
Analysis of difflib (Stub) on depth 6 completed in 11.62 ms.
Analysis of mimetypes (Stub) on depth 6 completed in 4.01 ms.
Analysis of chardet.escsm (Library) on depth 9 completed for library in 7.11 ms.
Analysis of zipimport (Stub) on depth 9 completed in 28.75 ms.
Analysis of optparse (Stub) on depth 9 completed in 65.83 ms.
Analysis of ipaddress (Stub) on depth 7 completed in 43.88 ms.
Analysis of contextvars (Library) on depth 5 completed for library in 0.27 ms.
Analysis of cgi (Stub) on depth 6 completed in 5.11 ms.
Analysis of ctypes (Stub) on depth 4 completed in 151.48 ms.
Analysis of chardet.chardistribution (Library) on depth 10 completed for library in 6.32 ms.
Analysis of chardet.mbcssm (Library) on depth 10 completed for library in 18.54 ms.
Analysis of html.entities (Library) on depth 7 completed for library in 71.41 ms.
Analysis of shlex (Stub) on depth 4 completed in 9.07 ms.
Analysis of glob (Stub) on depth 7 completed in 2.48 ms.
Analysis of tempfile (Stub) on depth 5 completed in 2.85 ms.
Analysis of urllib.response (Stub) on depth 7 completed in 8 ms.
Analysis of codeop (Stub) on depth 8 completed in 17.14 ms.
Analysis of code (Stub) on depth 7 completed in 2.46 ms.
Analysis of platform (Stub) on depth 6 completed in 19.12 ms.
Analysis of asyncio.transports (Library) on depth 4 completed for library in 33.32 ms.
Analysis of numbers (Stub) on depth 11 completed in 16.37 ms.
Analysis of modules loop on depth 3 in 49.77 ms:
    collections.abc(Stub)
    collections(Stub)
Analysis of socket (Stub) on depth 4 completed in 29.74 ms.
Analysis of modules loop on depth 5 in 24.07 ms:
Analysis of binascii (CompiledBuiltin) on depth 4 completed for library in 4.18 ms.
    importlib.machinery(Stub)
    importlib(Stub)
    importlib.util(Stub)
Analysis of http (Stub) on depth 6 completed in 48.2 ms.
Analysis of signal (Stub) on depth 4 completed in 7.86 ms.
Analysis of websockets.utils (Library) on depth 6 completed for library in 0.66 ms.
Analysis of re (Stub) on depth 3 completed in 6.37 ms.
Analysis of modules loop on depth 7 in 65.95 ms:
    email.message(Stub)
    email.policy(Stub)
    email.contentmanager(Stub)
Analysis of _weakref (CompiledBuiltin) on depth 3 completed for library in 3.32 ms.
Analysis of plistlib (Stub) on depth 7 completed in 5.73 ms.
Analysis of weakref (Stub) on depth 4 completed in 16.78 ms.
Analysis of random (Stub) on depth 5 completed in 5.72 ms.
Analysis of _random (CompiledBuiltin) on depth 5 completed for library in 0.9 ms.
Analysis of idna.intranges (Library) on depth 8 completed for library in 1.95 ms.
Analysis of _codecs (CompiledBuiltin) on depth 5 completed for library in 1.57 ms.
Analysis of math (CompiledBuiltin) on depth 4 completed for library in 3.92 ms.
Analysis of zlib (CompiledBuiltin) on depth 3 completed for library in 15.95 ms.
Analysis of time (CompiledBuiltin) on depth 3 completed for library in 15 ms.
Analysis of stat (Library) on depth 2 completed for library in 56.91 ms.
Analysis of datetime (Stub) on depth 4 completed in 40.09 ms.
Analysis of logging (Stub) on depth 3 completed in 61.38 ms.
Analysis of concurrent.futures.process (Stub) on depth 6 completed in 1.4 ms.
Analysis of json (Stub) on depth 4 completed in 1.85 ms.
Analysis of reprlib (Stub) on depth 4 completed in 1.75 ms.
Analysis of select (Compiled) on depth 4 completed for library in 1.83 ms.
Analysis of multiprocessing.managers (Stub) on depth 8 completed in 5.3 ms.
Analysis of concurrent.futures.thread (Stub) on depth 6 completed in 2.49 ms.
Analysis of array (CompiledBuiltin) on depth 3 completed for library in 7.13 ms.
Analysis of struct (Stub) on depth 4 completed in 3.24 ms.
Analysis of gzip (Stub) on depth 5 completed in 4.45 ms.
Analysis of ast (Stub) on depth 5 completed in 3.62 ms.
Analysis of pyexpat (Stub) on depth 9 completed in 3.8 ms.
Analysis of token (Library) on depth 4 completed for library in 102.09 ms.
Analysis of tokenize (Stub) on depth 5 completed in 7.65 ms.
Analysis of opcode (Library) on depth 5 completed for library in 11.64 ms.
Analysis of _csv (CompiledBuiltin) on depth 8 completed for library in 15.97 ms.
Analysis of dis (Stub) on depth 5 completed in 15.32 ms.
Analysis of _operator (Stub) on depth 4 completed in 1.17 ms.
Analysis of errno (CompiledBuiltin) on depth 2 completed for library in 159.65 ms.
Analysis of csv (Stub) on depth 8 completed in 23.89 ms.
Analysis of selectors (Stub) on depth 5 completed in 13.15 ms.
Analysis of multiprocessing.connection (Stub) on depth 7 completed in 2.41 ms.
Analysis of discord.colour (Library) on depth 2 completed for library in 7.08 ms.
Analysis of urllib.error (Stub) on depth 7 completed in 1.23 ms.
Analysis of __future__ (Library) on depth 5 completed for library in 28.92 ms.
Analysis of ssl (Stub) on depth 6 completed in 45.71 ms.
Analysis of email.encoders (Stub) on depth 6 completed in 1.83 ms.
Analysis of _imp (Stub) on depth 6 completed in 1.39 ms.
Analysis of email (Stub) on depth 6 completed in 1.31 ms.
Analysis of email.iterators (Stub) on depth 8 completed in 0.63 ms.
Analysis of email.generator (Stub) on depth 8 completed in 1.92 ms.
Analysis of socketserver (Stub) on depth 7 completed in 5.45 ms.
Analysis of email.feedparser (Stub) on depth 8 completed in 1.99 ms.
Analysis of multiprocessing.dummy (Stub) on depth 10 completed in 3.16 ms.
Analysis of _ast (CompiledBuiltin) on depth 5 completed for library in 380.61 ms.
Analysis of _weakrefset (Library) on depth 4 completed for library in 13.45 ms.
Analysis of _threading_local (Stub) on depth 5 completed in 1.27 ms.
Analysis of secrets (Stub) on depth 11 completed in 1.24 ms.
Analysis of email.headerregistry (Stub) on depth 9 completed in 11.22 ms.
Analysis of concurrent.futures (Stub) on depth 5 completed in 1.5 ms.
Analysis of calendar (Stub) on depth 6 completed in 13.94 ms.
Analysis of email.utils (Stub) on depth 4 completed in 3.1 ms.
Analysis of modules loop on depth 3 in 5.62 ms:
    struct(Library)
    _struct(Library)
Analysis of reprlib (Library) on depth 3 completed for library in 8.07 ms.
Analysis of xml.parsers.expat (Stub) on depth 8 completed in 2.57 ms.
Analysis of pyexpat (Compiled) on depth 8 completed for library in 22.48 ms.
Analysis of modules loop on depth 7 in 62.07 ms:
Analysis of unittest (Stub) on depth 6 completed in 65.15 ms.
    multiprocessing.process(Stub)
    multiprocessing(Stub)
    multiprocessing.synchronize(Stub)
    multiprocessing.context(Stub)
Analysis of _imp (CompiledBuiltin) on depth 5 completed for library in 1.2 ms.
Analysis of attr._config (Library) on depth 6 completed for library in 0.6 ms.
Analysis of codeop (Library) on depth 7 completed for library in 4.9 ms.
Analysis of http.client (Stub) on depth 7 completed in 20.14 ms.
Analysis of ftplib (Stub) on depth 7 completed in 11.68 ms.
Analysis of _py_abc (Library) on depth 4 completed for library in 6.58 ms.
Analysis of http.server (Stub) on depth 6 completed in 5.79 ms.
Analysis of email.parser (Stub) on depth 7 completed in 2.75 ms.
Analysis of attr.exceptions (Library) on depth 6 completed for library in 45.34 ms.
Analysis of discord.oggparse (Library) on depth 3 completed for library in 26.33 ms.
Analysis of abc (Library) on depth 3 completed for library in 5.22 ms.
Analysis of modules loop on depth 9 in 1.07 ms:
    xml.parsers(Stub)
    xml(Library)
Analysis of doctest (Stub) on depth 5 completed in 14.83 ms.
Analysis of multidict (Stub) on depth 6 completed in 27.24 ms.
Analysis of xml.parsers (Library) on depth 8 completed for library in 0.23 ms.
Analysis of numbers (Library) on depth 10 completed for library in 41.89 ms.
Analysis of modules loop on depth 2 in 86.08 ms:
Analysis of modules loop on depth 6 in 106.54 ms:
    urllib.request(Stub)
    http.cookiejar(Stub)
    _io(Library)
    io(Library)
Analysis of modules loop on depth 4 in 174.45 ms:
    asyncio.streams(Stub)
    asyncio(Stub)
    asyncio.events(Stub)
    asyncio.protocols(Stub)
    asyncio.tasks(Stub)
    asyncio.queues(Stub)
    asyncio.locks(Stub)
    asyncio.futures(Stub)
    asyncio.subprocess(Stub)
Analysis of asyncio.protocols (Library) on depth 4 completed for library in 24.85 ms.
Analysis of sre_constants (Library) on depth 3 completed for library in 41.2 ms.
Analysis of _compression (Library) on depth 4 completed for library in 28.01 ms.
Analysis of modules loop on depth 0 in 5064.15 ms:
    sys(Library)
    pathlib(Library)
    collections(Library)
    logging(Library)
    asyncio(Library)
    socket(Library)
    threading(Library)
    concurrent.futures(Library)
    types(Library)
    collections.abc(Library)
    functools(Library)
    warnings(Library)
    http(Library)
    fnmatch(Library)
    ntpath(Library)
    os(Library)
    posixpath(Library)
    re(Library)
    _collections_abc(Library)
    operator(Library)
    urllib.parse(Library)
    nt(Library)
    enum(Library)
    email(Library)
    email.utils(Library)
    base64(Library)
    subprocess(Library)
    heapq(Library)
    copy(Library)
    weakref(Library)
    getopt(Library)
    doctest(Library)
    gettext(Library)
    codecs(Library)
    locale(Library)
    random(Library)
    signal(Library)
    contextlib(Library)
    selectors(Library)
    _locale(Library)
    difflib(Library)
    inspect(Library)
    linecache(Library)
    pdb(Library)
    traceback(Library)
    unittest(Library)
    argparse(Library)
    hashlib(Library)
    shutil(Library)
    textwrap(Library)
    bz2(Library)
    lzma(Library)
    tarfile(Library)
    zipfile(Library)
    concurrent.futures._base(Library)
    concurrent.futures.process(Library)
    concurrent.futures.thread(Library)
    importlib(Library)
    importlib.util(Library)
    py_compile(Library)
    string(Library)
    pickle(Library)
    queue(Library)
    importlib._bootstrap_external(Library)
    importlib.machinery(Library)
    multiprocessing(Library)
    multiprocessing.connection(Library)
    multiprocessing.queues(Library)
    gzip(Library)
    dis(Library)
    tokenize(Library)
    ast(Library)
    multiprocessing.context(Library)
    multiprocessing.util(Library)
    multiprocessing.synchronize(Library)
    _pickle(Library)
    pprint(Library)
    importlib.metadata(Library)
    csv(Library)
    configparser(Library)
    importlib.abc(Library)
    tempfile(Library)
    hmac(Library)
    xmlrpc.client(Library)
    multiprocessing.resource_sharer(Library)
    multiprocessing.process(Library)
    datetime(Library)
    decimal(Library)
    http.client(Library)
    xml.parsers.expat(Library)
    email.parser(Library)
    email.message(Library)
    ssl(Library)
    calendar(Library)
    genericpath(Library)
    multiprocessing.resource_tracker(Library)
    multiprocessing.heap(Library)
    test(User)
    multiprocessing.forkserver(Library)
    multiprocessing.reduction(Library)
    multiprocessing.managers(Library)
    multiprocessing.pool(Library)
    multiprocessing.sharedctypes(Library)
    multiprocessing.spawn(Library)
    multiprocessing.popen_fork(Library)
    multiprocessing.popen_spawn_posix(Library)
    multiprocessing.popen_forkserver(Library)
    multiprocessing.popen_spawn_win32(Library)
    _operator(Library)
    sre_compile(Library)
    sre_parse(Library)
    _functools(Library)
    runpy(Library)
    tracemalloc(Library)
    ctypes(Library)
    ctypes._endian(Library)
    multiprocessing.dummy(Library)
    multiprocessing.dummy.connection(Library)
    uu(Library)
    quopri(Library)
    email._policybase(Library)
    email.charset(Library)
    email._encoded_words(Library)
    email.generator(Library)
    email.iterators(Library)
    email.policy(Library)
    multiprocessing.shared_memory(Library)
    secrets(Library)
    unittest.result(Library)
    unittest.async_case(Library)
    unittest.case(Library)
    unittest.suite(Library)
    unittest.loader(Library)
    unittest.main(Library)
    unittest.runner(Library)
    unittest.signals(Library)
    unittest.util(Library)
    email.headerregistry(Library)
    email.contentmanager(Library)
    email.feedparser(Library)
    email.quoprimime(Library)
    email._header_value_parser(Library)
    cmd(Library)
    bdb(Library)
    code(Library)
    glob(Library)
    shlex(Library)
    pydoc(Library)
    pkgutil(Library)
    email._parseaddr(Library)
    optparse(Library)
    platform(Library)
    sysconfig(Library)
    http.server(Library)
    webbrowser(Library)
    asyncio.streams(Library)
    html(Library)
    email.base64mime(Library)
    email.encoders(Library)
    mimetypes(Library)
    socketserver(Library)
    zipimport(Library)
    email.header(Library)
    asyncio.coroutines(Library)
    asyncio.events(Library)
    asyncio.format_helpers(Library)
    asyncio.log(Library)
    asyncio.tasks(Library)
    asyncio.base_tasks(Library)
    asyncio.futures(Library)
    asyncio.queues(Library)
    asyncio.locks(Library)
    asyncio.base_futures(Library)
    asyncio.constants(Library)
    asyncio.base_events(Library)
    asyncio.runners(Library)
    asyncio.subprocess(Library)
    asyncio.windows_events(Library)
    asyncio.unix_events(Library)
    asyncio.sslproto(Library)
    asyncio.staggered(Library)
    asyncio.trsock(Library)
    _threading_local(Library)
    asyncio.base_subprocess(Library)
    asyncio.proactor_events(Library)
    asyncio.selector_events(Library)
    asyncio.windows_utils(Library)
    _osx_support(Library)
    _pydecimal(Library)
    plistlib(Library)
    distutils(Library)
    distutils.log(Library)
    _strptime(Library)
    _datetime(Library)
    encodings(Library)
    _bootlocale(Library)
    _collections(Library)
    encodings.mbcs(Library)
Analysis of aiohttp.log (Library) on depth 5 completed for library in 1.1 ms.
Analysis of chardet.compat (Library) on depth 7 completed for library in 1.22 ms.
Analysis of discord.context_managers (Library) on depth 3 completed for library in 3.65 ms.
Analysis of chardet.codingstatemachine (Library) on depth 9 completed for library in 1.78 ms.
Analysis of aiohttp.locks (Library) on depth 6 completed for library in 2.65 ms.
Analysis of multidict._abc (Library) on depth 6 completed for library in 23.41 ms.
Analysis of async_timeout (Library) on depth 5 completed for library in 27.32 ms.
Analysis of discord.enums (Library) on depth 2 completed for library in 33.54 ms.
Analysis of ipaddress (Library) on depth 6 completed for library in 99.74 ms.
Analysis of ctypes.macholib.dylib (Library) on depth 5 completed for library in 2.79 ms.
Analysis of discord.file (Library) on depth 2 completed for library in 6.06 ms.
Analysis of json.scanner (Library) on depth 5 completed for library in 2.83 ms.
Analysis of ctypes.macholib.framework (Library) on depth 5 completed for library in 1.92 ms.
Analysis of json.encoder (Library) on depth 4 completed for library in 12.81 ms.
Analysis of chardet.charsetprober (Library) on depth 9 completed for library in 11.11 ms.
Analysis of discord.backoff (Library) on depth 3 completed for library in 1.43 ms.
Analysis of aiohttp.tcp_helpers (Library) on depth 6 completed for library in 1.18 ms.
Analysis of modules loop on depth 6 in 16.92 ms:
    idna(Library)
    idna.core(Library)
Analysis of getpass (Library) on depth 6 completed for library in 17.48 ms.
Analysis of nturl2path (Library) on depth 6 completed for library in 0.44 ms.
Analysis of yarl.quoting (Library) on depth 6 completed for library in 14.94 ms.
Analysis of urllib.response (Library) on depth 6 completed for library in 16.29 ms.
Analysis of attr._compat (Library) on depth 7 completed for library in 3.57 ms.
Analysis of http.cookies (Library) on depth 5 completed for library in 22.6 ms.
Analysis of ctypes._aix (Library) on depth 4 completed for library in 6.99 ms.
Analysis of netrc (Library) on depth 5 completed for library in 6 ms.
Analysis of cgi (Library) on depth 5 completed for library in 31.25 ms.
Analysis of chardet.charsetgroupprober (Library) on depth 8 completed for library in 28.78 ms.
Analysis of discord.relationship (Library) on depth 2 completed for library in 2.4 ms.
Analysis of chardet.escprober (Library) on depth 8 completed for library in 1.95 ms.
Analysis of chardet.sbcharsetprober (Library) on depth 9 completed for library in 2.62 ms.
Analysis of ctypes.macholib.dyld (Library) on depth 4 completed for library in 6.36 ms.
Analysis of chardet.hebrewprober (Library) on depth 9 completed for library in 2.1 ms.
Analysis of chardet.latin1prober (Library) on depth 8 completed for library in 3.18 ms.
Analysis of chardet.mbcharsetprober (Library) on depth 10 completed for library in 1.95 ms.
Analysis of chardet.utf8prober (Library) on depth 9 completed for library in 1.9 ms.
Analysis of aiohttp.base_protocol (Library) on depth 5 completed for library in 2.86 ms.
Analysis of modules loop on depth 3 in 13.07 ms:
    json(Library)
    json.decoder(Library)
Analysis of ftplib (Library) on depth 6 completed for library in 34.86 ms.
Analysis of chardet.sbcsgroupprober (Library) on depth 8 completed for library in 4.24 ms.
Analysis of chardet.sjisprober (Library) on depth 9 completed for library in 2.39 ms.
Analysis of chardet.eucjpprober (Library) on depth 9 completed for library in 2.45 ms.
Analysis of ctypes.util (Library) on depth 3 completed for library in 9.22 ms.
Analysis of chardet.gb2312prober (Library) on depth 9 completed for library in 1.12 ms.
Analysis of chardet.cp949prober (Library) on depth 9 completed for library in 1.46 ms.
Analysis of chardet.big5prober (Library) on depth 9 completed for library in 1.4 ms.
Analysis of chardet.euckrprober (Library) on depth 9 completed for library in 2.68 ms.
Analysis of chardet.euctwprober (Library) on depth 9 completed for library in 1.3 ms.
Analysis of multidict._multidict_py (Library) on depth 6 completed for library in 94.33 ms.
Analysis of modules loop on depth 3 in 161.05 ms:
    websockets(Library)
    websockets.exceptions(Library)
    websockets.uri(Library)
    websockets.extensions.base(Library)
    websockets.extensions.permessage_deflate(Library)
    websockets.handshake(Library)
    websockets.headers(Library)
    websockets.http(Library)
    websockets.framing(Library)
    websockets.protocol(Library)
    websockets.server(Library)
    websockets.client(Library)
    websockets.auth(Library)
Analysis of urllib.error (Library) on depth 6 completed for library in 59.37 ms.
Analysis of discord.opus (Library) on depth 2 completed for library in 36.5 ms.
Analysis of uuid (Library) on depth 5 completed for library in 65.61 ms.
Analysis of chardet.mbcsgroupprober (Library) on depth 8 completed for library in 3.12 ms.
Analysis of modules loop on depth 5 in 19.66 ms:
    multidict(Library)
    multidict._compat(Library)
Analysis of discord.player (Library) on depth 2 completed for library in 34.87 ms.
Analysis of modules loop on depth 5 in 256.5 ms:
    attr(Library)
    attr(Stub)
    attr.filters(Library)
    attr.converters(Library)
    attr.validators(Library)
    attr._version_info(Library)
    attr._funcs(Library)
    attr._make(Library)
    attr.validators(Stub)
    attr.converters(Stub)
    attr.filters(Stub)
Analysis of yarl (Stub) on depth 6 completed in 7.78 ms.
Analysis of chardet.universaldetector (Library) on depth 7 completed for library in 7.91 ms.
Analysis of chardet (Library) on depth 6 completed for library in 0.9 ms.
Analysis of aiohttp.hdrs (Library) on depth 4 completed for library in 27.71 ms.
Analysis of yarl (Library) on depth 5 completed for library in 64.08 ms.
Analysis of aiohttp.typedefs (Library) on depth 5 completed for library in 13.37 ms.
Analysis of aiohttp.http_exceptions (Library) on depth 5 completed for library in 35.19 ms.
Analysis of modules loop on depth 5 in 379.14 ms:
    urllib.request(Library)
    http.cookiejar(Library)
Analysis of modules loop on depth 3 in 584.38 ms:
    aiohttp(Library)
    aiohttp.client(Library)
    aiohttp.cookiejar(Library)
    aiohttp.formdata(Library)
    aiohttp.helpers(Library)
    aiohttp.http(Library)
    aiohttp.multipart(Library)
    aiohttp.payload(Library)
    aiohttp.payload_streamer(Library)
    aiohttp.resolver(Library)
    aiohttp.signals(Library)
    aiohttp.streams(Library)
    aiohttp.tracing(Library)
    aiohttp.worker(Library)
    aiohttp.signals(Stub)
    aiohttp.frozenlist(Library)
    aiohttp.abc(Library)
    aiohttp.web_request(Library)
    aiohttp.web_response(Library)
    aiohttp.web_app(Library)
    aiohttp.web_exceptions(Library)
    aiohttp.client_reqrep(Library)
    aiohttp.client_exceptions(Library)
    aiohttp.connector(Library)
    aiohttp.http_parser(Library)
    aiohttp.web_log(Library)
    aiohttp.web_middlewares(Library)
    aiohttp.web_protocol(Library)
    aiohttp.web_routedef(Library)
    aiohttp.web_server(Library)
    aiohttp.web_urldispatcher(Library)
    aiohttp.client_ws(Library)
    aiohttp.http_websocket(Library)
    aiohttp.client_proto(Library)
    aiohttp.http_writer(Library)
    aiohttp.web_fileresponse(Library)
    aiohttp.web(Library)
    aiohttp.web_runner(Library)
    aiohttp.web_ws(Library)
Analysis of modules loop on depth 1 in 689.74 ms:
    discord(Library)
    discord.client(Library)
    discord.appinfo(Library)
    discord.user(Library)
    discord.emoji(Library)
    discord.partial_emoji(Library)
    discord.activity(Library)
    discord.channel(Library)
    discord.guild(Library)
    discord.member(Library)
    discord.message(Library)
    discord.asset(Library)
    discord.calls(Library)
    discord.role(Library)
    discord.invite(Library)
    discord.widget(Library)
    discord.object(Library)
    discord.reaction(Library)
    discord.utils(Library)
    discord.abc(Library)
    discord.embeds(Library)
    discord.shard(Library)
    discord.webhook(Library)
    discord.voice_client(Library)
    discord.audit_logs(Library)
    discord.gateway(Library)
    discord.http(Library)
    discord.state(Library)
    discord.iterators(Library)
    discord.team(Library)
Analysis of automator (User) on depth 0 completed in 14.14 ms.
Indexing libraries.
Analysis complete: 701 modules in 33792.01 ms.
Analysis version 1219 of 559 entries has been completed in 8570.95 ms.
[Info  - 11:15:04 p.m.] Analysis caching mode: None.
0x5c commented 4 years ago

Fixed the incomplete description woops

jakebailey commented 4 years ago

Did you read the troubleshooting guide? https://github.com/microsoft/python-language-server/blob/master/TROUBLESHOOTING.md#unresolved-import-warnings

0x5c commented 4 years ago

I now see that it is by design, but I still think this is an issue: the tools should act like python does, especially when the previous tool did, and if the new one does not come with any warnings of differing behaviour.

jakebailey commented 4 years ago

"Previous tool"? What do you mean?

0x5c commented 4 years ago

Jedi detects those without issue.

jakebailey commented 4 years ago

Jedi's import resolution is much more forgiving than Python itself, and will resolve imports potentially when they won't actually work (by searching in higher directories, or next to each file). This LS takes the opposite approach, reporting errors and requiring explicit configuration of import roots.

This is a design decision we made, and aren't likely to change other than that we detect src as a potential import root, and potential work for scripts (#1602) which are tricky in their own right because each script has a unique sys.path depending on its invocation (and editors can't generically know how any given script will be run).

0x5c commented 4 years ago

If this is mostly set in stone, then the language server should at minimum come with warnings of breaking behaviour, especially in the "Switch now!" prompt of VSCode.

Also: if Jedi is too forgiving, then the bar should be python itself. Relative imports should work, as they explicitly state the path relative to the module, which the editor knows the location of.

0x5c commented 4 years ago

Modules (files or directories) in the same directory should also work, as they do in Python.

jakebailey commented 4 years ago

Relative imports should work fine; if that's what your issue is with then that'd be good to see. You haven't provided a layout or code, so it's hard to tell.

In the same directly only works if the files are being run as scripts from that same directory, which is not true for the vast majority of code we encounter. (Hence, #1602)