python-language-server
python-language-server copied to clipboard
Intellisense disappears after importing certain package
Environment data
- Language Server version: 0.5.50.0
- OS and version: Linux 20f9532e0e96 4.19.84-microsoft-standard #1 SMP Wed Nov 13 11:44:37 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
- Python version (& distribution if applicable, e.g. Anaconda): 3.6.8 |Anaconda, Inc.| (default, Dec 30 2018, 01:22:34) \n[GCC 7.3.0]
Expected behaviour
Intellisense continue to function normally.
Actual behaviour
Intellisense disappears after typing import clr.
Before:

After:

This is the content of settings.json:
{
"python.pythonPath": "/opt/miniconda3/bin/python",
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": false,
"python.analysis.logLevel": "Trace"
}
The problem does not occur if "Python: Language Server" is set to "Microsoft".
Logs
This is from the "Python" Output (there's no "Python Language Server" Output):
User belongs to experiment group 'ShowPlayIcon - start'
User belongs to experiment group 'ShowExtensionSurveyPrompt - control'
User belongs to experiment group 'DebugAdapterFactory - experiment'
User belongs to experiment group 'PtvsdWheels37 - experiment'
User belongs to experiment group 'UseTerminalToGetActivatedEnvVars - control'
User belongs to experiment group 'LocalZMQKernel - control'
User belongs to experiment group 'CollectLSRequestTiming - control'
User belongs to experiment group 'CollectNodeLSRequestTiming - experiment'
User belongs to experiment group 'EnableIPyWidgets - experiment'
User belongs to experiment group 'RunByLine - control'
User belongs to experiment group 'CustomEditorSupport - control'
> pyenv root
> conda --version
> /opt/miniconda3/bin/python ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python2 ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python3 ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python3.7 ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> python3.6 ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
> conda info --json
> conda info --json
> conda info --json
> conda env list
Starting Jedi Python language engine.
Python interpreter path: /opt/miniconda3/bin/python
> conda info --json
> conda info --json
> /opt/miniconda3/bin/python ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.prefix)"
cwd: /workspaces/demo_algo
> /opt/miniconda3/bin/python ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.prefix)"
cwd: /workspaces/demo_algo
> /opt/miniconda3/bin/python ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
cwd: /workspaces/demo_algo
> /opt/miniconda3/bin/python ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
cwd: /workspaces/demo_algo
> /opt/miniconda3/bin/python ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/pyvsc-run-isolated.py -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
cwd: /workspaces/demo_algo
> /opt/miniconda3/bin/python ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/pyvsc-run-isolated.py -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
cwd: /workspaces/demo_algo
> /opt/miniconda3/bin/python ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/pyvsc-run-isolated.py site --user-site
cwd: /workspaces/demo_algo
> /opt/miniconda3/bin/python ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/pyvsc-run-isolated.py site --user-site
cwd: /workspaces/demo_algo
> conda env list
> /opt/miniconda3/bin/python ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/pyvsc-run-isolated.py ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/completion.py
> /opt/miniconda3/bin/python ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/pyvsc-run-isolated.py ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/completion.py
> /opt/miniconda3/bin/python ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
> /opt/miniconda3/bin/python ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
> /opt/miniconda3/bin/python ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/pyvsc-run-isolated.py jupyter kernelspec --version
> /opt/miniconda3/bin/python ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /opt/miniconda3/bin/python ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /opt/miniconda3/bin/python ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /opt/miniconda3/bin/python (daemon) -m jupyter notebook --no-browser --notebook-dir=/tmp/e73c5ec3-874b-4ad8-8493-12a8fe158f7e --config=/tmp/e73c5ec3-874b-4ad8-8493-12a8fe158f7e/jupyter_notebook_config.py --NotebookApp.iopub_data_rate_limit=10000000000.0 --ip 127.0.0.1 --allow-root
> /opt/miniconda3/bin/python (daemon) -m jupyter kernelspec list --json
> /opt/miniconda3/bin/python (daemon) -m jupyter kernelspec list --json
> /opt/miniconda3/bin/python (daemon) ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/vscode_datascience_helpers/getJupyterKernels.py
> /opt/miniconda3/bin/python (daemon) ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/vscode_datascience_helpers/getJupyterKernels.py
> /opt/miniconda3/bin/python (daemon) ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/vscode_datascience_helpers/getServerInfo.py
> /opt/miniconda3/bin/python (daemon) ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/vscode_datascience_helpers/getServerInfo.py
> /opt/miniconda3/bin/python (daemon) ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/vscode_datascience_helpers/getServerInfo.py
> /opt/miniconda3/bin/python (daemon) ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/vscode_datascience_helpers/getServerInfo.py
> /opt/miniconda3/bin/python (daemon) ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/vscode_datascience_helpers/getServerInfo.py
> /opt/miniconda3/bin/python (daemon) ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/vscode_datascience_helpers/getServerInfo.py
> /opt/miniconda3/bin/python (daemon) ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/vscode_datascience_helpers/getServerInfo.py
> /opt/miniconda3/bin/python (daemon) ~/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/pythonFiles/vscode_datascience_helpers/getServerInfo.py
Logs if Language Server is Microsoft from "Python Language Server" Output:
[Info - 8:46:11 PM] Analysis cache path: /root/.cache/Microsoft/Python Language Server
[Info - 8:46:12 PM] Microsoft Python Language Server version 0.5.50.0
[Info - 8:46:12 PM] Workspace root: /workspaces/demo_algo
[Info - 8:46:13 PM] GetCurrentSearchPaths /opt/miniconda3/bin/python
[Info - 8:46:13 PM] Interpreter search paths:
[Info - 8:46:13 PM] /opt/miniconda3/lib/python3.6
[Info - 8:46:13 PM] /opt/miniconda3/lib/python3.6/lib-dynload
[Info - 8:46:13 PM] /Lean/Launcher/bin/Debug
[Info - 8:46:13 PM] /opt/miniconda3/lib/python3.6/site-packages
[Info - 8:46:13 PM] /opt/miniconda3/lib/python3.6/site-packages/dx-0.1.2-py3.6.egg
[Info - 8:46:13 PM] /opt/miniconda3/lib/python3.6/site-packages/sklearn_contrib_py_earth-0.1.0-py3.6-linux-x86_64.egg
[Info - 8:46:13 PM] /opt/miniconda3/lib/python3.6/site-packages/fasttext-0.9.1-py3.6-linux-x86_64.egg
[Info - 8:46:13 PM] /opt/miniconda3/lib/python3.6/site-packages/odo-0+unknown-py3.6.egg
[Info - 8:46:13 PM] /opt/miniconda3/lib/python3.6/site-packages/auto_ks-0.1-py3.6.egg
[Info - 8:46:13 PM] /opt/miniconda3/lib/python3.6/site-packages/pyrb-1.0.1-py3.6.egg
[Info - 8:46:13 PM] /opt/miniconda3/lib/python3.6/site-packages/ssm-0.0.1-py3.6-linux-x86_64.egg
[Info - 8:46:13 PM] /opt/miniconda3/lib/python3.6/site-packages/seaborn-0.10.1-py3.6.egg
[Info - 8:46:13 PM] /opt/miniconda3/lib/python3.6/site-packages/tigramite-4.1.0-py3.6-linux-x86_64.egg
[Info - 8:46:13 PM] /opt/miniconda3/lib/python3.6/site-packages/quantconnect-0.2-py3.6.egg
[Info - 8:46:13 PM] User search paths:
[Info - 8:46:21 PM] Initializing for /opt/miniconda3/bin/python
[Info - 8:46:21 PM] Analysis caching mode: None.
Opening document file:///workspaces/demo_algo/basic.py
Analysis of basic (User) queued. Dependencies:
Analysis version 1 of 1 entries has started.
Analysis of basic (User) on depth 0 completed in 1.68 ms.
Indexing libraries.
Analysis complete: 1 modules in 67.89 ms.
Analysis version 1 of 1 entries has been completed in 10.3 ms.
Analysis of basic (User) queued. Dependencies:
Analysis version 2 of 1 entries has started.
Analysis of basic (User) on depth 0 completed in 15.59 ms.
Analysis complete: 1 modules in 18.83 ms.
Analysis version 2 of 1 entries has been completed in 16.37 ms.
Analysis of basic (User) queued. Dependencies:
Analysis version 3 of 1 entries has started.
Analysis of basic (User) on depth 0 completed in 0.29 ms.
Analysis complete: 1 modules in 1.15 ms.
Analysis version 3 of 1 entries has been completed in 0.69 ms.
Completions in file:///workspaces/demo_algo/basic.py at (0, 1)
Analysis of basic (User) queued. Dependencies:
Analysis version 4 of 1 entries has started.
Analysis of basic (User) on depth 0 completed in 1.59 ms.
Analysis complete: 1 modules in 2.32 ms.
Analysis version 4 of 1 entries has been completed in 1.96 ms.
Analysis of basic (User) queued. Dependencies:
Analysis version 5 of 1 entries has started.
Analysis of basic (User) on depth 0 completed in 8.49 ms.
Analysis complete: 1 modules in 9.52 ms.
Analysis version 5 of 1 entries has been completed in 9.02 ms.
Completions in file:///workspaces/demo_algo/basic.py at (0, 8)
Analysis of basic (User) queued. Dependencies:
Analysis version 6 of 1 entries has started.
Analysis of basic (User) queued. Dependencies: sys
Analysis of basic (User) on depth 0 completed in 23.79 ms.
Analysis version 6 of 1 entries has been completed in 24.15 ms.
Create built-in compiled (scraped) module: sys /opt/miniconda3/bin/python
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python.sys.pyi. Reason: Cached file does not exist
Code Action in file:///workspaces/demo_algo/basic.py at (0, 10) - (0, 10)
Analysis of sys (Stub) queued. Dependencies: types (stub), importlib.abc (stub)
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 sys
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python.sys.pyi
Analysis version 8 of 1 entries has started.
Analysis of basic (User) on depth 0 completed in 1.39 ms.
Missing keys: sys(), types(/root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/Typeshed/stdlib/3/types.pyi), importlib.abc(/root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/Typeshed/stdlib/3/importlib/abc.pyi)
Analysis version 8 of 1 entries has been completed in 6.07 ms.
Analysis of sys (CompiledBuiltin) queued. Dependencies: sys (stub), _io, types
Create built-in compiled (scraped) module: _io /opt/miniconda3/bin/python
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._io.pyi. Reason: Cached file does not exist
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _io
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._io.pyi
Import: types /opt/miniconda3/lib/python3.6/types.py
Analysis version 12 of 5 entries has started.
Analysis of importlib.abc(Stub) canceled (no AST yet).
Analysis of types(Stub) canceled (no AST yet).
Analysis of sys (Stub) on depth 2 completed in 113.6 ms.
Analysis of sys (CompiledBuiltin) on depth 1 completed in 132.75 ms.
Analysis version 12 has been completed in 290.87 ms with 4 entries analyzed and 1 entries skipped.
Analysis of types (Library) queued. Dependencies: types (stub), sys, functools, collections, collections.abc
Import: functools /opt/miniconda3/lib/python3.6/functools.py
Import: collections /opt/miniconda3/lib/python3.6/collections/__init__.py
Import: collections.abc /opt/miniconda3/lib/python3.6/collections/abc.py
Analysis version 15 of 7 entries has started.
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of importlib.abc(Stub) canceled (no AST yet).
Analysis of types(Stub) canceled (no AST yet).
Analysis of modules loop on depth 1 in 435.8 ms:
sys(CompiledBuiltin)
types(Library)
Analysis version 15 has been completed in 543.92 ms with 5 entries analyzed and 2 entries skipped.
Analysis of collections.abc (Library) queued. Dependencies: collections.abc (stub), _collections_abc
Import: _collections_abc /opt/miniconda3/lib/python3.6/_collections_abc.py
Analysis version 19 of 10 entries has started.
Analysis of collections(Library) canceled (no AST yet).
Analysis of collections.abc (Library) on depth 3 completed in 3.17 ms.
Analysis of functools(Library) canceled (no AST yet).
Analysis of _io(CompiledBuiltin) canceled (no AST yet).
Analysis of importlib.abc(Stub) canceled (no AST yet).
Analysis of types(Stub) canceled (no AST yet).
Analysis of modules loop on depth 1 in 75.51 ms:
sys(CompiledBuiltin)
types(Library)
Analysis version 19 has been completed in 80.57 ms with 8 entries analyzed and 2 entries skipped.
Analysis of importlib.abc (Stub) queued. Dependencies: abc (stub), os (stub), sys (stub), types (stub), _importlib_modulespec (stub)
Analysis of types (Stub) queued. Dependencies: sys (stub), _importlib_modulespec (stub)
Analysis of _collections_abc (Library) queued. Dependencies: abc, sys
Analysis version 23 of 11 entries has started.
Analysis of functools (Stub) queued. Dependencies: sys (stub)
Import: abc /opt/miniconda3/lib/python3.6/abc.py
Analysis of abc (Library) queued. Dependencies: abc (stub), _weakrefset
Import: _weakrefset /opt/miniconda3/lib/python3.6/_weakrefset.py
Analysis of _weakrefset (Library) queued. Dependencies: _weakrefset (stub), _weakref
Create built-in compiled (scraped) module: _weakref /opt/miniconda3/bin/python
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._weakref.pyi. Reason: Cached file does not exist
Analysis of _io (CompiledBuiltin) queued. Dependencies: io
Analysis of collections.abc (Stub) queued. Dependencies: sys (stub), collections (stub)
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _weakref
Analysis of modules loop on depth 2 in 137.8 ms:
sys(Stub)
types(Stub)
importlib.abc(Stub)
Analysis of _collections_abc (Library) on depth 4 completed in 144.42 ms.
Analysis of collections(Library) canceled (no AST yet).
Analysis of functools(Library) canceled (no AST yet).
Import: io /opt/miniconda3/lib/python3.6/io.py
Analysis of _io (CompiledBuiltin) on depth 2 completed in 23.61 ms.
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._weakref.pyi
Analysis of _weakref (CompiledBuiltin) queued. Dependencies: _weakref (stub)
Analysis of _weakref (Stub) queued. Dependencies: sys (stub)
Analysis of abc (Stub) queued. Dependencies:
Analysis of collections (Library) queued. Dependencies: collections (stub), _collections_abc, operator, keyword, sys, heapq, _weakref, itertools, reprlib, _collections, warnings, copy
Analysis of _weakrefset (Stub) queued. Dependencies:
Import: operator /opt/miniconda3/lib/python3.6/operator.py
Import: keyword /opt/miniconda3/lib/python3.6/keyword.py
Import: heapq /opt/miniconda3/lib/python3.6/heapq.py
Create built-in compiled (scraped) module: itertools /opt/miniconda3/bin/python
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python.itertools.pyi. Reason: Cached file does not exist
Analysis of os (Stub) queued. Dependencies: io (stub), sys (stub), posix (stub), os.path (stub)
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 itertools
Analysis of _importlib_modulespec (Stub) queued. Dependencies: abc (stub), sys (stub)
Analysis of modules loop on depth 1 in 250.37 ms:
sys(CompiledBuiltin)
types(Library)
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python.itertools.pyi
Import: reprlib /opt/miniconda3/lib/python3.6/reprlib.py
Create built-in compiled (scraped) module: _collections /opt/miniconda3/bin/python
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._collections.pyi. Reason: Cached file does not exist
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _collections
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._collections.pyi
Import: warnings /opt/miniconda3/lib/python3.6/warnings.py
Import: copy /opt/miniconda3/lib/python3.6/copy.py
Analysis of io (Stub) queued. Dependencies: codecs (stub), mmap (stub), sys (stub), types (stub)
Analysis of mmap (Stub) queued. Dependencies: sys (stub)
Analysis of itertools (CompiledBuiltin) queued. Dependencies: itertools (stub)
Analysis of itertools (Stub) queued. Dependencies:
Analysis of codecs (Stub) queued. Dependencies: sys (stub), abc (stub), types (stub)
Analysis of heapq (Library) queued. Dependencies: heapq (stub), _heapq, doctest
Create compiled (scraped): _heapq /opt/miniconda3/lib/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_heapq.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _heapq /opt/miniconda3/lib/python3.6/lib-dynload
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_heapq.cpython-36m-x86_64-linux-gnu.pyi
Import: doctest /opt/miniconda3/lib/python3.6/doctest.py
Analysis of doctest (Library) queued. Dependencies: doctest (stub), __future__, argparse, difflib, inspect, linecache, os, pdb, re, sys, traceback, unittest, io, collections
Import: __future__ /opt/miniconda3/lib/python3.6/__future__.py
Import: argparse /opt/miniconda3/lib/python3.6/argparse.py
Import: difflib /opt/miniconda3/lib/python3.6/difflib.py
Import: inspect /opt/miniconda3/lib/python3.6/inspect.py
Import: linecache /opt/miniconda3/lib/python3.6/linecache.py
Import: os /opt/miniconda3/lib/python3.6/os.py
Import: pdb /opt/miniconda3/lib/python3.6/pdb.py
Import: re /opt/miniconda3/lib/python3.6/re.py
Import: traceback /opt/miniconda3/lib/python3.6/traceback.py
Import: unittest /opt/miniconda3/lib/python3.6/unittest/__init__.py
Analysis of unittest (Library) queued. Dependencies: unittest (stub), unittest.result, unittest.case, unittest.suite, unittest.loader, unittest.main, unittest.runner, unittest.signals, os
Import: unittest.result /opt/miniconda3/lib/python3.6/unittest/result.py
Import: unittest.case /opt/miniconda3/lib/python3.6/unittest/case.py
Import: unittest.suite /opt/miniconda3/lib/python3.6/unittest/suite.py
Import: unittest.loader /opt/miniconda3/lib/python3.6/unittest/loader.py
Import: unittest.main /opt/miniconda3/lib/python3.6/unittest/main.py
Import: unittest.runner /opt/miniconda3/lib/python3.6/unittest/runner.py
Import: unittest.signals /opt/miniconda3/lib/python3.6/unittest/signals.py
Analysis of unittest.signals (Library) queued. Dependencies: signal, weakref, functools
Import: signal /opt/miniconda3/lib/python3.6/signal.py
Import: weakref /opt/miniconda3/lib/python3.6/weakref.py
Analysis of weakref (Library) queued. Dependencies: weakref (stub), _weakref, _weakrefset, collections, sys, itertools, copy, atexit, gc
Create built-in compiled (scraped) module: atexit /opt/miniconda3/bin/python
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python.atexit.pyi. Reason: Cached file does not exist
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 atexit
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python.atexit.pyi
Create built-in compiled (scraped) module: gc /opt/miniconda3/bin/python
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python.gc.pyi. Reason: Cached file does not exist
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 gc
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python.gc.pyi
Analysis of gc (CompiledBuiltin) queued. Dependencies: gc (stub)
Analysis of gc (Stub) queued. Dependencies:
Analysis of atexit (CompiledBuiltin) queued. Dependencies: atexit (stub)
Analysis of atexit (Stub) queued. Dependencies:
Analysis of weakref (Stub) queued. Dependencies: sys (stub), types (stub), _weakref (stub), _weakrefset (stub)
Analysis version 23 has been completed in 3553.58 ms with 9 entries analyzed and 2 entries skipped.
Analysis version 91 of 60 entries has started.
Analysis of operator(Library) canceled (no AST yet).
Analysis of keyword(Library) canceled (no AST yet).
Analysis of reprlib(Library) canceled (no AST yet).
Analysis of _collections(CompiledBuiltin) canceled (no AST yet).
Analysis of warnings(Library) canceled (no AST yet).
Analysis of copy(Library) canceled (no AST yet).
Analysis of posix(Stub) canceled (no AST yet).
Analysis of os.path(Stub) canceled (no AST yet).
Analysis of signal (Library) queued. Dependencies: signal (stub), _signal, functools, enum
Create built-in compiled (scraped) module: _signal /opt/miniconda3/bin/python
Analysis of os.path (Stub) queued. Dependencies: posix (stub), sys (stub)
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._signal.pyi. Reason: Cached file does not exist
Analysis of io (Library) queued. Dependencies: io (stub), _io, abc
Analysis of itertools (Stub) on depth 5 completed in 7.82 ms.
Analysis of _heapq(Compiled) canceled (no AST yet).
Analysis of __future__(Library) canceled (no AST yet).
Analysis of argparse(Library) canceled (no AST yet).
Analysis of difflib(Library) canceled (no AST yet).
Analysis of inspect(Library) canceled (no AST yet).
Analysis of linecache(Library) canceled (no AST yet).
Analysis of os(Library) canceled (no AST yet).
Analysis of pdb(Library) canceled (no AST yet).
Analysis of re(Library) canceled (no AST yet).
Analysis of traceback(Library) canceled (no AST yet).
Analysis of unittest.result(Library) canceled (no AST yet).
Analysis of unittest.case(Library) canceled (no AST yet).
Analysis of unittest.suite(Library) canceled (no AST yet).
Analysis of unittest.loader(Library) canceled (no AST yet).
Analysis of unittest.main(Library) canceled (no AST yet).
Analysis of unittest.runner(Library) canceled (no AST yet).
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _signal
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._signal.pyi
Import: enum /opt/miniconda3/lib/python3.6/enum.py
Analysis of signal (Library) on depth 8 completed in 405.59 ms.
Analysis of gc (Stub) on depth 10 completed in 26.26 ms.
Analysis of atexit (Stub) on depth 10 completed in 0.45 ms.
Analysis of enum (Library) queued. Dependencies: enum (stub), sys, types, functools, operator, _collections, collections
Analysis of enum (Stub) queued. Dependencies: sys (stub), abc (stub)
Analysis of posix (Stub) queued. Dependencies:
Analysis of _signal (CompiledBuiltin) queued. Dependencies: signal
Analysis of copy (Library) queued. Dependencies: copy (stub), types, weakref, copyreg
Import: copyreg /opt/miniconda3/lib/python3.6/copyreg.py
Analysis of copyreg (Library) queued. Dependencies:
Analysis of copy (Stub) queued. Dependencies:
Analysis of warnings (Library) queued. Dependencies: warnings (stub), sys, linecache, tracemalloc, re, _warnings
Analysis of signal (Stub) queued. Dependencies: sys (stub), enum (stub), types (stub)
Import: tracemalloc /opt/miniconda3/lib/python3.6/tracemalloc.py
Create built-in compiled (scraped) module: _warnings /opt/miniconda3/bin/python
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._warnings.pyi. Reason: Cached file does not exist
Analysis of warnings (Stub) queued. Dependencies: types (stub)
Analysis of functools (Library) queued. Dependencies: functools (stub), _functools, abc, collections, types, weakref, reprlib, _thread
Analysis of itertools (CompiledBuiltin) on depth 4 completed in 73.09 ms.
Analysis of gc (CompiledBuiltin) on depth 9 completed in 5.38 ms.
Analysis of atexit (CompiledBuiltin) on depth 9 completed in 0.22 ms.
Analysis of _weakrefset (Stub) on depth 7 completed in 12.33 ms.
Analysis of abc (Stub) on depth 4 completed in 1.71 ms.
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _warnings
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._warnings.pyi
Analysis of _collections (CompiledBuiltin) queued. Dependencies: collections
Create built-in compiled (scraped) module: _functools /opt/miniconda3/bin/python
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._functools.pyi. Reason: Cached file does not exist
Analysis of _warnings (CompiledBuiltin) queued. Dependencies: _warnings (stub)
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _functools
Analysis of modules loop on depth 2 in 373.2 ms:
sys(Stub)
os(Stub)
_importlib_modulespec(Stub)
io(Stub)
codecs(Stub)
mmap(Stub)
types(Stub)
importlib.abc(Stub)
Analysis of _weakref (Stub) on depth 5 completed in 11.25 ms.
Analysis of weakref (Stub) on depth 9 completed in 19.3 ms.
Analysis of _weakref (CompiledBuiltin) on depth 4 completed in 28.83 ms.
Analysis of _weakrefset (Library) on depth 6 completed in 16.9 ms.
Analysis of abc (Library) on depth 5 completed in 18.09 ms.
Analysis of collections.abc (Stub) on depth 4 completed in 0.47 ms.
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._functools.pyi
Create built-in compiled (scraped) module: _thread /opt/miniconda3/bin/python
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._thread.pyi. Reason: Cached file does not exist
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _thread
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._thread.pyi
Analysis of functools (Library) on depth 3 completed in 429.57 ms.
Analysis of _io (CompiledBuiltin) on depth 2 completed in 18.55 ms.
Analysis of doctest (Library) queued. Dependencies: doctest (stub), __future__, argparse, difflib, inspect, linecache, os, pdb, re, sys, traceback, unittest, io, collections
Analysis of modules loop on depth 1 in 453.78 ms:
collections(Library)
collections.abc(Library)
_collections_abc(Library)
heapq(Library)
doctest(Library)
unittest(Library)
unittest.signals(Library)
weakref(Library)
sys(CompiledBuiltin)
types(Library)
Analysis version 91 has been completed in 1907.48 ms with 59 entries analyzed and 1 entries skipped.
Analysis version 115 of 73 entries has started.
Analysis of reprlib(Library) canceled (no AST yet).
Analysis of posix (Stub) on depth 5 completed in 1.59 ms.
Analysis of _heapq(Compiled) canceled (no AST yet).
Analysis of __future__(Library) canceled (no AST yet).
Analysis of argparse(Library) canceled (no AST yet).
Analysis of difflib(Library) canceled (no AST yet).
Analysis of inspect(Library) canceled (no AST yet).
Analysis of linecache(Library) canceled (no AST yet).
Analysis of os(Library) canceled (no AST yet).
Analysis of pdb(Library) canceled (no AST yet).
Analysis of re(Library) canceled (no AST yet).
Analysis of traceback(Library) canceled (no AST yet).
Analysis of unittest.result(Library) canceled (no AST yet).
Analysis of unittest.case(Library) canceled (no AST yet).
Analysis of unittest.suite(Library) canceled (no AST yet).
Analysis of unittest.loader(Library) canceled (no AST yet).
Analysis of unittest.main(Library) canceled (no AST yet).
Analysis of unittest.runner(Library) canceled (no AST yet).
Analysis of copy (Stub) on depth 5 completed in 1.01 ms.
Analysis of copyreg (Library) on depth 5 completed in 2.12 ms.
Analysis of tracemalloc(Library) canceled (no AST yet).
Analysis of _warnings (CompiledBuiltin) on depth 5 completed in 0.49 ms.
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of keyword(Library) canceled (no AST yet).
Analysis of operator(Library) canceled (no AST yet).
Analysis of _weakrefset (Stub) on depth 6 completed in 6.59 ms.
Analysis of abc (Stub) on depth 4 completed in 0.67 ms.
Analysis of modules loop on depth 2 in 144.16 ms:
sys(Stub)
io(Stub)
os.path(Stub)
types(Stub)
importlib.abc(Stub)
os(Stub)
_importlib_modulespec(Stub)
codecs(Stub)
mmap(Stub)
Analysis of modules loop on depth 2 in 69.05 ms:
_io(CompiledBuiltin)
io(Library)
Analysis of warnings (Stub) on depth 5 completed in 2.78 ms.
Analysis of enum (Stub) on depth 10 completed in 2.46 ms.
Analysis of signal (Stub) on depth 9 completed in 52.68 ms.
Analysis of functools (Stub) on depth 4 completed in 8.8 ms.
Analysis of modules loop on depth 1 in 405.58 ms:
functools(Library)
collections(Library)
collections.abc(Library)
_collections_abc(Library)
heapq(Library)
_collections(CompiledBuiltin)
warnings(Library)
copy(Library)
doctest(Library)
unittest(Library)
unittest.signals(Library)
signal(Library)
weakref(Library)
_signal(CompiledBuiltin)
enum(Library)
sys(CompiledBuiltin)
types(Library)
Analysis version 115 has been completed in 802.79 ms with 60 entries analyzed and 13 entries skipped.
Analysis of collections (Stub) queued. Dependencies: sys (stub), collections.abc (stub)
Analysis version 116 of 74 entries has started.
Analysis of reprlib(Library) canceled (no AST yet).
Analysis of _heapq(Compiled) canceled (no AST yet).
Analysis of __future__(Library) canceled (no AST yet).
Analysis of argparse(Library) canceled (no AST yet).
Analysis of difflib(Library) canceled (no AST yet).
Analysis of inspect(Library) canceled (no AST yet).
Analysis of linecache(Library) canceled (no AST yet).
Analysis of os(Library) canceled (no AST yet).
Analysis of pdb(Library) canceled (no AST yet).
Analysis of re(Library) canceled (no AST yet).
Analysis of traceback(Library) canceled (no AST yet).
Analysis of unittest.result(Library) canceled (no AST yet).
Analysis of unittest.case(Library) canceled (no AST yet).
Analysis of unittest.suite(Library) canceled (no AST yet).
Analysis of unittest.loader(Library) canceled (no AST yet).
Analysis of unittest.main(Library) canceled (no AST yet).
Analysis of unittest.runner(Library) canceled (no AST yet).
Analysis of tracemalloc(Library) canceled (no AST yet).
Analysis of _functools(CompiledBuiltin) canceled (no AST yet).
Analysis of _thread(CompiledBuiltin) canceled (no AST yet).
Analysis of keyword(Library) canceled (no AST yet).
Analysis of operator(Library) canceled (no AST yet).
Analysis of _warnings (Stub) queued. Dependencies:
Analysis of _thread (CompiledBuiltin) queued. Dependencies: _thread (stub)
Analysis of _thread (Stub) queued. Dependencies:
Analysis of _functools (CompiledBuiltin) queued. Dependencies: functools
Analysis of _weakrefset (Stub) on depth 6 completed in 3.88 ms.
Analysis of tracemalloc (Library) queued. Dependencies: tracemalloc (stub), collections, functools, fnmatch, linecache, os, pickle, _tracemalloc
Analysis of reprlib (Stub) queued. Dependencies: array (stub)
Import: fnmatch /opt/miniconda3/lib/python3.6/fnmatch.py
Import: pickle /opt/miniconda3/lib/python3.6/pickle.py
Create built-in compiled (scraped) module: _tracemalloc /opt/miniconda3/bin/python
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._tracemalloc.pyi. Reason: Cached file does not exist
Analysis of reprlib (Library) queued. Dependencies: reprlib (stub), itertools, _thread, _dummy_thread
Analysis of abc (Stub) on depth 4 completed in 4.8 ms.
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _tracemalloc
Analysis of modules loop on depth 2 in 149.81 ms:
importlib.abc(Stub)
_importlib_modulespec(Stub)
codecs(Stub)
os(Stub)
os.path(Stub)
sys(Stub)
types(Stub)
io(Stub)
mmap(Stub)
Analysis of modules loop on depth 2 in 133.19 ms:
io(Library)
_io(CompiledBuiltin)
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._tracemalloc.pyi
Analysis of _tracemalloc (CompiledBuiltin) queued. Dependencies: _tracemalloc (stub)
Import: _dummy_thread /opt/miniconda3/lib/python3.6/_dummy_thread.py
Analysis of modules loop on depth 4 in 243.17 ms:
collections.abc(Stub)
collections(Stub)
Code Action in file:///workspaces/demo_algo/basic.py at (2, 6) - (2, 6)
Completions in file:///workspaces/demo_algo/basic.py at (2, 6)
Analysis of basic (User) queued. Dependencies: sys
Analysis of _dummy_thread (Library) queued. Dependencies: _dummy_thread (stub), traceback, time
Create built-in compiled (scraped) module: time /opt/miniconda3/bin/python
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python.time.pyi. Reason: Cached file does not exist
Analysis of operator (Stub) queued. Dependencies: sys (stub)
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 time
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python.time.pyi
Analysis of modules loop on depth 1 in 1247.87 ms:
collections.abc(Library)
functools(Library)
_collections_abc(Library)
weakref(Library)
collections(Library)
enum(Library)
heapq(Library)
doctest(Library)
warnings(Library)
unittest(Library)
signal(Library)
copy(Library)
types(Library)
unittest.signals(Library)
_collections(CompiledBuiltin)
_signal(CompiledBuiltin)
sys(CompiledBuiltin)
Analysis version 116 has been completed in 1845.61 ms with 54 entries analyzed and 20 entries skipped.
Analysis version 132 of 82 entries has started.
Analysis of posix (Stub) on depth 5 completed in 1.64 ms.
Analysis of itertools (Stub) on depth 5 completed in 24.1 ms.
Analysis of _heapq(Compiled) canceled (no AST yet).
Analysis of __future__(Library) canceled (no AST yet).
Analysis of argparse(Library) canceled (no AST yet).
Analysis of difflib(Library) canceled (no AST yet).
Analysis of inspect(Library) canceled (no AST yet).
Analysis of linecache(Library) canceled (no AST yet).
Analysis of os(Library) canceled (no AST yet).
Analysis of pdb(Library) canceled (no AST yet).
Analysis of re(Library) canceled (no AST yet).
Analysis of traceback(Library) canceled (no AST yet).
Analysis of unittest.result(Library) canceled (no AST yet).
Analysis of unittest.case(Library) canceled (no AST yet).
Analysis of unittest.suite(Library) canceled (no AST yet).
Analysis of unittest.loader(Library) canceled (no AST yet).
Analysis of unittest.main(Library) canceled (no AST yet).
Analysis of unittest.runner(Library) canceled (no AST yet).
Analysis of _warnings (Stub) on depth 6 completed in 0.5 ms.
Analysis of _thread (Stub) on depth 5 completed in 0.42 ms.
Analysis of fnmatch(Library) canceled (no AST yet).
Analysis of pickle(Library) canceled (no AST yet).
Analysis of _tracemalloc (CompiledBuiltin) on depth 6 completed in 0.35 ms.
Analysis of array(Stub) canceled (no AST yet).
Analysis of _dummy_thread (Library) on depth 5 completed in 8.22 ms.
Analysis of _thread (CompiledBuiltin) on depth 4 completed in 1.58 ms.
Analysis of reprlib (Stub) on depth 5 completed in 1.54 ms.
Analysis of reprlib (Library) on depth 4 completed in 3.69 ms.
Analysis of keyword(Library) canceled (no AST yet).
Analysis of operator(Library) canceled (no AST yet).
Analysis of _weakrefset (Stub) on depth 6 completed in 3.42 ms.
Analysis of abc (Stub) on depth 4 completed in 5.41 ms.
Analysis of modules loop on depth 2 in 202.39 ms:
importlib.abc(Stub)
_importlib_modulespec(Stub)
codecs(Stub)
os(Stub)
os.path(Stub)
sys(Stub)
types(Stub)
io(Stub)
mmap(Stub)
Analysis of modules loop on depth 2 in 63 ms:
io(Library)
_io(CompiledBuiltin)
Analysis of modules loop on depth 4 in 93.08 ms:
collections.abc(Stub)
collections(Stub)
Analysis of modules loop on depth 1 in 616.9 ms:
tracemalloc(Library)
_functools(CompiledBuiltin)
functools(Library)
_collections_abc(Library)
weakref(Library)
collections(Library)
enum(Library)
heapq(Library)
doctest(Library)
warnings(Library)
unittest(Library)
signal(Library)
copy(Library)
types(Library)
unittest.signals(Library)
collections.abc(Library)
_collections(CompiledBuiltin)
_signal(CompiledBuiltin)
sys(CompiledBuiltin)
Analysis version 132 has been completed in 1033.81 ms with 64 entries analyzed and 18 entries skipped.
Analysis of keyword (Stub) queued. Dependencies:
Analysis of time (CompiledBuiltin) queued. Dependencies: time (stub)
Analysis version 135 of 81 entries has started.
Analysis of operator (Library) queued. Dependencies: operator (stub), functools, _operator
Analysis of argparse(Library) canceled (no AST yet).
Analysis of difflib(Library) canceled (no AST yet).
Analysis of inspect(Library) canceled (no AST yet).
Analysis of linecache(Library) canceled (no AST yet).
Analysis of os(Library) canceled (no AST yet).
Analysis of pdb(Library) canceled (no AST yet).
Analysis of re(Library) canceled (no AST yet).
Analysis of traceback(Library) canceled (no AST yet).
Analysis of unittest.result(Library) canceled (no AST yet).
Analysis of unittest.case(Library) canceled (no AST yet).
Analysis of unittest.suite(Library) canceled (no AST yet).
Analysis of unittest.loader(Library) canceled (no AST yet).
Analysis of unittest.main(Library) canceled (no AST yet).
Analysis of unittest.runner(Library) canceled (no AST yet).
Analysis of fnmatch(Library) canceled (no AST yet).
Analysis of pickle(Library) canceled (no AST yet).
Analysis of array(Stub) canceled (no AST yet).
Create built-in compiled (scraped) module: _operator /opt/miniconda3/bin/python
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._operator.pyi. Reason: Cached file does not exist
Analysis of _operator (Stub) queued. Dependencies: sys (stub), operator (stub)
Analysis of time (CompiledBuiltin) on depth 6 completed in 1.73 ms.
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _operator
Analysis of modules loop on depth 2 in 569.28 ms:
importlib.abc(Stub)
_importlib_modulespec(Stub)
codecs(Stub)
sys(Stub)
types(Stub)
io(Stub)
os(Stub)
os.path(Stub)
mmap(Stub)
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._operator.pyi
Analysis of modules loop on depth 4 in 263.96 ms:
collections.abc(Stub)
collections(Stub)
Analysis of modules loop on depth 2 in 154.18 ms:
io(Library)
_io(CompiledBuiltin)
Analysis of __future__(Library) canceled (no AST yet).
Analysis of _heapq(Compiled) canceled (no AST yet).
Analysis of keyword(Library) canceled (no AST yet).
Analysis of operator (Library) on depth 4 completed in 21.57 ms.
Analysis of modules loop on depth 1 in 996.37 ms:
functools(Library)
_collections_abc(Library)
weakref(Library)
collections(Library)
enum(Library)
heapq(Library)
doctest(Library)
warnings(Library)
tracemalloc(Library)
unittest(Library)
signal(Library)
copy(Library)
types(Library)
unittest.signals(Library)
_functools(CompiledBuiltin)
collections.abc(Library)
_collections(CompiledBuiltin)
_signal(CompiledBuiltin)
sys(CompiledBuiltin)
Analysis version 135 has been completed in 2067.22 ms with 54 entries analyzed and 27 entries skipped.
Analysis version 137 of 82 entries has started.
Analysis of _heapq(Compiled) canceled (no AST yet).
Analysis of __future__(Library) canceled (no AST yet).
Analysis of argparse(Library) canceled (no AST yet).
Analysis of difflib(Library) canceled (no AST yet).
Analysis of inspect(Library) canceled (no AST yet).
Analysis of linecache(Library) canceled (no AST yet).
Analysis of os(Library) canceled (no AST yet).
Analysis of pdb(Library) canceled (no AST yet).
Analysis of re(Library) canceled (no AST yet).
Analysis of traceback(Library) canceled (no AST yet).
Analysis of unittest.result(Library) canceled (no AST yet).
Analysis of unittest.case(Library) canceled (no AST yet).
Analysis of unittest.suite(Library) canceled (no AST yet).
Analysis of unittest.loader(Library) canceled (no AST yet).
Analysis of unittest.main(Library) canceled (no AST yet).
Analysis of unittest.runner(Library) canceled (no AST yet).
Analysis of fnmatch(Library) canceled (no AST yet).
Analysis of pickle(Library) canceled (no AST yet).
Analysis of array(Stub) canceled (no AST yet).
Analysis of itertools (CompiledBuiltin) on depth 4 completed in 14.03 ms.
Analysis of keyword(Library) canceled (no AST yet).
Analysis of _weakrefset (Stub) on depth 6 completed in 3.38 ms.
Analysis of abc (Stub) on depth 4 completed in 0.73 ms.
Analysis of modules loop on depth 2 in 81.98 ms:
importlib.abc(Stub)
_importlib_modulespec(Stub)
codecs(Stub)
sys(Stub)
types(Stub)
io(Stub)
os(Stub)
os.path(Stub)
mmap(Stub)
Analysis of modules loop on depth 2 in 83.49 ms:
io(Library)
_io(CompiledBuiltin)
Analysis of modules loop on depth 4 in 70.24 ms:
collections.abc(Stub)
collections(Stub)
Analysis of operator (Stub) on depth 5 completed in 17.42 ms.
Analysis of modules loop on depth 1 in 601.44 ms:
operator(Library)
functools(Library)
_collections_abc(Library)
weakref(Library)
collections(Library)
enum(Library)
heapq(Library)
doctest(Library)
warnings(Library)
tracemalloc(Library)
unittest(Library)
signal(Library)
copy(Library)
types(Library)
unittest.signals(Library)
_functools(CompiledBuiltin)
collections.abc(Library)
_collections(CompiledBuiltin)
_signal(CompiledBuiltin)
sys(CompiledBuiltin)
Analysis version 137 has been completed in 1123.01 ms with 57 entries analyzed and 25 entries skipped.
Analysis of time (Stub) queued. Dependencies: sys (stub), types (stub)
Analysis of basic (User) queued. Dependencies: sys
Analysis of _operator (CompiledBuiltin) queued. Dependencies: _operator (stub), operator
Analysis version 139 of 83 entries has started.
Analysis of _heapq(Compiled) canceled (no AST yet).
Analysis of __future__(Library) canceled (no AST yet).
Analysis of argparse(Library) canceled (no AST yet).
Analysis of difflib(Library) canceled (no AST yet).
Analysis of inspect(Library) canceled (no AST yet).
Analysis of linecache(Library) canceled (no AST yet).
Analysis of os(Library) canceled (no AST yet).
Analysis of pdb(Library) canceled (no AST yet).
Analysis of re(Library) canceled (no AST yet).
Analysis of traceback(Library) canceled (no AST yet).
Analysis of unittest.result(Library) canceled (no AST yet).
Analysis of unittest.case(Library) canceled (no AST yet).
Analysis of unittest.suite(Library) canceled (no AST yet).
Analysis of unittest.loader(Library) canceled (no AST yet).
Analysis of unittest.main(Library) canceled (no AST yet).
Analysis of unittest.runner(Library) canceled (no AST yet).
Analysis of fnmatch(Library) canceled (no AST yet).
Analysis of pickle(Library) canceled (no AST yet).
Analysis of array(Stub) canceled (no AST yet).
Analysis of _operator (CompiledBuiltin) on depth 5 completed in 1.62 ms.
Analysis of abc (Stub) on depth 4 completed in 1.23 ms.
Analysis of _dummy_thread (Stub) queued. Dependencies:
Analysis of itertools (CompiledBuiltin) on depth 4 completed in 79.63 ms.
Analysis of _weakrefset (Stub) on depth 6 completed in 4.62 ms.
Analysis of keyword (Library) queued. Dependencies: keyword (stub), sys, re
Analysis of heapq (Stub) queued. Dependencies: sys (stub)
Analysis of array (Stub) queued. Dependencies: sys (stub)
Analysis of _tracemalloc (Stub) queued. Dependencies:
Analysis of keyword (Library) on depth 4 completed in 65.77 ms.
Code Action in file:///workspaces/demo_algo/basic.py at (2, 8) - (2, 8)
Analysis of _heapq (Stub) queued. Dependencies:
Analysis of pickle (Library) queued. Dependencies: pickle (stub), types, copyreg, itertools, functools, sys, struct, re, io, codecs, _compat_pickle, _pickle, doctest, argparse, pprint
Import: struct /opt/miniconda3/lib/python3.6/struct.py
Import: codecs /opt/miniconda3/lib/python3.6/codecs.py
Import: _compat_pickle /opt/miniconda3/lib/python3.6/_compat_pickle.py
Create compiled (scraped): _pickle /opt/miniconda3/lib/python3.6/lib-dynload/_pickle.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_pickle.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Analysis of doctest (Stub) queued. Dependencies: sys (stub), types (stub), unittest (stub)
Analysis of _heapq (Compiled) queued. Dependencies: _heapq (stub)
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _pickle /opt/miniconda3/lib/python3.6/lib-dynload
Analysis of modules loop on depth 2 in 238.08 ms:
importlib.abc(Stub)
_importlib_modulespec(Stub)
codecs(Stub)
sys(Stub)
types(Stub)
io(Stub)
os(Stub)
os.path(Stub)
mmap(Stub)
Analysis of modules loop on depth 2 in 114.74 ms:
io(Library)
_io(CompiledBuiltin)
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_pickle.cpython-36m-x86_64-linux-gnu.pyi
Import: pprint /opt/miniconda3/lib/python3.6/pprint.py
Analysis of __future__ (Stub) queued. Dependencies: sys (stub)
Analysis of __future__ (Library) queued. Dependencies: __future__ (stub)
Analysis of modules loop on depth 4 in 30.22 ms:
collections.abc(Stub)
collections(Stub)
Analysis of modules loop on depth 1 in 560.79 ms:
functools(Library)
_collections_abc(Library)
weakref(Library)
collections(Library)
heapq(Library)
doctest(Library)
warnings(Library)
tracemalloc(Library)
unittest(Library)
signal(Library)
enum(Library)
copy(Library)
operator(Library)
types(Library)
unittest.signals(Library)
_functools(CompiledBuiltin)
collections.abc(Library)
_collections(CompiledBuiltin)
_signal(CompiledBuiltin)
sys(CompiledBuiltin)
Analysis version 139 has been completed in 1147.8 ms with 57 entries analyzed and 26 entries skipped.
Analysis version 157 of 97 entries has started.
Analysis of difflib(Library) canceled (no AST yet).
Analysis of inspect(Library) canceled (no AST yet).
Analysis of linecache(Library) canceled (no AST yet).
Analysis of os(Library) canceled (no AST yet).
Analysis of pdb(Library) canceled (no AST yet).
Analysis of re(Library) canceled (no AST yet).
Analysis of traceback(Library) canceled (no AST yet).
Analysis of unittest.result(Library) canceled (no AST yet).
Analysis of unittest.case(Library) canceled (no AST yet).
Analysis of unittest.suite(Library) canceled (no AST yet).
Analysis of unittest.loader(Library) canceled (no AST yet).
Analysis of unittest.main(Library) canceled (no AST yet).
Analysis of unittest.runner(Library) canceled (no AST yet).
Analysis of fnmatch(Library) canceled (no AST yet).
Analysis of _tracemalloc (Stub) on depth 7 completed in 0.42 ms.
Analysis of _dummy_thread (Stub) on depth 6 completed in 0.96 ms.
Analysis of keyword (Stub) on depth 5 completed in 0.25 ms.
Analysis of _heapq (Stub) on depth 6 completed in 22.73 ms.
Analysis of struct(Library) canceled (no AST yet).
Analysis of codecs(Library) canceled (no AST yet).
Analysis of _compat_pickle(Library) canceled (no AST yet).
Analysis of _pickle(Compiled) canceled (no AST yet).
Analysis of pprint(Library) canceled (no AST yet).
Analysis of _heapq (Compiled) on depth 5 completed in 0.56 ms.
Analysis of argparse(Library) canceled (no AST yet).
Analysis of itertools (CompiledBuiltin) on depth 4 completed in 4.69 ms.
Analysis of _weakrefset (Stub) on depth 6 completed in 1.95 ms.
Analysis of abc (Stub) on depth 4 completed in 0.48 ms.
Analysis of modules loop on depth 2 in 80.19 ms:
importlib.abc(Stub)
_importlib_modulespec(Stub)
codecs(Stub)
sys(Stub)
types(Stub)
io(Stub)
os(Stub)
os.path(Stub)
mmap(Stub)
Analysis of argparse (Stub) queued. Dependencies: sys (stub)
Analysis of difflib (Stub) queued. Dependencies: sys (stub)
Analysis of pprint (Library) queued. Dependencies: pprint (stub), collections, re, sys, types, io, time
Analysis of pprint (Stub) queued. Dependencies: sys (stub)
Analysis of _pickle (Compiled) queued. Dependencies:
Analysis of argparse (Library) queued. Dependencies: argparse (stub), collections, copy, os, re, sys, textwrap, gettext
Import: textwrap /opt/miniconda3/lib/python3.6/textwrap.py
Import: gettext /opt/miniconda3/lib/python3.6/gettext.py
Analysis of doctest (Stub) on depth 6 completed in 102.5 ms.
Analysis of time (Stub) on depth 7 completed in 4.7 ms.
Analysis of _operator (Stub) on depth 6 completed in 0.83 ms.
Analysis of _compat_pickle (Library) queued. Dependencies:
Analysis of gettext (Library) queued. Dependencies: gettext (stub), locale, copy, io, os, re, struct, sys, errno
Analysis of difflib (Library) queued. Dependencies: difflib (stub), heapq, collections, re, doctest
Analysis of codecs (Library) queued. Dependencies: codecs (stub), sys, _codecs, encodings
Import: locale /opt/miniconda3/lib/python3.6/locale.py
Create built-in compiled (scraped) module: errno /opt/miniconda3/bin/python
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python.errno.pyi. Reason: Cached file does not exist
Analysis of inspect (Stub) queued. Dependencies: sys (stub), types (stub)
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 errno
Analysis of modules loop on depth 2 in 245.13 ms:
io(Library)
_io(CompiledBuiltin)
Analysis of modules loop on depth 4 in 62.78 ms:
collections.abc(Stub)
collections(Stub)
Analysis of __future__ (Stub) on depth 7 completed in 0.62 ms.
Analysis of __future__ (Library) on depth 6 completed in 3.68 ms.
Analysis of array (Stub) on depth 6 completed in 12.91 ms.
Analysis of heapq (Stub) on depth 5 completed in 0.97 ms.
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python.errno.pyi
Create built-in compiled (scraped) module: _codecs /opt/miniconda3/bin/python
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._codecs.pyi. Reason: Cached file does not exist
Analysis of errno (CompiledBuiltin) queued. Dependencies: errno (stub)
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _codecs
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._codecs.pyi
Import: encodings /opt/miniconda3/lib/python3.6/encodings/__init__.py
Analysis of encodings (Library) queued. Dependencies: encodings (stub), codecs, sys, encodings.aliases, _bootlocale, encodings.mbcs
Analysis of errno (Stub) queued. Dependencies: sys (stub)
Import: encodings.aliases /opt/miniconda3/lib/python3.6/encodings/aliases.py
Import: _bootlocale /opt/miniconda3/lib/python3.6/_bootlocale.py
Import: encodings.mbcs /opt/miniconda3/lib/python3.6/encodings/mbcs.py
Analysis of encodings.mbcs (Library) queued. Dependencies: codecs
Analysis of locale (Library) queued. Dependencies: locale (stub), sys, encodings, encodings.aliases, re, collections, functools, _locale, os, _bootlocale
Create built-in compiled (scraped) module: _locale /opt/miniconda3/bin/python
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._locale.pyi. Reason: Cached file does not exist
Analysis of _bootlocale (Library) queued. Dependencies: sys, _locale, locale
Analysis of inspect (Library) queued. Dependencies: inspect (stub), abc, ast, dis, collections, collections.abc, enum, importlib, importlib.machinery, itertools, linecache, os, re, sys, tokenize, token, types, warnings, functools, operator, argparse
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _locale
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._locale.pyi
Import: ast /opt/miniconda3/lib/python3.6/ast.py
Import: dis /opt/miniconda3/lib/python3.6/dis.py
Import: importlib /opt/miniconda3/lib/python3.6/importlib/__init__.py
Import: importlib.machinery /opt/miniconda3/lib/python3.6/importlib/machinery.py
Import: tokenize /opt/miniconda3/lib/python3.6/tokenize.py
Analysis of modules loop on depth 1 in 774.82 ms:
Import: token /opt/miniconda3/lib/python3.6/token.py
keyword(Library)
pickle(Library)
_operator(CompiledBuiltin)
functools(Library)
_collections_abc(Library)
weakref(Library)
collections(Library)
heapq(Library)
doctest(Library)
warnings(Library)
tracemalloc(Library)
unittest(Library)
signal(Library)
enum(Library)
copy(Library)
operator(Library)
types(Library)
unittest.signals(Library)
_functools(CompiledBuiltin)
collections.abc(Library)
_collections(CompiledBuiltin)
_signal(CompiledBuiltin)
sys(CompiledBuiltin)
Analysis version 157 has been completed in 1365.78 ms with 71 entries analyzed and 26 entries skipped.
Analysis version 184 of 111 entries has started.
Analysis of os(Library) canceled (no AST yet).
Analysis of pdb(Library) canceled (no AST yet).
Analysis of re(Library) canceled (no AST yet).
Analysis of traceback(Library) canceled (no AST yet).
Analysis of unittest.result(Library) canceled (no AST yet).
Analysis of unittest.case(Library) canceled (no AST yet).
Analysis of unittest.suite(Library) canceled (no AST yet).
Analysis of unittest.loader(Library) canceled (no AST yet).
Analysis of unittest.main(Library) canceled (no AST yet).
Analysis of unittest.runner(Library) canceled (no AST yet).
Analysis of fnmatch(Library) canceled (no AST yet).
Analysis of struct(Library) canceled (no AST yet).
Analysis of token (Library) queued. Dependencies: token (stub), re, sys
Analysis of _compat_pickle (Library) on depth 7 completed in 21.41 ms.
Analysis of token (Stub) queued. Dependencies: sys (stub)
Analysis of _pickle (Compiled) on depth 7 completed in 13.29 ms.
Analysis of textwrap(Library) canceled (no AST yet).
Analysis of _codecs(CompiledBuiltin) canceled (no AST yet).
Analysis of encodings.aliases(Library) canceled (no AST yet).
Analysis of linecache(Library) canceled (no AST yet).
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 importlib.machinery (Library) queued. Dependencies: importlib.machinery (stub), _imp, importlib._bootstrap, importlib._bootstrap_external
Analysis of itertools (CompiledBuiltin) on depth 4 completed in 7.39 ms.
Create built-in compiled (scraped) module: _imp /opt/miniconda3/bin/python
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._imp.pyi. Reason: Cached file does not exist
Analysis of _weakrefset (Stub) on depth 6 completed in 9.43 ms.
Analysis of abc (Stub) on depth 4 completed in 5.32 ms.
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _imp
Analysis of modules loop on depth 2 in 190.82 ms:
importlib.abc(Stub)
_importlib_modulespec(Stub)
codecs(Stub)
sys(Stub)
types(Stub)
io(Stub)
os(Stub)
os.path(Stub)
mmap(Stub)
Analysis of modules loop on depth 4 in 63.59 ms:
collections.abc(Stub)
collections(Stub)
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._imp.pyi
Import: importlib._bootstrap /opt/miniconda3/lib/python3.6/importlib/_bootstrap.py
Import: importlib._bootstrap_external /opt/miniconda3/lib/python3.6/importlib/_bootstrap_external.py
Analysis of inspect (Stub) on depth 7 completed in 41.48 ms.
Analysis of importlib._bootstrap_external (Library) queued. Dependencies: tokenize
Analysis of importlib._bootstrap (Library) queued. Dependencies:
Analysis of _imp (CompiledBuiltin) queued. Dependencies: _imp (stub)
Analysis of _imp (Stub) queued. Dependencies: sys (stub), types (stub), importlib.machinery (stub)
Analysis of importlib.machinery (Stub) queued. Dependencies: importlib (stub), importlib.abc (stub), sys (stub), types (stub), _importlib_modulespec (stub)
Analysis of importlib (Library) queued. Dependencies: importlib (stub), _imp, sys, importlib._bootstrap, importlib._bootstrap_external, types, warnings
Analysis of importlib (Stub) queued. Dependencies: importlib.util (stub), importlib.abc (stub), sys (stub), types (stub)
Analysis of importlib.util (Stub) queued. Dependencies: importlib (stub), importlib.abc (stub), importlib.machinery (stub), sys (stub), types (stub)
Analysis of dis (Library) queued. Dependencies: dis (stub), sys, types, collections, io, opcode, argparse
Import: opcode /opt/miniconda3/lib/python3.6/opcode.py
Analysis of opcode (Library) queued. Dependencies: opcode (stub), _opcode
Create compiled (scraped): _opcode /opt/miniconda3/lib/python3.6/lib-dynload/_opcode.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_opcode.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Analysis of modules loop on depth 2 in 114.06 ms:
io(Library)
_io(CompiledBuiltin)
Analysis of errno (Stub) on depth 9 completed in 3.68 ms.
Analysis of errno (CompiledBuiltin) on depth 8 completed in 32.51 ms.
Analysis of encodings.aliases (Library) queued. Dependencies:
Analysis of pprint (Stub) on depth 8 completed in 1.42 ms.
Analysis of _locale (CompiledBuiltin) queued. Dependencies: locale
Analysis of difflib (Stub) on depth 7 completed in 14.14 ms.
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _opcode /opt/miniconda3/lib/python3.6/lib-dynload
Analysis of argparse (Stub) on depth 7 completed in 20.53 ms.
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_opcode.cpython-36m-x86_64-linux-gnu.pyi
Analysis of _opcode (Compiled) queued. Dependencies:
Analysis of encodings (Stub) queued. Dependencies: codecs (stub)
Analysis of _codecs (CompiledBuiltin) queued. Dependencies: _codecs (stub)
Analysis of opcode (Stub) queued. Dependencies: sys (stub)
Analysis of locale (Stub) queued. Dependencies: decimal (stub), sys (stub)
Analysis of dis (Stub) queued. Dependencies: sys (stub), types (stub), opcode (stub)
Analysis of decimal (Stub) queued. Dependencies:
Analysis of _codecs (Stub) queued. Dependencies: sys (stub), codecs (stub)
Analysis of ast (Library) queued. Dependencies: ast (stub), _ast, inspect, collections
Analysis of struct (Library) queued. Dependencies: struct (stub), _struct
Create built-in compiled (scraped) module: _ast /opt/miniconda3/bin/python
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._ast.pyi. Reason: Cached file does not exist
Analysis of gettext (Stub) queued. Dependencies:
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _ast
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._ast.pyi
Create compiled (scraped): _struct /opt/miniconda3/lib/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_struct.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Analysis of modules loop on depth 1 in 1028.35 ms:
keyword(Library)
argparse(Library)
difflib(Library)
inspect(Library)
pickle(Library)
_operator(CompiledBuiltin)
codecs(Library)
pprint(Library)
gettext(Library)
locale(Library)
encodings(Library)
_bootlocale(Library)
encodings.mbcs(Library)
functools(Library)
_collections_abc(Library)
weakref(Library)
collections(Library)
heapq(Library)
doctest(Library)
warnings(Library)
tracemalloc(Library)
unittest(Library)
signal(Library)
enum(Library)
copy(Library)
operator(Library)
types(Library)
unittest.signals(Library)
_functools(CompiledBuiltin)
collections.abc(Library)
_collections(CompiledBuiltin)
_signal(CompiledBuiltin)
sys(CompiledBuiltin)
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _struct /opt/miniconda3/lib/python3.6/lib-dynload
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_struct.cpython-36m-x86_64-linux-gnu.pyi
Analysis of _struct (Compiled) queued. Dependencies: struct
Analysis of textwrap (Library) queued. Dependencies: textwrap (stub), re
Analysis of struct (Stub) queued. Dependencies: sys (stub), array (stub)
Analysis of textwrap (Stub) queued. Dependencies:
Analysis of pickle (Stub) queued. Dependencies: sys (stub)
Analysis of fnmatch (Library) queued. Dependencies: fnmatch (stub), os, posixpath, re, functools
Import: posixpath /opt/miniconda3/lib/python3.6/posixpath.py
Analysis of posixpath (Library) queued. Dependencies: posixpath (stub), os, sys, stat, genericpath, pwd, re
Import: stat /opt/miniconda3/lib/python3.6/stat.py
Import: genericpath /opt/miniconda3/lib/python3.6/genericpath.py
Create built-in compiled (scraped) module: pwd /opt/miniconda3/bin/python
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python.pwd.pyi. Reason: Cached file does not exist
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 pwd
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python.pwd.pyi
Analysis of pwd (CompiledBuiltin) queued. Dependencies: pwd (stub)
Analysis of pwd (Stub) queued. Dependencies:
Analysis of genericpath (Library) queued. Dependencies: os, stat
Analysis of stat (Library) queued. Dependencies: stat (stub), _stat
Create built-in compiled (scraped) module: _stat /opt/miniconda3/bin/python
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._stat.pyi. Reason: Cached file does not exist
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _stat
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._stat.pyi
Analysis version 184 has been completed in 2826.95 ms with 73 entries analyzed and 38 entries skipped.
Analysis version 243 of 146 entries has started.
Analysis of os(Library) canceled (no AST yet).
Analysis of pdb(Library) canceled (no AST yet).
Analysis of re(Library) canceled (no AST yet).
Analysis of traceback(Library) canceled (no AST yet).
Analysis of unittest.result(Library) canceled (no AST yet).
Analysis of unittest.case(Library) canceled (no AST yet).
Analysis of unittest.suite(Library) canceled (no AST yet).
Analysis of unittest.loader(Library) canceled (no AST yet).
Analysis of unittest.main(Library) canceled (no AST yet).
Analysis of unittest.runner(Library) canceled (no AST yet).
Analysis of gettext (Stub) on depth 8 completed in 1.99 ms.
Analysis of ast (Stub) queued. Dependencies: _ast (stub)
Analysis of encodings.aliases (Library) on depth 9 completed in 13.72 ms.
Analysis of linecache (Stub) queued. Dependencies: sys (stub)
Analysis of _ast (CompiledBuiltin) queued. Dependencies: _ast (stub)
Analysis of linecache (Library) queued. Dependencies: linecache (stub), functools, sys, os, tokenize
Analysis of _ast (Stub) queued. Dependencies: sys (stub)
Analysis of pdb (Stub) queued. Dependencies: sys (stub)
Analysis of os (Library) queued. Dependencies: os (stub), abc, sys, errno, stat, posix, posixpath, ntpath, warnings, _collections_abc, subprocess, io
Create built-in compiled (scraped) module: posix /opt/miniconda3/bin/python
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python.posix.pyi. Reason: Cached file does not exist
Code Action in file:///workspaces/demo_algo/basic.py at (2, 4) - (2, 4)
Analysis of _stat (CompiledBuiltin) queued. Dependencies: _stat (stub)
Analysis of basic (User) queued. Dependencies: sys
Analysis of re (Stub) queued. Dependencies: sys (stub), enum (stub)
Analysis of pdb (Library) queued. Dependencies: pdb (stub), os, re, sys, cmd, bdb, dis, code, glob, pprint, signal, inspect, traceback, linecache, readline, shlex, pydoc, getopt
Analysis of importlib._bootstrap (Library) on depth 8 completed in 207.16 ms.
Analysis of _opcode (Compiled) on depth 9 completed in 0.15 ms.
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 posix
Analysis of decimal (Stub) on depth 10 completed in 15.15 ms.
Analysis of _ast (CompiledBuiltin) on depth 8 completed in 180.97 ms.
Analysis of textwrap (Stub) on depth 8 completed in 1.5 ms.
Analysis of stat (Library) on depth 8 completed in 13.29 ms.
Analysis of pwd (Stub) on depth 9 completed in 0.47 ms.
Analysis of textwrap (Library) on depth 7 completed in 14.46 ms.
Analysis of genericpath (Library) on depth 8 completed in 2.02 ms.
Analysis of pwd (CompiledBuiltin) on depth 8 completed in 3.66 ms.
Analysis of linecache (Library) on depth 5 completed in 2.95 ms.
Analysis of itertools (CompiledBuiltin) on depth 4 completed in 31.39 ms.
Analysis of _weakrefset (Stub) on depth 6 completed in 65.31 ms.
Analysis of abc (Stub) on depth 4 completed in 1.36 ms.
Analysis of modules loop on depth 2 in 203.85 ms:
importlib.abc(Stub)
_importlib_modulespec(Stub)
codecs(Stub)
sys(Stub)
types(Stub)
io(Stub)
os(Stub)
os.path(Stub)
mmap(Stub)
Analysis of opcode (Stub) on depth 9 completed in 12.29 ms.
Analysis of _codecs (Stub) on depth 9 completed in 2.74 ms.
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python.posix.pyi
Import: ntpath /opt/miniconda3/lib/python3.6/ntpath.py
Import: subprocess /opt/miniconda3/lib/python3.6/subprocess.py
Import: cmd /opt/miniconda3/lib/python3.6/cmd.py
Import: bdb /opt/miniconda3/lib/python3.6/bdb.py
Import: code /opt/miniconda3/lib/python3.6/code.py
Import: glob /opt/miniconda3/lib/python3.6/glob.py
Create compiled (scraped): readline /opt/miniconda3/lib/python3.6/lib-dynload/readline.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/readline.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Analysis of cmd (Stub) queued. Dependencies:
Analysis of ntpath (Library) queued. Dependencies: ntpath (stub), os, sys, stat, genericpath, warnings, string
Analysis of subprocess (Library) queued. Dependencies: subprocess (stub), sys, io, os, time, signal, warnings, errno, threading, _posixsubprocess, select, selectors, dummy_threading
Analysis of modules loop on depth 4 in 92.7 ms:
collections.abc(Stub)
collections(Stub)
Analysis of modules loop on depth 8 in 34.39 ms:
importlib.machinery(Stub)
importlib(Stub)
importlib.util(Stub)
Analysis of struct (Stub) on depth 8 completed in 1.65 ms.
Analysis of dis (Stub) on depth 8 completed in 2.23 ms.
Analysis of opcode (Library) on depth 8 completed in 9.66 ms.
Analysis of _codecs (CompiledBuiltin) on depth 8 completed in 0.91 ms.
Analysis of _imp (Stub) on depth 9 completed in 0.77 ms.
Analysis of modules loop on depth 7 in 1.78 ms:
struct(Library)
_struct(Compiled)
Analysis of _imp (CompiledBuiltin) on depth 8 completed in 0.31 ms.
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 readline /opt/miniconda3/lib/python3.6/lib-dynload
Analysis of modules loop on depth 2 in 187.18 ms:
io(Library)
_io(CompiledBuiltin)
Analysis of token (Stub) on depth 8 completed in 21.19 ms.
Analysis of tokenize (Stub) on depth 8 completed in 5.73 ms.
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/readline.cpython-36m-x86_64-linux-gnu.pyi
Import: shlex /opt/miniconda3/lib/python3.6/shlex.py
Import: pydoc /opt/miniconda3/lib/python3.6/pydoc.py
Import: getopt /opt/miniconda3/lib/python3.6/getopt.py
Import: string /opt/miniconda3/lib/python3.6/string.py
Import: threading /opt/miniconda3/lib/python3.6/threading.py
Create compiled (scraped): _posixsubprocess /opt/miniconda3/lib/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_posixsubprocess.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _posixsubprocess /opt/miniconda3/lib/python3.6/lib-dynload
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_posixsubprocess.cpython-36m-x86_64-linux-gnu.pyi
Create compiled (scraped): select /opt/miniconda3/lib/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/select.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 select /opt/miniconda3/lib/python3.6/lib-dynload
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/select.cpython-36m-x86_64-linux-gnu.pyi
Import: selectors /opt/miniconda3/lib/python3.6/selectors.py
Import: dummy_threading /opt/miniconda3/lib/python3.6/dummy_threading.py
Analysis of dummy_threading (Library) queued. Dependencies: sys, _dummy_thread, threading
Analysis of selectors (Library) queued. Dependencies: selectors (stub), abc, collections, math, select, sys
Create compiled (scraped): math /opt/miniconda3/lib/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/math.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 math /opt/miniconda3/lib/python3.6/lib-dynload
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/math.cpython-36m-x86_64-linux-gnu.pyi
Analysis of math (Compiled) queued. Dependencies: math (stub)
Analysis of math (Stub) queued. Dependencies: sys (stub)
Analysis of selectors (Stub) queued. Dependencies: abc (stub), socket (stub)
Analysis of socket (Stub) queued. Dependencies: sys (stub), enum (stub)
Analysis of select (Compiled) queued. Dependencies: select (stub)
Analysis of select (Stub) queued. Dependencies: sys (stub)
Analysis of _posixsubprocess (Compiled) queued. Dependencies: _posixsubprocess (stub)
Analysis of _posixsubprocess (Stub) queued. Dependencies:
Analysis of threading (Library) queued. Dependencies: threading (stub), sys, _thread, time, traceback, _weakrefset, itertools, _collections, collections, _threading_local
Import: _threading_local /opt/miniconda3/lib/python3.6/_threading_local.py
Analysis of _threading_local (Library) queued. Dependencies: _threading_local (stub), weakref, contextlib, threading
Import: contextlib /opt/miniconda3/lib/python3.6/contextlib.py
Analysis of contextlib (Library) queued. Dependencies: contextlib (stub), abc, sys, _collections_abc, collections, functools
Analysis of contextlib (Stub) queued. Dependencies: types (stub), sys (stub)
Analysis of _threading_local (Stub) queued. Dependencies: weakref (stub)
Analysis of threading (Stub) queued. Dependencies: types (stub), sys (stub)
Analysis of subprocess (Stub) queued. Dependencies: sys (stub), types (stub)
Analysis of cmd (Library) queued. Dependencies: cmd (stub), string, sys, readline
Analysis of getopt (Library) queued. Dependencies: getopt (stub), os, gettext, sys
Analysis of getopt (Stub) queued. Dependencies:
Analysis of locale (Stub) on depth 9 completed in 39.49 ms.
Analysis of bdb (Library) queued. Dependencies: fnmatch, sys, os, inspect, linecache, reprlib
Analysis of code (Stub) queued. Dependencies: sys (stub), types (stub)
Completions in file:///workspaces/demo_algo/basic.py at (2, 6)
Code Action in file:///workspaces/demo_algo/basic.py at (2, 6) - (2, 6)
Analysis of basic (User) queued. Dependencies: sys
Analysis of pickle (Stub) on depth 7 completed in 4.46 ms.
Analysis of encodings (Stub) on depth 9 completed in 0.27 ms.
Analysis of string (Library) queued. Dependencies: string (stub), _string, re, collections, warnings
Create built-in compiled (scraped) module: _string /opt/miniconda3/bin/python
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._string.pyi. Reason: Cached file does not exist
Out of order analysis of basic(User) completed in 13.22 ms.
Analysis of _stat (Stub) queued. Dependencies:
Analysis of pydoc (Library) queued. Dependencies: importlib, importlib._bootstrap, importlib._bootstrap_external, importlib.machinery, importlib.util, inspect, io, os, pkgutil, platform, re, sys, time, tokenize, urllib, urllib.parse, warnings, collections, reprlib, traceback, tempfile, subprocess, tty, pydoc_data, pydoc_data.topics, textwrap, http, http.server, email, email.message, select, threading, webbrowser, getopt
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _string
Analysis of re (Library) queued. Dependencies: re (stub), enum, sre_compile, sre_parse, functools, _locale, copyreg, sre_constants
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._string.pyi
Analysis of _string (CompiledBuiltin) queued. Dependencies:
Analysis of stat (Stub) queued. Dependencies: sys (stub)
Import: importlib.util /opt/miniconda3/lib/python3.6/importlib/util.py
Import: pkgutil /opt/miniconda3/lib/python3.6/pkgutil.py
Import: platform /opt/miniconda3/lib/python3.6/platform.py
Import: urllib /opt/miniconda3/lib/python3.6/urllib/__init__.py
Analysis of posixpath (Stub) queued. Dependencies: sys (stub)
Import: urllib.parse /opt/miniconda3/lib/python3.6/urllib/parse.py
Import: tempfile /opt/miniconda3/lib/python3.6/tempfile.py
Import: tty /opt/miniconda3/lib/python3.6/tty.py
Import: pydoc_data /opt/miniconda3/lib/python3.6/pydoc_data/__init__.py
Import: pydoc_data.topics /opt/miniconda3/lib/python3.6/pydoc_data/topics.py
Import: http /opt/miniconda3/lib/python3.6/http/__init__.py
Import: http.server /opt/miniconda3/lib/python3.6/http/server.py
Import: email /opt/miniconda3/lib/python3.6/email/__init__.py
Import: email.message /opt/miniconda3/lib/python3.6/email/message.py
Import: webbrowser /opt/miniconda3/lib/python3.6/webbrowser.py
Import: sre_compile /opt/miniconda3/lib/python3.6/sre_compile.py
Import: sre_parse /opt/miniconda3/lib/python3.6/sre_parse.py
Import: sre_constants /opt/miniconda3/lib/python3.6/sre_constants.py
Analysis of sre_constants (Library) queued. Dependencies: sre_constants (stub), _sre
Create built-in compiled (scraped) module: _sre /opt/miniconda3/bin/python
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._sre.pyi. Reason: Cached file does not exist
Analysis of importlib.util (Library) queued. Dependencies: importlib.util (stub), importlib, importlib.abc, importlib._bootstrap, importlib._bootstrap_external, contextlib, functools, sys, types, warnings
Analysis of urllib.parse (Library) queued. Dependencies: urllib.parse (stub), re, sys, collections
Analysis of fnmatch (Stub) queued. Dependencies:
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _sre
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python._sre.pyi
Analysis of _sre (CompiledBuiltin) queued. Dependencies:
Import: importlib.abc /opt/miniconda3/lib/python3.6/importlib/abc.py
Analysis of tracemalloc (Stub) queued. Dependencies: sys (stub)
Analysis of importlib.abc (Library) queued. Dependencies: importlib.abc (stub), importlib, importlib._bootstrap, importlib._bootstrap_external, importlib.machinery, abc
Analysis of unittest.runner (Library) queued. Dependencies: sys, time, warnings, unittest, unittest.result, unittest.signals
Analysis of sre_constants (Stub) queued. Dependencies:
Analysis of urllib.parse (Stub) queued. Dependencies: sys (stub)
Analysis of urllib (Library) queued. Dependencies: urllib (stub)
Analysis of unittest.main (Library) queued. Dependencies: sys, argparse, os, unittest, unittest.loader, unittest.runner, unittest.signals
Analysis of string (Stub) queued. Dependencies:
Analysis of sre_parse (Library) queued. Dependencies: sre_parse (stub), sre_constants, warnings
Analysis of unittest.loader (Library) queued. Dependencies: os, re, sys, traceback, types, functools, warnings, fnmatch, unittest, unittest.case, unittest.suite, unittest.util
Import: unittest.util /opt/miniconda3/lib/python3.6/unittest/util.py
Analysis of modules loop on depth 1 in 1759.46 ms:
argparse(Library)
inspect(Library)
fnmatch(Library)
codecs(Library)
locale(Library)
_locale(CompiledBuiltin)
ast(Library)
dis(Library)
importlib(Library)
importlib.machinery(Library)
tokenize(Library)
token(Library)
importlib._bootstrap_external(Library)
posixpath(Library)
functools(Library)
_collections_abc(Library)
weakref(Library)
collections(Library)
pickle(Library)
heapq(Library)
doctest(Library)
warnings(Library)
tracemalloc(Library)
unittest(Library)
gettext(Library)
keyword(Library)
difflib(Library)
pprint(Library)
signal(Library)
enum(Library)
copy(Library)
operator(Library)
_operator(CompiledBuiltin)
encodings(Library)
encodings.mbcs(Library)
_bootlocale(Library)
types(Library)
unittest.signals(Library)
_functools(CompiledBuiltin)
collections.abc(Library)
_collections(CompiledBuiltin)
_signal(CompiledBuiltin)
sys(CompiledBuiltin)
Analysis version 243 has been completed in 4204.61 ms with 100 entries analyzed and 46 entries skipped.
Analysis version 344 of 211 entries has started.
Analysis of unittest.result(Library) canceled (no AST yet).
Analysis of unittest.case(Library) canceled (no AST yet).
Analysis of unittest.suite(Library) canceled (no AST yet).
Analysis of fnmatch (Stub) on depth 7 completed in 0.61 ms.
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of _stat (Stub) on depth 9 completed in 2.68 ms.
Analysis of code(Library) canceled (no AST yet).
Analysis of glob(Library) canceled (no AST yet).
Analysis of readline(Compiled) canceled (no AST yet).
Analysis of shlex(Library) canceled (no AST yet).
Analysis of cmd (Stub) on depth 8 completed in 2.23 ms.
Analysis of _posixsubprocess (Stub) on depth 9 completed in 2.31 ms.
Analysis of getopt (Stub) on depth 8 completed in 0.7 ms.
Analysis of string (Stub) on depth 9 completed in 3.42 ms.
Analysis of _string (CompiledBuiltin) on depth 9 completed in 29.89 ms.
Analysis of pkgutil(Library) canceled (no AST yet).
Analysis of platform(Library) canceled (no AST yet).
Analysis of urllib (Library) on depth 8 completed in 0.03 ms.
Analysis of tempfile(Library) canceled (no AST yet).
Analysis of tty(Library) canceled (no AST yet).
Analysis of pydoc_data(Library) canceled (no AST yet).
Analysis of pydoc_data.topics(Library) canceled (no AST yet).
Analysis of http(Library) canceled (no AST yet).
Analysis of http.server(Library) canceled (no AST yet).
Analysis of email(Library) canceled (no AST yet).
Analysis of email.message(Library) canceled (no AST yet).
Analysis of webbrowser(Library) canceled (no AST yet).
Analysis of sre_compile(Library) canceled (no AST yet).
Analysis of sre_constants (Stub) on depth 7 completed in 3.6 ms.
Analysis of _sre (CompiledBuiltin) on depth 7 completed in 0.19 ms.
Analysis of _stat (CompiledBuiltin) on depth 8 completed in 13.16 ms.
Analysis of _posixsubprocess (Compiled) on depth 8 completed in 0.12 ms.
Analysis of sre_constants (Library) on depth 6 completed in 21.32 ms.
Analysis of traceback(Library) canceled (no AST yet).
Analysis of itertools (CompiledBuiltin) on depth 4 completed in 7.47 ms.
Analysis of _weakrefset (Stub) on depth 6 completed in 2.11 ms.
Analysis of abc (Stub) on depth 4 completed in 0.6 ms.
Analysis of modules loop on depth 2 in 112.14 ms:
importlib.abc(Stub)
_importlib_modulespec(Stub)
codecs(Stub)
sys(Stub)
types(Stub)
io(Stub)
os(Stub)
os.path(Stub)
mmap(Stub)
Analysis of linecache (Stub) on depth 6 completed in 1 ms.
Analysis of pdb (Stub) on depth 7 completed in 1.08 ms.
Analysis of math (Stub) on depth 10 completed in 1.95 ms.
Analysis of select (Stub) on depth 9 completed in 2.58 ms.
Analysis of urllib.parse (Stub) on depth 9 completed in 28.86 ms.
Analysis of modules loop on depth 4 in 21.99 ms:
collections.abc(Stub)
collections(Stub)
Analysis of subprocess (Stub) on depth 8 completed in 9.15 ms.
Analysis of threading (Stub) on depth 9 completed in 22.39 ms.
Analysis of contextlib (Stub) on depth 10 completed in 4.62 ms.
Analysis of modules loop on depth 8 in 8.32 ms:
importlib.machinery(Stub)
importlib(Stub)
importlib.util(Stub)
Analysis of re (Stub) on depth 6 completed in 5.39 ms.
Analysis of socket (Stub) on depth 10 completed in 10.06 ms.
Analysis of math (Compiled) on depth 9 completed in 4.48 ms.
Analysis of select (Compiled) on depth 8 completed in 24.94 ms.
Analysis of _threading_local (Stub) on depth 10 completed in 0.7 ms.
Analysis of selectors (Stub) on depth 9 completed in 4.38 ms.
Analysis of modules loop on depth 7 in 2.44 ms:
struct(Library)
_struct(Compiled)
Analysis of modules loop on depth 2 in 52.93 ms:
io(Library)
_io(CompiledBuiltin)
Analysis of _ast (Stub) on depth 9 completed in 15.56 ms.
Analysis of ast (Stub) on depth 8 completed in 2.03 ms.
Analysis of stat (Stub) on depth 8 completed in 0.76 ms.
Analysis of posixpath (Stub) on depth 8 completed in 1.18 ms.
Analysis of tracemalloc (Stub) on depth 6 completed in 55.18 ms.
Analysis of unittest.util (Library) queued. Dependencies: collections, os
Analysis of unittest.suite (Library) queued. Dependencies: sys, unittest, unittest.case, unittest.util
Analysis of urllib (Stub) queued. Dependencies:
Analysis of ntpath (Stub) queued. Dependencies: sys (stub)
Analysis of sre_parse (Stub) queued. Dependencies: sre_constants (stub)
Analysis of posix (CompiledBuiltin) queued. Dependencies: posix (stub), os
Analysis of unittest.case (Library) queued. Dependencies: sys, functools, difflib, logging, pprint, re, warnings, collections, contextlib, traceback, unittest, unittest.result, unittest.util
Analysis of sre_compile (Library) queued. Dependencies: sre_compile (stub), _sre, sre_parse, sre_constants
Analysis of tempfile (Stub) queued. Dependencies: sys (stub), types (stub)
Analysis of sre_compile (Stub) queued. Dependencies: sys (stub), sre_parse (stub), sre_constants (stub)
Import: logging /opt/miniconda3/lib/python3.6/logging/__init__.py
Analysis of code (Library) queued. Dependencies: code (stub), sys, traceback, argparse, codeop, readline
Analysis of platform (Library) queued. Dependencies: platform (stub), collections, sys, os, re, subprocess, warnings, plistlib, socket, struct
Import: codeop /opt/miniconda3/lib/python3.6/codeop.py
Import: plistlib /opt/miniconda3/lib/python3.6/plistlib.py
Analysis of unittest.result (Library) queued. Dependencies: io, sys, traceback, unittest, unittest.util, functools
Import: socket /opt/miniconda3/lib/python3.6/socket.py
Analysis of tempfile (Library) queued. Dependencies: tempfile (stub), functools, warnings, io, os, shutil, errno, random, weakref, _thread, _dummy_thread
Import: shutil /opt/miniconda3/lib/python3.6/shutil.py
Import: random /opt/miniconda3/lib/python3.6/random.py
Analysis of socket (Library) queued. Dependencies: socket (stub), _socket, os, sys, io, selectors, enum, errno
Create compiled (scraped): _socket /opt/miniconda3/lib/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Analysis of logging (Library) queued. Dependencies: logging (stub), sys, os, time, io, traceback, warnings, weakref, collections, string, threading, atexit
Analysis of unittest (Stub) queued. Dependencies: logging (stub), sys (stub), types (stub)
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_socket.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Analysis of random (Library) queued. Dependencies: random (stub), warnings, types, math, os, _collections_abc, hashlib, itertools, bisect, _random, time
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _socket /opt/miniconda3/lib/python3.6/lib-dynload
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_socket.cpython-36m-x86_64-linux-gnu.pyi
Analysis of traceback (Library) queued. Dependencies: traceback (stub), collections, itertools, linecache, sys
Analysis of _socket (Compiled) queued. Dependencies:
Import: hashlib /opt/miniconda3/lib/python3.6/hashlib.py
Import: bisect /opt/miniconda3/lib/python3.6/bisect.py
Create compiled (scraped): _random /opt/miniconda3/lib/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_random.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Analysis of logging (Stub) queued. Dependencies: string (stub), time (stub), types (stub), sys (stub), threading (stub)
Analysis of traceback (Stub) queued. Dependencies: types (stub), sys (stub)
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _random /opt/miniconda3/lib/python3.6/lib-dynload
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_random.cpython-36m-x86_64-linux-gnu.pyi
Analysis of _random (Compiled) queued. Dependencies: _random (stub)
Analysis of tty (Stub) queued. Dependencies:
Analysis of _random (Stub) queued. Dependencies: sys (stub)
Analysis of tty (Library) queued. Dependencies: tty (stub), termios
Analysis of random (Stub) queued. Dependencies: _random (stub), sys (stub)
Analysis of pydoc_data (Library) queued. Dependencies:
Analysis of webbrowser (Library) queued. Dependencies: webbrowser (stub), os, shlex, shutil, sys, subprocess, copy, glob, pwd, socket, tempfile, getopt
Create compiled (scraped): termios /opt/miniconda3/lib/python3.6/lib-dynload/termios.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/termios.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Analysis of shutil (Library) queued. Dependencies: shutil (stub), os, sys, stat, fnmatch, collections, errno, zlib, bz2, lzma, pwd, grp, tarfile, zipfile
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 termios /opt/miniconda3/lib/python3.6/lib-dynload
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/termios.cpython-36m-x86_64-linux-gnu.pyi
Create compiled (scraped): zlib /opt/miniconda3/lib/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/zlib.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 zlib /opt/miniconda3/lib/python3.6/lib-dynload
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/zlib.cpython-36m-x86_64-linux-gnu.pyi
Import: bz2 /opt/miniconda3/lib/python3.6/bz2.py
Import: lzma /opt/miniconda3/lib/python3.6/lzma.py
Create compiled (scraped): grp /opt/miniconda3/lib/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/grp.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 grp /opt/miniconda3/lib/python3.6/lib-dynload
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/grp.cpython-36m-x86_64-linux-gnu.pyi
Import: tarfile /opt/miniconda3/lib/python3.6/tarfile.py
Import: zipfile /opt/miniconda3/lib/python3.6/zipfile.py
Analysis of modules loop on depth 1 in 2448.66 ms:
argparse(Library)
inspect(Library)
linecache(Library)
os(Library)
pdb(Library)
re(Library)
unittest.loader(Library)
unittest.main(Library)
unittest.runner(Library)
fnmatch(Library)
codecs(Library)
textwrap(Library)
locale(Library)
_locale(CompiledBuiltin)
ast(Library)
dis(Library)
importlib(Library)
importlib.machinery(Library)
tokenize(Library)
token(Library)
importlib._bootstrap_external(Library)
posixpath(Library)
genericpath(Library)
ntpath(Library)
subprocess(Library)
cmd(Library)
bdb(Library)
pydoc(Library)
getopt(Library)
string(Library)
threading(Library)
selectors(Library)
dummy_threading(Library)
_threading_local(Library)
contextlib(Library)
importlib.util(Library)
urllib.parse(Library)
sre_parse(Library)
importlib.abc(Library)
functools(Library)
_collections_abc(Library)
weakref(Library)
collections(Library)
pickle(Library)
heapq(Library)
doctest(Library)
warnings(Library)
tracemalloc(Library)
unittest(Library)
gettext(Library)
keyword(Library)
difflib(Library)
pprint(Library)
signal(Library)
enum(Library)
copy(Library)
operator(Library)
_operator(CompiledBuiltin)
encodings(Library)
encodings.mbcs(Library)
_bootlocale(Library)
types(Library)
unittest.signals(Library)
_functools(CompiledBuiltin)
collections.abc(Library)
_collections(CompiledBuiltin)
_signal(CompiledBuiltin)
sys(CompiledBuiltin)
Analysis version 344 has been completed in 2955.66 ms with 142 entries analyzed and 69 entries skipped.
Analysis version 385 of 234 entries has started.
Analysis of atexit (Stub) on depth 6 completed in 0.67 ms.
Analysis of copy (Stub) on depth 5 completed in 0.51 ms.
Analysis of copyreg (Library) on depth 5 completed in 1.44 ms.
Analysis of _warnings (Stub) on depth 6 completed in 15.12 ms.
Analysis of _thread (Stub) on depth 5 completed in 0.4 ms.
Analysis of _tracemalloc (Stub) on depth 7 completed in 0.27 ms.
Analysis of _dummy_thread (Stub) on depth 6 completed in 0.68 ms.
Analysis of keyword (Stub) on depth 5 completed in 0.23 ms.
Analysis of _heapq (Stub) on depth 6 completed in 0.47 ms.
Analysis of _compat_pickle (Library) on depth 7 completed in 0.63 ms.
Analysis of _pickle (Compiled) on depth 7 completed in 1.63 ms.
Analysis of gettext (Stub) on depth 8 completed in 1.17 ms.
Analysis of encodings.aliases (Library) on depth 8 completed in 10.52 ms.
Analysis of importlib._bootstrap (Library) on depth 8 completed in 20.88 ms.
Analysis of _opcode (Compiled) on depth 9 completed in 0.07 ms.
Analysis of decimal (Stub) on depth 9 completed in 19.97 ms.
Analysis of textwrap (Stub) on depth 8 completed in 1.86 ms.
Analysis of fnmatch (Stub) on depth 7 completed in 0.47 ms.
Analysis of pwd (Stub) on depth 9 completed in 0.39 ms.
Analysis of _stat (Stub) on depth 9 completed in 0.98 ms.
Analysis of glob(Library) canceled (no AST yet).
Analysis of readline(Compiled) canceled (no AST yet).
Analysis of shlex(Library) canceled (no AST yet).
Analysis of pkgutil(Library) canceled (no AST yet).
Analysis of pydoc_data (Library) on depth 8 completed in 0.02 ms.
Analysis of pydoc_data.topics(Library) canceled (no AST yet).
Analysis of http(Library) canceled (no AST yet).
Analysis of http.server(Library) canceled (no AST yet).
Analysis of email(Library) canceled (no AST yet).
Analysis of email.message(Library) canceled (no AST yet).
Analysis of urllib (Stub) on depth 9 completed in 0.01 ms.
Analysis of codeop(Library) canceled (no AST yet).
Analysis of plistlib(Library) canceled (no AST yet).
Analysis of _socket (Compiled) on depth 10 completed in 2.85 ms.
Analysis of hashlib(Library) canceled (no AST yet).
Analysis of bisect(Library) canceled (no AST yet).
Analysis of tty (Stub) on depth 9 completed in 0.31 ms.
Analysis of sre_parse (Stub) on depth 7 completed in 1.84 ms.
Analysis of tty (Library) on depth 8 completed in 25.54 ms.
Analysis of gc (Stub) on depth 6 completed in 1.83 ms.
Analysis of itertools (CompiledBuiltin) on depth 4 completed in 8.98 ms.
Analysis of _weakrefset (Stub) on depth 6 completed in 4.41 ms.
Analysis of abc (Stub) on depth 4 completed in 2.33 ms.
Analysis of modules loop on depth 2 in 120.75 ms:
importlib.abc(Stub)
_importlib_modulespec(Stub)
codecs(Stub)
sys(Stub)
types(Stub)
io(Stub)
os(Stub)
os.path(Stub)
mmap(Stub)
Analysis of code (Stub) on depth 8 completed in 1 ms.
Analysis of tempfile (Stub) on depth 9 completed in 0.78 ms.
Analysis of traceback (Stub) on depth 7 completed in 1.7 ms.
Analysis of modules loop on depth 8 in 17.7 ms:
importlib.machinery(Stub)
importlib(Stub)
importlib.util(Stub)
Analysis of logging (Stub) on depth 8 completed in 8.49 ms.
Analysis of modules loop on depth 7 in 3.6 ms:
struct(Library)
_struct(Compiled)
Analysis of unittest (Stub) on depth 7 completed in 27.77 ms.
Analysis of modules loop on depth 2 in 53.69 ms:
io(Library)
_io(CompiledBuiltin)
Analysis of modules loop on depth 4 in 20.64 ms:
collections.abc(Stub)
collections(Stub)
Analysis of _random (Stub) on depth 11 completed in 0.74 ms.
Analysis of _random (Compiled) on depth 10 completed in 0.88 ms.
Analysis of random (Stub) on depth 10 completed in 2.38 ms.
Analysis of sre_compile (Stub) on depth 7 completed in 0.49 ms.
Analysis of ntpath (Stub) on depth 8 completed in 0.98 ms.
Analysis of shutil (Stub) queued. Dependencies: os (stub), sys (stub)
Analysis of basic (User) queued. Dependencies: sys
Analysis of bisect (Library) queued. Dependencies: bisect (stub), _bisect
Analysis of termios (Compiled) queued. Dependencies: termios (stub)
Create compiled (scraped): _bisect /opt/miniconda3/lib/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_bisect.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Analysis of bisect (Stub) queued. Dependencies:
Analysis of zipfile (Library) queued. Dependencies: zipfile (stub), io, os, re, importlib, importlib.util, sys, time, stat, shutil, struct, binascii, threading, dummy_threading, zlib, bz2, lzma, warnings, py_compile, textwrap
Out of order analysis of basic(User) completed in 56.16 ms.
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _bisect /opt/miniconda3/lib/python3.6/lib-dynload
Analysis of pydoc_data.topics (Library) queued. Dependencies:
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_bisect.cpython-36m-x86_64-linux-gnu.pyi
Create compiled (scraped): binascii /opt/miniconda3/lib/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Analysis of _bisect (Compiled) queued. Dependencies: _bisect (stub)
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/binascii.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Analysis of hashlib (Library) queued. Dependencies: hashlib (stub), _sha1, _md5, _sha256, _sha512, _blake2, _sha3, _hashlib, logging
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 binascii /opt/miniconda3/lib/python3.6/lib-dynload
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/binascii.cpython-36m-x86_64-linux-gnu.pyi
Import: py_compile /opt/miniconda3/lib/python3.6/py_compile.py
Analysis of glob (Stub) queued. Dependencies: sys (stub)
Analysis of py_compile (Library) queued. Dependencies: py_compile (stub), importlib, importlib._bootstrap_external, importlib.machinery, importlib.util, os, sys, traceback
Create compiled (scraped): _sha1 /opt/miniconda3/lib/python3.6/lib-dynload/_sha1.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_sha1.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Analysis of _bisect (Stub) queued. Dependencies:
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _sha1 /opt/miniconda3/lib/python3.6/lib-dynload
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_sha1.cpython-36m-x86_64-linux-gnu.pyi
Create compiled (scraped): _md5 /opt/miniconda3/lib/python3.6/lib-dynload/_md5.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_md5.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _md5 /opt/miniconda3/lib/python3.6/lib-dynload
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_md5.cpython-36m-x86_64-linux-gnu.pyi
Create compiled (scraped): _sha256 /opt/miniconda3/lib/python3.6/lib-dynload/_sha256.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_sha256.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _sha256 /opt/miniconda3/lib/python3.6/lib-dynload
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_sha256.cpython-36m-x86_64-linux-gnu.pyi
Create compiled (scraped): _sha512 /opt/miniconda3/lib/python3.6/lib-dynload/_sha512.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_sha512.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _sha512 /opt/miniconda3/lib/python3.6/lib-dynload
Analysis of modules loop on depth 1 in 3202.06 ms:
reprlib(Library)
argparse(Library)
inspect(Library)
linecache(Library)
os(Library)
pdb(Library)
re(Library)
traceback(Library)
unittest.result(Library)
unittest.case(Library)
unittest.suite(Library)
unittest.loader(Library)
unittest.main(Library)
unittest.runner(Library)
fnmatch(Library)
_dummy_thread(Library)
textwrap(Library)
_locale(CompiledBuiltin)
dis(Library)
importlib(Library)
importlib.machinery(Library)
tokenize(Library)
importlib._bootstrap_external(Library)
posixpath(Library)
genericpath(Library)
posix(CompiledBuiltin)
ntpath(Library)
subprocess(Library)
cmd(Library)
bdb(Library)
code(Library)
pydoc(Library)
getopt(Library)
string(Library)
threading(Library)
selectors(Library)
dummy_threading(Library)
_threading_local(Library)
contextlib(Library)
importlib.util(Library)
platform(Library)
urllib.parse(Library)
tempfile(Library)
webbrowser(Library)
sre_compile(Library)
sre_parse(Library)
importlib.abc(Library)
unittest.util(Library)
logging(Library)
socket(Library)
shutil(Library)
random(Library)
functools(Library)
_collections_abc(Library)
weakref(Library)
collections(Library)
pickle(Library)
heapq(Library)
doctest(Library)
ast(Library)
warnings(Library)
tracemalloc(Library)
unittest(Library)
gettext(Library)
locale(Library)
keyword(Library)
difflib(Library)
pprint(Library)
token(Library)
signal(Library)
enum(Library)
copy(Library)
operator(Library)
_operator(CompiledBuiltin)
codecs(Library)
encodings(Library)
_bootlocale(Library)
types(Library)
unittest.signals(Library)
_functools(CompiledBuiltin)
collections.abc(Library)
_collections(CompiledBuiltin)
_signal(CompiledBuiltin)
encodings.mbcs(Library)
sys(CompiledBuiltin)
Analysis version 385 has been completed in 3628.06 ms with 156 entries analyzed and 78 entries skipped.
Analysis version 394 of 222 entries has started.
Analysis of atexit (CompiledBuiltin) on depth 5 completed in 0.29 ms.
Analysis of gc (Stub) on depth 6 completed in 18.77 ms.
Analysis of _warnings (CompiledBuiltin) on depth 5 completed in 1.32 ms.
Analysis of _thread (CompiledBuiltin) on depth 4 completed in 2.61 ms.
Analysis of _tracemalloc (CompiledBuiltin) on depth 6 completed in 0.38 ms.
Analysis of pwd (CompiledBuiltin) on depth 8 completed in 1.25 ms.
Analysis of _stat (CompiledBuiltin) on depth 8 completed in 79.34 ms.
Analysis of glob(Library) canceled (no AST yet).
Analysis of readline(Compiled) canceled (no AST yet).
Analysis of shlex(Library) canceled (no AST yet).
Analysis of pkgutil(Library) canceled (no AST yet).
Analysis of pydoc_data.topics (Library) on depth 8 completed in 0.45 ms.
Analysis of http(Library) canceled (no AST yet).
Analysis of http.server(Library) canceled (no AST yet).
Analysis of email(Library) canceled (no AST yet).
Analysis of email.message(Library) canceled (no AST yet).
Analysis of codeop(Library) canceled (no AST yet).
Analysis of plistlib(Library) canceled (no AST yet).
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_sha512.cpython-36m-x86_64-linux-gnu.pyi
Create compiled (scraped): _blake2 /opt/miniconda3/lib/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_blake2.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _blake2 /opt/miniconda3/lib/python3.6/lib-dynload
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_blake2.cpython-36m-x86_64-linux-gnu.pyi
Create compiled (scraped): _sha3 /opt/miniconda3/lib/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_sha3.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _sha3 /opt/miniconda3/lib/python3.6/lib-dynload
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_sha3.cpython-36m-x86_64-linux-gnu.pyi
Create compiled (scraped): _hashlib /opt/miniconda3/lib/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_hashlib.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _hashlib /opt/miniconda3/lib/python3.6/lib-dynload
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_hashlib.cpython-36m-x86_64-linux-gnu.pyi
Analysis of _hashlib (Compiled) queued. Dependencies:
Analysis of termios (Stub) queued. Dependencies:
Analysis of _sha3 (Compiled) queued. Dependencies:
Analysis of webbrowser (Stub) queued. Dependencies: sys (stub)
Analysis of _blake2 (Compiled) queued. Dependencies:
Analysis of _sha512 (Compiled) queued. Dependencies:
Analysis of py_compile (Stub) queued. Dependencies: sys (stub)
Analysis of hashlib (Library) on depth 10 completed in 1146.29 ms.
Analysis of bisect (Library) on depth 10 completed in 1.25 ms.
Analysis of termios (Compiled) on depth 9 completed in 1.24 ms.
Analysis of zlib(Compiled) canceled (no AST yet).
Analysis of bz2(Library) canceled (no AST yet).
Analysis of lzma(Library) canceled (no AST yet).
Analysis of grp(Compiled) canceled (no AST yet).
Analysis of tarfile(Library) canceled (no AST yet).
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
Import: uu /opt/miniconda3/lib/python3.6/uu.py
Import: quopri /opt/miniconda3/lib/python3.6/quopri.py
Import: email.utils /opt/miniconda3/lib/python3.6/email/utils.py
Import: email.errors /opt/miniconda3/lib/python3.6/email/errors.py
Import: email._policybase /opt/miniconda3/lib/python3.6/email/_policybase.py
Import: email.charset /opt/miniconda3/lib/python3.6/email/charset.py
Import: email._encoded_words /opt/miniconda3/lib/python3.6/email/_encoded_words.py
Import: email.generator /opt/miniconda3/lib/python3.6/email/generator.py
Import: email.iterators /opt/miniconda3/lib/python3.6/email/iterators.py
Import: email.policy /opt/miniconda3/lib/python3.6/email/policy.py
Analysis of email.policy (Library) queued. Dependencies: email.policy (stub), re, email._policybase, email.utils, email.headerregistry, email.contentmanager, email.message
Import: email.headerregistry /opt/miniconda3/lib/python3.6/email/headerregistry.py
Import: email.contentmanager /opt/miniconda3/lib/python3.6/email/contentmanager.py
Analysis of email.contentmanager (Library) queued. Dependencies: email.contentmanager (stub), binascii, email, email.charset, email.message, email.errors, email.quoprimime
Import: email.quoprimime /opt/miniconda3/lib/python3.6/email/quoprimime.py
Analysis of email.quoprimime (Library) queued. Dependencies: re, string
Analysis of email.contentmanager (Stub) queued. Dependencies: email.message (stub)
Analysis of zipfile (Library) on depth 10 completed in 105.12 ms.
Analysis of _heapq (Compiled) on depth 5 completed in 0.38 ms.
Analysis of email.headerregistry (Library) queued. Dependencies: email.headerregistry (stub), types, email, email.utils, email.errors, email._header_value_parser
Analysis of itertools (CompiledBuiltin) on depth 4 completed in 9.69 ms.
Import: email._header_value_parser /opt/miniconda3/lib/python3.6/email/_header_value_parser.py
Analysis of _weakrefset (Stub) on depth 6 completed in 23.29 ms.
Analysis of abc (Stub) on depth 4 completed in 0.82 ms.
Analysis of email._header_value_parser (Library) queued. Dependencies: re, urllib, string, collections, operator, email, email._encoded_words, email.errors, email.utils
Analysis of email.headerregistry (Stub) queued. Dependencies: datetime (stub), email.errors (stub), email.policy (stub)
Analysis of datetime (Stub) queued. Dependencies: sys (stub), time (stub)
Analysis of email.policy (Stub) queued. Dependencies: abc (stub), sys (stub), email.message (stub), email.errors (stub), email.header (stub), email.contentmanager (stub)
Analysis of email.header (Stub) queued. Dependencies: email.charset (stub)
Analysis of email.iterators (Library) queued. Dependencies: email.iterators (stub), sys, io
Analysis of email.iterators (Stub) queued. Dependencies: email.message (stub)
Analysis of email.generator (Library) queued. Dependencies: email.generator (stub), re, sys, time, random, copy, io, email.utils
Analysis of email.generator (Stub) queued. Dependencies: email.message (stub), email.policy (stub)
Analysis of email._encoded_words (Library) queued. Dependencies: re, base64, binascii, functools, string, email, email.errors
Import: base64 /opt/miniconda3/lib/python3.6/base64.py
Analysis of base64 (Library) queued. Dependencies: base64 (stub), re, struct, binascii, warnings, sys, getopt
Analysis of base64 (Stub) queued. Dependencies: sys (stub)
Analysis of email.charset (Library) queued. Dependencies: email.charset (stub), functools, email, email.base64mime, email.quoprimime, email.errors, email.encoders
Analysis of modules loop on depth 2 in 133.58 ms:
importlib.abc(Stub)
_importlib_modulespec(Stub)
codecs(Stub)
sys(Stub)
types(Stub)
io(Stub)
os(Stub)
os.path(Stub)
mmap(Stub)
Import: email.base64mime /opt/miniconda3/lib/python3.6/email/base64mime.py
Import: email.encoders /opt/miniconda3/lib/python3.6/email/encoders.py
Analysis of email.encoders (Library) queued. Dependencies: email.encoders (stub), base64, quopri
Analysis of email.encoders (Stub) queued. Dependencies: email.message (stub)
Analysis of email.base64mime (Library) queued. Dependencies: base64, binascii
Analysis of binascii (Compiled) queued. Dependencies: binascii (stub)
Analysis of binascii (Stub) queued. Dependencies: sys (stub)
Analysis of hashlib (Stub) queued. Dependencies: sys (stub)
Analysis of _sha256 (Compiled) queued. Dependencies:
Analysis of email.charset (Stub) queued. Dependencies:
Analysis of _md5 (Compiled) queued. Dependencies:
Analysis of email._policybase (Library) queued. Dependencies: abc, email, email.header, email.charset, email.utils
Analysis of _sha1 (Compiled) queued. Dependencies:
Analysis of email.errors (Library) queued. Dependencies: email.errors (stub)
Analysis of zipfile (Stub) queued. Dependencies: types (stub), os (stub), sys (stub)
Analysis of zlib (Stub) queued. Dependencies: sys (stub)
Import: email.header /opt/miniconda3/lib/python3.6/email/header.py
Analysis of email.header (Library) queued. Dependencies: email.header (stub), re, binascii, email, email.quoprimime, email.base64mime, email.errors, email.charset
Analysis of email.errors (Stub) queued. Dependencies:
Analysis of email.utils (Library) queued. Dependencies: email.utils (stub), os, re, time, random, socket, datetime, urllib, urllib.parse, email._parseaddr, email.charset
Import: datetime /opt/miniconda3/lib/python3.6/datetime.py
Import: email._parseaddr /opt/miniconda3/lib/python3.6/email/_parseaddr.py
Analysis of modules loop on depth 2 in 158.46 ms:
io(Library)
_io(CompiledBuiltin)
Analysis of tarfile (Library) queued. Dependencies: tarfile (stub), sys, os, io, shutil, stat, time, struct, copy, re, pwd, grp, warnings, zlib, bz2, lzma, gzip, argparse
Import: gzip /opt/miniconda3/lib/python3.6/gzip.py
Analysis of gzip (Library) queued. Dependencies: gzip (stub), struct, sys, time, os, zlib, io, _compression, warnings, errno
Import: _compression /opt/miniconda3/lib/python3.6/_compression.py
Analysis of _compression (Library) queued. Dependencies: _compression (stub), io
Analysis of _compression (Stub) queued. Dependencies: io (stub)
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 grp (Compiled) queued. Dependencies: grp (stub)
Analysis of grp (Stub) queued. Dependencies:
Analysis of lzma (Library) queued. Dependencies: lzma (stub), io, os, _lzma, _compression
Create compiled (scraped): _lzma /opt/miniconda3/lib/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_lzma.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _lzma /opt/miniconda3/lib/python3.6/lib-dynload
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_lzma.cpython-36m-x86_64-linux-gnu.pyi
Analysis of _lzma (Compiled) queued. Dependencies:
Analysis of lzma (Stub) queued. Dependencies: io (stub), sys (stub), os (stub)
Analysis of bz2 (Library) queued. Dependencies: bz2 (stub), io, os, warnings, _compression, threading, dummy_threading, _bz2
Create compiled (scraped): _bz2 /opt/miniconda3/lib/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_bz2.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _bz2 /opt/miniconda3/lib/python3.6/lib-dynload
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_bz2.cpython-36m-x86_64-linux-gnu.pyi
Analysis of _bz2 (Compiled) queued. Dependencies:
Analysis of bz2 (Stub) queued. Dependencies: io (stub), sys (stub), os (stub)
Analysis of zlib (Compiled) queued. Dependencies: zlib (stub)
Analysis of http (Stub) queued. Dependencies: sys (stub), enum (stub)
Analysis of glob (Library) queued. Dependencies: glob (stub), os, re, fnmatch
Code Action in file:///workspaces/demo_algo/basic.py at (4, 10) - (4, 10)
Completions in file:///workspaces/demo_algo/basic.py at (4, 1)
Analysis of basic (User) queued. Dependencies: sys, clr
Create compiled (scraped): clr /Lean/Launcher/bin/Debug/clr.cpython-36m-x86_64-linux-gnu.so /Lean/Launcher/bin/Debug
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/3oVYk_G-JiTj3xuUSYORKHI2oL800AWwh1XXTr-Lry0=/clr.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 clr /Lean/Launcher/bin/Debug
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/3oVYk_G-JiTj3xuUSYORKHI2oL800AWwh1XXTr-Lry0=/clr.cpython-36m-x86_64-linux-gnu.pyi
Out of order analysis of basic(User) completed in 0.65 ms.
Analysis of modules loop on depth 7 in 2.76 ms:
struct(Library)
_struct(Compiled)
Analysis of email._parseaddr (Library) queued. Dependencies: time, calendar
Import: calendar /opt/miniconda3/lib/python3.6/calendar.py
Analysis of shutil (Stub) on depth 10 completed in 3.16 ms.
Analysis of http (Library) queued. Dependencies: http (stub), enum
Analysis of http.server (Stub) queued. Dependencies: sys (stub), socketserver (stub), email (stub), email.message (stub)
Analysis of modules loop on depth 8 in 46.31 ms:
importlib.machinery(Stub)
importlib(Stub)
importlib.util(Stub)
Analysis of calendar (Library) queued. Dependencies: calendar (stub), sys, datetime, locale, itertools, argparse
Analysis of socketserver (Stub) queued. Dependencies: socket (stub), sys (stub), types (stub)
Analysis of calendar (Stub) queued. Dependencies: datetime (stub), sys (stub), time (stub)
Analysis of readline (Stub) queued. Dependencies: sys (stub)
Analysis of modules loop on depth 4 in 71.97 ms:
collections.abc(Stub)
collections(Stub)
Analysis of plistlib (Library) queued. Dependencies: plistlib (stub), binascii, codecs, contextlib, datetime, enum, io, itertools, os, re, struct, warnings, xml.parsers.expat
Import: xml.parsers.expat /opt/miniconda3/lib/python3.6/xml/parsers/expat.py
Analysis of clr (Compiled) queued. Dependencies:
Analysis of xml.parsers.expat (Library) queued. Dependencies: xml.parsers.expat (stub), sys, pyexpat
Create compiled (scraped): pyexpat /opt/miniconda3/lib/python3.6/lib-dynload/pyexpat.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/pyexpat.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Analysis of email (Stub) queued. Dependencies: sys (stub), email.message (stub), email.policy (stub)
Completions in file:///workspaces/demo_algo/basic.py at (6, 4)
Analysis of basic (User) queued. Dependencies: sys, clr
Analysis of http.server (Library) queued. Dependencies: http.server (stub), email, email.utils, html, http, http.client, io, mimetypes, os, posixpath, select, shutil, socket, socketserver, sys, time, urllib, urllib.parse, copy, argparse, pwd, base64, binascii, subprocess
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 pyexpat /opt/miniconda3/lib/python3.6/lib-dynload
Analysis of datetime (Library) queued. Dependencies: datetime (stub), time, math, sys, _strptime, _datetime
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/pyexpat.cpython-36m-x86_64-linux-gnu.pyi
Analysis of pyexpat (Compiled) queued. Dependencies: pyexpat (stub)
Import: html /opt/miniconda3/lib/python3.6/html/__init__.py
Analysis of basic (User) queued. Dependencies: sys, clr
Import: http.client /opt/miniconda3/lib/python3.6/http/client.py
Import: mimetypes /opt/miniconda3/lib/python3.6/mimetypes.py
Import: socketserver /opt/miniconda3/lib/python3.6/socketserver.py
Import: _strptime /opt/miniconda3/lib/python3.6/_strptime.py
Create compiled (scraped): _datetime /opt/miniconda3/lib/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_datetime.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Analysis of email (Library) queued. Dependencies: email (stub), email.parser
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _datetime /opt/miniconda3/lib/python3.6/lib-dynload
Analysis of email.message (Stub) queued. Dependencies: sys (stub), email.charset (stub), email.errors (stub), email.header (stub), email.policy (stub), email.contentmanager (stub)
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_datetime.cpython-36m-x86_64-linux-gnu.pyi
Analysis of _datetime (Compiled) queued. Dependencies: datetime
Analysis of email.utils (Stub) queued. Dependencies: email.charset (stub), datetime (stub)
Analysis of uu (Stub) queued. Dependencies: sys (stub)
Analysis of _strptime (Library) queued. Dependencies: time, locale, calendar, re, datetime, _thread, _dummy_thread
Import: email.parser /opt/miniconda3/lib/python3.6/email/parser.py
Analysis of email.parser (Library) queued. Dependencies: email.parser (stub), io, email.feedparser, email._policybase
Completions in file:///workspaces/demo_algo/basic.py at (6, 6)
Analysis of quopri (Stub) queued. Dependencies:
Analysis of uu (Library) queued. Dependencies: uu (stub), binascii, os, sys, optparse
Analysis of socketserver (Library) queued. Dependencies: socketserver (stub), socket, selectors, os, errno, sys, threading, dummy_threading, io, time, traceback
Import: email.feedparser /opt/miniconda3/lib/python3.6/email/feedparser.py
Import: optparse /opt/miniconda3/lib/python3.6/optparse.py
Analysis of modules loop on depth 1 in 2804.41 ms:
reprlib(Library)
argparse(Library)
linecache(Library)
os(Library)
re(Library)
traceback(Library)
unittest.result(Library)
unittest.case(Library)
unittest.suite(Library)
fnmatch(Library)
_dummy_thread(Library)
posix(CompiledBuiltin)
subprocess(Library)
code(Library)
getopt(Library)
string(Library)
threading(Library)
selectors(Library)
contextlib(Library)
platform(Library)
tempfile(Library)
webbrowser(Library)
sre_compile(Library)
sre_parse(Library)
unittest.util(Library)
logging(Library)
socket(Library)
shutil(Library)
random(Library)
functools(Library)
_collections_abc(Library)
inspect(Library)
importlib.abc(Library)
weakref(Library)
collections(Library)
pickle(Library)
tokenize(Library)
bdb(Library)
pydoc(Library)
heapq(Library)
doctest(Library)
unittest.main(Library)
dis(Library)
warnings(Library)
pdb(Library)
tracemalloc(Library)
unittest(Library)
unittest.loader(Library)
gettext(Library)
locale(Library)
posixpath(Library)
genericpath(Library)
ntpath(Library)
keyword(Library)
difflib(Library)
pprint(Library)
textwrap(Library)
token(Library)
urllib.parse(Library)
unittest.runner(Library)
signal(Library)
enum(Library)
dummy_threading(Library)
operator(Library)
_operator(CompiledBuiltin)
codecs(Library)
encodings(Library)
importlib(Library)
importlib.machinery(Library)
ast(Library)
cmd(Library)
_threading_local(Library)
importlib.util(Library)
types(Library)
unittest.signals(Library)
_functools(CompiledBuiltin)
collections.abc(Library)
copy(Library)
_collections(CompiledBuiltin)
importlib._bootstrap_external(Library)
_bootlocale(Library)
_locale(CompiledBuiltin)
_signal(CompiledBuiltin)
encodings.mbcs(Library)
sys(CompiledBuiltin)
Analysis version 394 has been completed in 9517.93 ms with 135 entries analyzed and 87 entries skipped.
Analysis version 539 of 295 entries has started.
Analysis of gc (CompiledBuiltin) on depth 5 completed in 3.03 ms.
Analysis of readline(Compiled) canceled (no AST yet).
Analysis of shlex(Library) canceled (no AST yet).
Analysis of pkgutil(Library) canceled (no AST yet).
Analysis of codeop(Library) canceled (no AST yet).
Analysis of bisect (Stub) on depth 11 completed in 0.46 ms.
Analysis of termios (Stub) on depth 10 completed in 10.71 ms.
Analysis of _bisect (Stub) on depth 12 completed in 2.33 ms.
Analysis of _sha1 (Compiled) on depth 11 completed in 0.36 ms.
Analysis of _md5 (Compiled) on depth 11 completed in 0.26 ms.
Analysis of _sha256 (Compiled) on depth 11 completed in 0.39 ms.
Analysis of _sha512 (Compiled) on depth 11 completed in 0.26 ms.
Analysis of _blake2 (Compiled) on depth 11 completed in 0.77 ms.
Analysis of _sha3 (Compiled) on depth 11 completed in 1.56 ms.
Analysis of _hashlib (Compiled) on depth 11 completed in 0.49 ms.
Analysis of quopri(Library) canceled (no AST yet).
Analysis of email.errors (Stub) on depth 10 completed in 1 ms.
Analysis of email.charset (Stub) on depth 10 completed in 1.82 ms.
Analysis of grp (Stub) on depth 11 completed in 0.27 ms.
Analysis of _lzma (Compiled) on depth 11 completed in 12.5 ms.
Analysis of _bz2 (Compiled) on depth 11 completed in 0.78 ms.
Analysis of clr (Compiled) on depth 1 completed in 0.75 ms.
Analysis of pyexpat (Compiled) on depth 11 completed in 0.41 ms.
Analysis of html(Library) canceled (no AST yet).
Analysis of http.client(Library) canceled (no AST yet).
Analysis of mimetypes(Library) canceled (no AST yet).
Analysis of _bisect (Compiled) on depth 11 completed in 0.12 ms.
Analysis of email.errors (Library) on depth 9 completed in 46.43 ms.
Analysis of email.header (Stub) on depth 10 completed in 0.93 ms.
Analysis of grp (Compiled) on depth 10 completed in 0.96 ms.
Analysis of _heapq (Compiled) on depth 5 completed in 0.17 ms.
Analysis of itertools (CompiledBuiltin) on depth 4 completed in 50.13 ms.
Analysis of _weakrefset (Stub) on depth 6 completed in 2.47 ms.
Analysis of abc (Stub) on depth 4 completed in 0.76 ms.
Analysis of modules loop on depth 2 in 85.2 ms:
importlib.abc(Stub)
_importlib_modulespec(Stub)
codecs(Stub)
sys(Stub)
types(Stub)
io(Stub)
os(Stub)
os.path(Stub)
mmap(Stub)
Analysis of base64 (Stub) on depth 10 completed in 4.03 ms.
Analysis of binascii (Stub) on depth 10 completed in 1.15 ms.
Analysis of zlib (Stub) on depth 11 completed in 12.02 ms.
Analysis of uu (Stub) on depth 10 completed in 0.54 ms.
Analysis of modules loop on depth 9 in 8.75 ms:
email.message(Stub)
email.policy(Stub)
email.contentmanager(Stub)
Analysis of modules loop on depth 4 in 38.02 ms:
collections.abc(Stub)
collections(Stub)
Analysis of modules loop on depth 8 in 8.45 ms:
importlib.machinery(Stub)
importlib(Stub)
importlib.util(Stub)
Analysis of _compression (Stub) on depth 12 completed in 21.46 ms.
Analysis of zipfile (Stub) on depth 11 completed in 1.68 ms.
Analysis of tarfile (Stub) on depth 11 completed in 2.39 ms.
Analysis of lzma (Stub) on depth 11 completed in 2.08 ms.
Analysis of bz2 (Stub) on depth 11 completed in 1.66 ms.
Analysis of http (Stub) on depth 9 completed in 12.57 ms.
Analysis of binascii (Compiled) on depth 9 completed in 2.44 ms.
Analysis of zlib (Compiled) on depth 10 completed in 5.17 ms.
Analysis of email.iterators (Stub) on depth 10 completed in 0.32 ms.
Analysis of email.encoders (Stub) on depth 11 completed in 0.17 ms.
Analysis of email.generator (Stub) on depth 10 completed in 1.01 ms.
Analysis of email (Stub) on depth 9 completed in 1.16 ms.
Analysis of datetime (Stub) on depth 11 completed in 20.27 ms.
Analysis of gzip (Stub) on depth 12 completed in 2.36 ms.
Analysis of socketserver (Stub) on depth 10 completed in 5.29 ms.
Analysis of modules loop on depth 7 in 2.88 ms:
struct(Library)
_struct(Compiled)
Analysis of email.headerregistry (Stub) on depth 11 completed in 29.22 ms.
Analysis of email.utils (Stub) on depth 10 completed in 1.69 ms.
Analysis of calendar (Stub) on depth 12 completed in 3.19 ms.
Analysis of http.server (Stub) on depth 9 completed in 2.83 ms.
Analysis of modules loop on depth 2 in 82.52 ms:
io(Library)
_io(CompiledBuiltin)
Analysis of _compression (Library) on depth 11 completed in 48.63 ms.
Analysis of py_compile (Stub) on depth 12 completed in 0.73 ms.
Analysis of glob (Stub) on depth 8 completed in 0.19 ms.
Analysis of hashlib (Stub) on depth 11 completed in 1.76 ms.
Analysis of webbrowser (Stub) on depth 9 completed in 23.25 ms.
Analysis of modules loop on depth 1 in 2881.41 ms:
os(Library)
re(Library)
traceback(Library)
glob(Library)
threading(Library)
http(Library)
http.server(Library)
email(Library)
email.message(Library)
logging(Library)
plistlib(Library)
shutil(Library)
hashlib(Library)
bz2(Library)
lzma(Library)
tarfile(Library)
zipfile(Library)
py_compile(Library)
uu(Library)
email.utils(Library)
email._policybase(Library)
email.charset(Library)
email._encoded_words(Library)
email.generator(Library)
email.iterators(Library)
email.policy(Library)
email.headerregistry(Library)
email.contentmanager(Library)
email.quoprimime(Library)
email._header_value_parser(Library)
base64(Library)
email.base64mime(Library)
email.encoders(Library)
email.header(Library)
datetime(Library)
email._parseaddr(Library)
gzip(Library)
calendar(Library)
xml.parsers.expat(Library)
socketserver(Library)
_strptime(Library)
_datetime(Compiled)
email.parser(Library)
functools(Library)
_collections_abc(Library)
inspect(Library)
selectors(Library)
contextlib(Library)
importlib.abc(Library)
weakref(Library)
collections(Library)
reprlib(Library)
pickle(Library)
tokenize(Library)
random(Library)
heapq(Library)
doctest(Library)
argparse(Library)
linecache(Library)
pdb(Library)
unittest(Library)
unittest.loader(Library)
unittest.main(Library)
tracemalloc(Library)
fnmatch(Library)
gettext(Library)
locale(Library)
posixpath(Library)
genericpath(Library)
posix(CompiledBuiltin)
ntpath(Library)
subprocess(Library)
bdb(Library)
pydoc(Library)
getopt(Library)
platform(Library)
tempfile(Library)
webbrowser(Library)
unittest.util(Library)
socket(Library)
keyword(Library)
warnings(Library)
difflib(Library)
unittest.case(Library)
pprint(Library)
textwrap(Library)
token(Library)
string(Library)
urllib.parse(Library)
unittest.result(Library)
_dummy_thread(Library)
code(Library)
signal(Library)
enum(Library)
unittest.runner(Library)
operator(Library)
_operator(CompiledBuiltin)
codecs(Library)
encodings(Library)
importlib(Library)
importlib.machinery(Library)
dis(Library)
ast(Library)
cmd(Library)
dummy_threading(Library)
_threading_local(Library)
sre_compile(Library)
sre_parse(Library)
types(Library)
unittest.signals(Library)
_functools(CompiledBuiltin)
importlib.util(Library)
collections.abc(Library)
copy(Library)
_collections(CompiledBuiltin)
importlib._bootstrap_external(Library)
unittest.suite(Library)
_bootlocale(Library)
_locale(CompiledBuiltin)
_signal(CompiledBuiltin)
encodings.mbcs(Library)
sys(CompiledBuiltin)
Analysis version 539 has been completed in 3476.1 ms with 205 entries analyzed and 90 entries skipped.
Analysis of email.feedparser (Stub) queued. Dependencies: sys (stub), email.message (stub), email.policy (stub)
Analysis version 542 of 296 entries has started.
Analysis of readline(Compiled) canceled (no AST yet).
Analysis of shlex(Library) canceled (no AST yet).
Analysis of pkgutil(Library) canceled (no AST yet).
Analysis of codeop(Library) canceled (no AST yet).
Analysis of quopri(Library) canceled (no AST yet).
Analysis of html(Library) canceled (no AST yet).
Analysis of http.client(Library) canceled (no AST yet).
Analysis of mimetypes(Library) canceled (no AST yet).
Analysis of email.feedparser(Library) canceled (no AST yet).
Analysis of optparse(Library) canceled (no AST yet).
Analysis of email.parser (Stub) queued. Dependencies: email (stub), email.feedparser (stub), email.message (stub), email.policy (stub)
Analysis of _heapq (Compiled) on depth 5 completed in 0.72 ms.
Analysis of abc (Stub) on depth 4 completed in 1.26 ms.
Code Action in file:///workspaces/demo_algo/basic.py at (6, 6) - (6, 6)
Analysis of mimetypes (Library) queued. Dependencies: mimetypes (stub), os, sys, posixpath, urllib, urllib.parse, getopt
Analysis of mimetypes (Stub) queued. Dependencies: sys (stub)
Analysis of email.feedparser (Library) queued. Dependencies: email.feedparser (stub), re, email, email.errors, email._policybase, collections, io, email.message
Analysis of readline (Compiled) queued. Dependencies: readline (stub)
Analysis of quopri (Library) queued. Dependencies: quopri (stub), binascii, io, sys, getopt
Analysis of shlex (Stub) queued. Dependencies: sys (stub)
Analysis of itertools (CompiledBuiltin) on depth 4 completed in 139.02 ms.
Analysis of _weakrefset (Stub) on depth 6 completed in 55.57 ms.
Analysis of pkgutil (Stub) queued. Dependencies: sys (stub), importlib.abc (stub)
Analysis of optparse (Stub) queued. Dependencies: sys (stub)
Analysis of shlex (Library) queued. Dependencies: shlex (stub), os, re, sys, collections, io
Analysis of platform (Stub) queued. Dependencies: os (stub)
Analysis of codeop (Stub) queued. Dependencies: types (stub)
Analysis of codeop (Library) queued. Dependencies: codeop (stub), __future__
Analysis of plistlib (Stub) queued. Dependencies: sys (stub), enum (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 xml.parsers.expat (Stub) queued. Dependencies: pyexpat (stub), pyexpat.errors (stub), pyexpat.model (stub)
Analysis of pyexpat (Stub) queued. Dependencies: pyexpat.errors (stub), pyexpat.model (stub)
Analysis of html (Stub) queued. Dependencies:
Analysis of http.client (Stub) queued. Dependencies: email (stub), email.message (stub), io (stub), socket (stub), sys (stub), ssl (stub), types (stub)
Create built-in compiled (scraped) module: marshal /opt/miniconda3/bin/python
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python.marshal.pyi. Reason: Cached file does not exist
Analysis of html (Library) queued. Dependencies: html (stub), re, html.entities
Analysis of optparse (Library) queued. Dependencies: optparse (stub), sys, os, textwrap, gettext
Analysis of marshal (Stub) queued. Dependencies:
Analysis of http.client (Library) queued. Dependencies: http.client (stub), email, email.parser, email.message, http, io, os, re, socket, collections, urllib.parse, ssl, warnings
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 marshal
Analysis of modules loop on depth 2 in 350.36 ms:
importlib.abc(Stub)
_importlib_modulespec(Stub)
codecs(Stub)
sys(Stub)
types(Stub)
io(Stub)
os(Stub)
os.path(Stub)
mmap(Stub)
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python.marshal.pyi
Create built-in compiled (scraped) module: zipimport /opt/miniconda3/bin/python
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python.zipimport.pyi. Reason: Cached file does not exist
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 zipimport
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/9R9dgkL1iEFp7S6VXOM9l1A-qxh83jQEnTIGkSgrYKg=/python.zipimport.pyi
Import: html.entities /opt/miniconda3/lib/python3.6/html/entities.py
Import: ssl /opt/miniconda3/lib/python3.6/ssl.py
Analysis of ssl (Library) queued. Dependencies: ssl (stub), ipaddress, textwrap, re, sys, os, collections, enum, _ssl, socket, base64, errno, warnings, time, calendar
Import: ipaddress /opt/miniconda3/lib/python3.6/ipaddress.py
Create compiled (scraped): _ssl /opt/miniconda3/lib/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so /opt/miniconda3/lib/python3.6/lib-dynload
Invalidated cached module /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_ssl.cpython-36m-x86_64-linux-gnu.pyi. Reason: Cached file does not exist
Scrape /opt/miniconda3/bin/python -W ignore -B -E /root/.vscode-server-insiders/extensions/ms-python.python-2020.6.88468/languageServer.0.5.50/scrape_module.py -u8 _ssl /opt/miniconda3/lib/python3.6/lib-dynload
Writing cached module: /root/.cache/Microsoft/Python Language Server/stubs.v4/Q7p78A4nMHKPnXKYPwLKj8FDaxf5MthG_DfMd-YE6oY=/_ssl.cpython-36m-x86_64-linux-gnu.pyi
Analysis of _ssl (Compiled) queued. Dependencies:
Analysis of ipaddress (Library) queued. Dependencies: ipaddress (stub), functools
Analysis of ipaddress (Stub) queued. Dependencies: sys (stub)
Analysis of html.entities (Library) queued. Dependencies: html.entities (stub)
Analysis of html.entities (Stub) queued. Dependencies:
Analysis of modules loop on depth 2 in 93.44 ms:
io(Library)
_io(CompiledBuiltin)
Analysis of modules loop on depth 7 in 6.13 ms:
struct(Library)
_struct(Compiled)
Analysis of modules loop on depth 8 in 6.64 ms:
importlib.machinery(Stub)
importlib(Stub)
importlib.util(Stub)
Analysis of modules loop on depth 4 in 62.41 ms:
collections.abc(Stub)
collections(Stub)
Analysis of modules loop on depth 9 in 20.41 ms:
email.policy(Stub)
email.message(Stub)
email.contentmanager(Stub)
Analysis of ssl (Stub) queued. Dependencies: socket (stub), sys (stub)
Analysis of basic (User) queued. Dependencies: sys, clr
Out of order analysis of basic(User) completed in 1.03 ms.
Analysis of marshal (CompiledBuiltin) queued. Dependencies: marshal (stub)
Analysis of zipimport (Stub) queued. Dependencies: types (stub)
Code Action in file:///workspaces/demo_algo/basic.py at (6, 7) - (6, 7)
Analysis of pyexpat.errors (Stub) queued. Dependencies: sys (stub)
Analysis of zipimport (CompiledBuiltin) queued. Dependencies: zipimport (stub)
Analysis of pyexpat.model (Stub) queued. Dependencies:
Analysis of basic (User) queued. Dependencies: sys, clr
Out of order analysis of basic(User) completed in 1.06 ms.
Code Action in file:///workspaces/demo_algo/basic.py at (6, 6) - (6, 6)
Analysis of modules loop on depth 1 in 4598.38 ms:
functools(Library)
_collections_abc(Library)
inspect(Library)
os(Library)
selectors(Library)
contextlib(Library)
importlib.abc(Library)
email._policybase(Library)
weakref(Library)
threading(Library)
collections(Library)
reprlib(Library)
traceback(Library)
pickle(Library)
tokenize(Library)
plistlib(Library)
random(Library)
calendar(Library)
heapq(Library)
doctest(Library)
unittest(Library)
signal(Library)
enum(Library)
warnings(Library)
tracemalloc(Library)
unittest.runner(Library)
_dummy_thread(Library)
pprint(Library)
subprocess(Library)
pydoc(Library)
http.server(Library)
logging(Library)
tarfile(Library)
zipfile(Library)
email.utils(Library)
email.generator(Library)
datetime(Library)
email._parseaddr(Library)
gzip(Library)
socketserver(Library)
_strptime(Library)
operator(Library)
_operator(CompiledBuiltin)
argparse(Library)
difflib(Library)
gettext(Library)
tempfile(Library)
socket(Library)
shutil(Library)
codecs(Library)
encodings(Library)
locale(Library)
token(Library)
importlib(Library)
importlib.machinery(Library)
dis(Library)
ast(Library)
posixpath(Library)
genericpath(Library)
ntpath(Library)
linecache(Library)
pdb(Library)
re(Library)
cmd(Library)
code(Library)
webbrowser(Library)
_threading_local(Library)
getopt(Library)
string(Library)
email._header_value_parser(Library)
sre_compile(Library)
sre_parse(Library)
urllib.parse(Library)
uu(Library)
email._encoded_words(Library)
email.contentmanager(Library)
base64(Library)
email.base64mime(Library)
email.header(Library)
hashlib(Library)
glob(Library)
py_compile(Library)
email.message(Library)
email.encoders(Library)
email.charset(Library)
email.headerregistry(Library)
email.iterators(Library)
bz2(Library)
lzma(Library)
http(Library)
email(Library)
xml.parsers.expat(Library)
email.parser(Library)
email.policy(Library)
types(Library)
unittest.result(Library)
unittest.case(Library)
unittest.loader(Library)
unittest.signals(Library)
_functools(CompiledBuiltin)
fnmatch(Library)
importlib.util(Library)
collections.abc(Library)
bdb(Library)
unittest.main(Library)
posix(CompiledBuiltin)
platform(Library)
unittest.util(Library)
copy(Library)
dummy_threading(Library)
_collections(CompiledBuiltin)
importlib._bootstrap_external(Library)
unittest.suite(Library)
_signal(CompiledBuiltin)
_datetime(Compiled)
encodings.mbcs(Library)
_bootlocale(Library)
_locale(CompiledBuiltin)
keyword(Library)
textwrap(Library)
email.quoprimime(Library)
sys(CompiledBuiltin)
Analysis version 542 has been completed in 6227.68 ms with 157 entries analyzed and 139 entries skipped.
Analysis version 588 of 324 entries has started.
Analysis of cmd (Stub) on depth 8 completed in 5.18 ms.
Analysis of _posixsubprocess (Stub) on depth 9 completed in 0.79 ms.
Analysis of getopt (Stub) on depth 8 completed in 0.54 ms.
Analysis of string (Stub) on depth 9 completed in 1.26 ms.
Analysis of _string (CompiledBuiltin) on depth 9 completed for library in 46.8 ms.
Analysis of pydoc_data (Library) on depth 8 completed for library in 0.16 ms.
Analysis of pydoc_data.topics (Library) on depth 8 completed for library in 2.4 ms.
Analysis of sre_constants (Stub) on depth 7 completed in 9.78 ms.
Analysis of _sre (CompiledBuiltin) on depth 7 completed for library in 0.32 ms.
Analysis of urllib (Stub) on depth 9 completed in 0.02 ms.
Analysis of _socket (Compiled) on depth 10 completed for library in 5.14 ms.
Analysis of tty (Stub) on depth 9 completed in 0.55 ms.
Analysis of bisect (Stub) on depth 11 completed in 0.43 ms.
Analysis of termios (Stub) on depth 10 completed in 19.11 ms.
Analysis of _bisect (Stub) on depth 12 completed in 0.56 ms.
Analysis of _sha1 (Compiled) on depth 11 completed for library in 0.63 ms.
Analysis of _md5 (Compiled) on depth 11 completed for library in 0.28 ms.
Analysis of _sha256 (Compiled) on depth 11 completed for library in 0.26 ms.
Analysis of _sha512 (Compiled) on depth 11 completed for library in 0.19 ms.
Analysis of _blake2 (Compiled) on depth 11 completed for library in 0.96 ms.
Analysis of _sha3 (Compiled) on depth 11 completed for library in 21.09 ms.
Analysis of _hashlib (Compiled) on depth 11 completed for library in 0.54 ms.
Analysis of email.errors (Stub) on depth 10 completed in 0.67 ms.
Analysis of email.charset (Stub) on depth 10 completed in 0.74 ms.
Analysis of grp (Stub) on depth 11 completed in 0.2 ms.
Analysis of _lzma (Compiled) on depth 11 completed for library in 0.81 ms.
Analysis of _bz2 (Compiled) on depth 11 completed for library in 0.59 ms.
Analysis of clr (Compiled) on depth 1 completed for library in 0.56 ms.
Analysis of quopri (Stub) on depth 10 completed in 0.21 ms.
Analysis of pyexpat.model (Stub) on depth 12 completed for library in 0.05 ms.
Analysis of html (Stub) on depth 10 completed in 0.1 ms.
Analysis of marshal (Stub) on depth 10 completed in 0.16 ms.
Analysis of _ssl (Compiled) on depth 11 completed for library in 36.81 ms.
Analysis of html.entities (Stub) on depth 11 completed in 0.16 ms.
Analysis of _posixsubprocess (Compiled) on depth 8 completed for library in 0.09 ms.
Analysis of sre_parse (Stub) on depth 7 completed in 7.79 ms.
Analysis of sre_constants (Library) on depth 6 completed for library in 18.37 ms.
Analysis of urllib (Library) on depth 8 completed for library in 0.03 ms.
Analysis of termios (Compiled) on depth 9 completed for library in 148.3 ms.
Analysis of _bisect (Compiled) on depth 11 completed for library in 0.18 ms.
Analysis of email.errors (Library) on depth 9 completed for library in 55.3 ms.
Analysis of email.header (Stub) on depth 10 completed in 12.6 ms.
Analysis of grp (Compiled) on depth 10 completed for library in 0.63 ms.
Analysis of marshal (CompiledBuiltin) on depth 9 completed for library in 0.34 ms.
Analysis of html.entities (Library) on depth 10 completed for library in 50.32 ms.
Analysis of tty (Library) on depth 8 completed for library in 3.5 ms.
Analysis of bisect (Library) on depth 10 completed for library in 0.6 ms.
Analysis of _heapq (Compiled) on depth 5 completed for library in 0.32 ms.
Analysis of itertools (CompiledBuiltin) on depth 4 completed for library in 5.41 ms.
Analysis of _weakrefset (Stub) on depth 6 completed in 3.22 ms.
Analysis of basic (User) queued. Dependencies: sys, clr
Completions in file:///workspaces/demo_algo/basic.py at (6, 6)
Code Action in file:///workspaces/demo_algo/basic.py at (6, 6) - (6, 6)
Analysis of basic (User) queued. Dependencies: sys, clr
Out of order analysis of basic(User) completed in 1.24 ms.
Analysis of abc (Stub) on depth 4 completed in 8.18 ms.
Out of order analysis of basic(User) completed in 0.56 ms.
Analysis of modules loop on depth 2 in 111.2 ms:
importlib.abc(Stub)
_importlib_modulespec(Stub)
codecs(Stub)
sys(Stub)
types(Stub)
io(Stub)
os(Stub)
os.path(Stub)
mmap(Stub)
Analysis of readline (Stub) on depth 8 completed in 1.34 ms.
Analysis of pkgutil (Stub) on depth 9 completed in 1.4 ms.
Analysis of pyexpat.errors (Stub) on depth 12 completed in 0.4 ms.
Analysis of mimetypes (Stub) on depth 10 completed in 78.38 ms.
Analysis of shlex (Stub) on depth 8 completed in 11.89 ms.
Analysis of modules loop on depth 9 in 127.42 ms:
email.policy(Stub)
email.message(Stub)
email.contentmanager(Stub)
Analysis of optparse (Stub) on depth 11 completed in 56.07 ms.
Analysis of codeop (Stub) on depth 9 completed in 0.72 ms.
Analysis of zipimport (Stub) on depth 10 completed in 3.25 ms.
Analysis of plistlib (Stub) on depth 10 completed in 1.85 ms.
Analysis of readline (Compiled) on depth 7 completed in 0.53 ms.
Analysis of pyexpat (Stub) on depth 12 completed in 1.75 ms.
Analysis of platform (Stub) on depth 9 completed in 1.51 ms.
Analysis of email.feedparser (Stub) on depth 11 completed in 0.67 ms.
Analysis of zipimport (CompiledBuiltin) on depth 9 completed in 2.7 ms.
Analysis of modules loop on depth 8 in 11.53 ms:
importlib.machinery(Stub)
importlib(Stub)
importlib.util(Stub)
Analysis of modules loop on depth 7 in 9.1 ms:
struct(Library)
_struct(Compiled)
Analysis of xml.parsers.expat (Stub) on depth 11 completed in 41.56 ms.
Analysis of email.parser (Stub) on depth 10 completed in 6.12 ms.
Analysis of ipaddress (Stub) on depth 12 completed in 124.77 ms.
Analysis of modules loop on depth 4 in 72.97 ms:
collections.abc(Stub)
collections(Stub)
Analysis of modules loop on depth 2 in 96.77 ms:
io(Library)
_io(CompiledBuiltin)
Analysis of codeop (Library) on depth 8 completed in 3.57 ms.
Analysis of ssl (Stub) on depth 11 completed in 46.32 ms.
Analysis of http.client (Stub) on depth 10 completed in 10.91 ms.
Code Action in file:///workspaces/demo_algo/basic.py at (6, 8) - (6, 8)
Analysis of basic (User) queued. Dependencies: sys, clr
Out of order analysis of basic(User) completed in 0.62 ms.
Analysis of modules loop on depth 1 in 6326.23 ms:
shlex(Library)
pkgutil(Library)
quopri(Library)
html(Library)
http.client(Library)
mimetypes(Library)
email.feedparser(Library)
optparse(Library)
ssl(Library)
ipaddress(Library)
functools(Library)
_collections_abc(Library)
inspect(Library)
os(Library)
selectors(Library)
contextlib(Library)
importlib.abc(Library)
email._policybase(Library)
weakref(Library)
threading(Library)
collections(Library)
reprlib(Library)
traceback(Library)
pickle(Library)
tokenize(Library)
plistlib(Library)
random(Library)
calendar(Library)
heapq(Library)
doctest(Library)
unittest(Library)
signal(Library)
enum(Library)
warnings(Library)
tracemalloc(Library)
unittest.runner(Library)
_dummy_thread(Library)
pprint(Library)
subprocess(Library)
pydoc(Library)
http.server(Library)
logging(Library)
tarfile(Library)
zipfile(Library)
email.utils(Library)
email.generator(Library)
datetime(Library)
email._parseaddr(Library)
gzip(Library)
socketserver(Library)
_strptime(Library)
operator(Library)
_operator(CompiledBuiltin)
argparse(Library)
difflib(Library)
gettext(Library)
tempfile(Library)
socket(Library)
shutil(Library)
codecs(Library)
encodings(Library)
locale(Library)
token(Library)
importlib(Library)
importlib.machinery(Library)
dis(Library)
ast(Library)
posixpath(Library)
genericpath(Library)
ntpath(Library)
linecache(Library)
pdb(Library)
re(Library)
cmd(Library)
code(Library)
webbrowser(Library)
_threading_local(Library)
getopt(Library)
string(Library)
email._header_value_parser(Library)
sre_compile(Library)
sre_parse(Library)
urllib.parse(Library)
platform(Library)
uu(Library)
email._encoded_words(Library)
email.contentmanager(Library)
base64(Library)
email.base64mime(Library)
email.header(Library)
hashlib(Library)
glob(Library)
py_compile(Library)
email.message(Library)
email.encoders(Library)
email.charset(Library)
email.headerregistry(Library)
email.iterators(Library)
bz2(Library)
lzma(Library)
http(Library)
email(Library)
xml.parsers.expat(Library)
email.parser(Library)
email.policy(Library)
types(Library)
unittest.result(Library)
unittest.case(Library)
unittest.loader(Library)
unittest.signals(Library)
_functools(CompiledBuiltin)
fnmatch(Library)
importlib.util(Library)
collections.abc(Library)
bdb(Library)
unittest.main(Library)
posix(CompiledBuiltin)
unittest.util(Library)
copy(Library)
dummy_threading(Library)
_collections(CompiledBuiltin)
importlib._bootstrap_external(Library)
unittest.suite(Library)
_signal(CompiledBuiltin)
_datetime(Compiled)
encodings.mbcs(Library)
_bootlocale(Library)
_locale(CompiledBuiltin)
keyword(Library)
textwrap(Library)
email.quoprimime(Library)
sys(CompiledBuiltin)
Analysis version 588 has been completed in 7291.08 ms with 224 entries analyzed and 100 entries skipped.
Analysis version 591 of 274 entries has started.
Analysis of abc (Stub) on depth 4 completed in 0.94 ms.
Analysis of modules loop on depth 2 in 199.96 ms:
importlib.abc(Stub)
_importlib_modulespec(Library)
codecs(Stub)
sys(Stub)
types(Stub)
io(Stub)
os(Stub)
os.path(Library)
mmap(Library)
Analysis of encodings (Stub) on depth 9 completed in 0.31 ms.
Analysis of enum (Stub) on depth 7 completed in 2.47 ms.
Analysis of functools (Stub) on depth 4 completed in 32.53 ms.
Analysis of heapq (Stub) on depth 5 completed in 29.13 ms.
Analysis of tracemalloc (Stub) on depth 6 completed in 2.46 ms.
Analysis of _weakref (Stub) on depth 5 completed in 32.72 ms.
Analysis of array (Stub) on depth 6 completed for library in 35.81 ms.
Analysis of pickle (Stub) on depth 7 completed in 1.96 ms.
Analysis of pprint (Stub) on depth 8 completed in 1.18 ms.
Analysis of __future__ (Stub) on depth 7 completed in 0.42 ms.
Analysis of operator (Stub) on depth 5 completed in 6.45 ms.
Analysis of difflib (Stub) on depth 7 completed in 2.89 ms.
Analysis of errno (Stub) on depth 8 completed in 44.94 ms.
Analysis of token (Stub) on depth 8 completed in 1.69 ms.
Analysis of locale (Stub) on depth 8 completed in 2.5 ms.
Analysis of argparse (Stub) on depth 7 completed in 47.41 ms.
Analysis of opcode (Stub) on depth 9 completed in 0.82 ms.
Analysis of _codecs (Stub) on depth 9 completed in 3.89 ms.
Analysis of posixpath (Stub) on depth 8 completed in 1.83 ms.
Analysis of stat (Stub) on depth 8 completed in 1.08 ms.
Analysis of linecache (Stub) on depth 6 completed in 0.81 ms.
Analysis of ntpath (Stub) on depth 8 completed in 2.35 ms.
Analysis of math (Stub) on depth 10 completed in 41.78 ms.
Analysis of select (Stub) on depth 9 completed in 2.43 ms.
Analysis of urllib.parse (Stub) on depth 9 completed in 4.22 ms.
Analysis of sre_compile (Stub) on depth 7 completed in 0.53 ms.
Analysis of _random (Stub) on depth 11 completed in 5.69 ms.
Analysis of webbrowser (Stub) on depth 9 completed in 6.91 ms.
Analysis of glob (Stub) on depth 8 completed in 0.46 ms.
Analysis of py_compile (Stub) on depth 12 completed in 1.1 ms.
Analysis of hashlib (Stub) on depth 11 completed in 9.69 ms.
Analysis of pdb (Stub) on depth 7 completed in 101.59 ms.
Analysis of base64 (Stub) on depth 10 completed in 49.38 ms.
Analysis of uu (Stub) on depth 10 completed in 0.36 ms.
Analysis of mimetypes (Stub) on depth 10 completed in 1.31 ms.
Analysis of shlex (Stub) on depth 8 completed in 1.62 ms.
Analysis of _ast (Stub) on depth 9 completed in 111.3 ms.
Analysis of binascii (Stub) on depth 10 completed in 1.87 ms.
Analysis of zlib (Stub) on depth 11 completed in 1.61 ms.
Analysis of readline (Stub) on depth 8 completed in 1.24 ms.
Analysis of optparse (Stub) on depth 11 completed in 34.92 ms.
Analysis of pkgutil (Stub) on depth 9 completed in 1.62 ms.
Analysis of modules loop on depth 4 in 30.39 ms:
collections.abc(Stub)
collections(Stub)
Analysis of pyexpat.errors (Stub) on depth 12 completed for library in 0.48 ms.
Analysis of time (Stub) on depth 7 completed in 2.47 ms.
Analysis of subprocess (Stub) on depth 8 completed in 14.7 ms.
Analysis of threading (Stub) on depth 9 completed in 5.74 ms.
Analysis of contextlib (Stub) on depth 9 completed in 50.82 ms.
Analysis of code (Stub) on depth 8 completed in 1.14 ms.
Analysis of ipaddress (Stub) on depth 12 completed in 75.41 ms.
Analysis of traceback (Stub) on depth 7 completed in 2.58 ms.
Analysis of codeop (Stub) on depth 9 completed in 0.64 ms.
Analysis of zipimport (Stub) on depth 10 completed in 0.58 ms.
Analysis of modules loop on depth 8 in 32.48 ms:
importlib.machinery(Stub)
importlib(Stub)
importlib.util(Stub)
Analysis of _compression (Stub) on depth 12 completed in 0.66 ms.
Analysis of platform (Stub) on depth 9 completed in 9.89 ms.
Analysis of shutil (Stub) on depth 10 completed in 3.31 ms.
Analysis of zipfile (Stub) on depth 11 completed in 2.68 ms.
Analysis of tarfile (Stub) on depth 11 completed in 36.64 ms.
Analysis of lzma (Stub) on depth 11 completed in 2.66 ms.
Analysis of bz2 (Stub) on depth 11 completed in 1.38 ms.
Analysis of signal (Stub) on depth 8 completed in 2.67 ms.
Analysis of re (Stub) on depth 6 completed in 12.92 ms.
Analysis of modules loop on depth 9 in 64.02 ms:
email.policy(Stub)
email.message(Stub)
email.contentmanager(Stub)
Analysis of socket (Stub) on depth 10 completed in 38.67 ms.
Analysis of plistlib (Stub) on depth 10 completed in 5.76 ms.
Analysis of _weakref (CompiledBuiltin) on depth 4 completed for library in 6.21 ms.
Analysis of weakref (Stub) on depth 5 completed in 4.79 ms.
Analysis of reprlib (Stub) on depth 5 completed in 1.27 ms.
Analysis of struct (Stub) on depth 8 completed in 55.19 ms.
Analysis of warnings (Stub) on depth 5 completed in 1.18 ms.
Analysis of __future__ (Library) on depth 6 completed for library in 3.41 ms.
Analysis of inspect (Stub) on depth 7 completed in 4.86 ms.
Analysis of tempfile (Stub) on depth 9 completed in 1.56 ms.
Analysis of http (Stub) on depth 9 completed in 30.68 ms.
Analysis of _operator (Stub) on depth 6 completed in 0.71 ms.
Analysis of errno (CompiledBuiltin) on depth 7 completed for library in 85.53 ms.
Analysis of dis (Stub) on depth 8 completed in 1.82 ms.
Analysis of _codecs (CompiledBuiltin) on depth 8 completed for library in 0.85 ms.
Analysis of opcode (Library) on depth 8 completed for library in 3.26 ms.
Analysis of tokenize (Stub) on depth 7 completed in 25.88 ms.
Analysis of stat (Library) on depth 7 completed for library in 66.15 ms.
Analysis of ast (Stub) on depth 8 completed in 1.4 ms.
Analysis of math (Compiled) on depth 9 completed for library in 2.09 ms.
Analysis of random (Stub) on depth 10 completed in 3.52 ms.
Analysis of select (Compiled) on depth 8 completed for library in 35.17 ms.
Analysis of _random (Compiled) on depth 10 completed for library in 30.26 ms.
Analysis of _ast (CompiledBuiltin) on depth 8 completed for library in 347.93 ms.
Analysis of readline (Compiled) on depth 7 completed for library in 0.6 ms.
Analysis of pyexpat (Stub) on depth 12 completed in 1.68 ms.
Analysis of binascii (Compiled) on depth 9 completed for library in 3.39 ms.
Analysis of zlib (Compiled) on depth 10 completed for library in 6.29 ms.
Analysis of time (CompiledBuiltin) on depth 6 completed for library in 16.17 ms.
Analysis of zipimport (CompiledBuiltin) on depth 9 completed for library in 3.09 ms.
Analysis of _imp (Stub) on depth 9 completed in 0.95 ms.
Analysis of email.iterators (Stub) on depth 10 completed in 0.37 ms.
Analysis of gzip (Stub) on depth 12 completed in 2.22 ms.
Analysis of email.generator (Stub) on depth 10 completed in 3.46 ms.
Analysis of email.encoders (Stub) on depth 11 completed in 0.29 ms.
Analysis of email (Stub) on depth 9 completed in 0.6 ms.
Analysis of email.feedparser (Stub) on depth 11 completed in 54.62 ms.
Analysis of datetime (Stub) on depth 11 completed in 77.21 ms.
Analysis of selectors (Stub) on depth 9 completed in 15.97 ms.
Analysis of socketserver (Stub) on depth 10 completed in 81.95 ms.
Analysis of _threading_local (Stub) on depth 10 completed in 1.94 ms.
Analysis of modules loop on depth 7 in 13.49 ms:
struct(Library)
_struct(Library)
Analysis of ssl (Stub) on depth 11 completed in 15.03 ms.
Analysis of codeop (Library) on depth 8 completed for library in 1.44 ms.
Analysis of _weakrefset (Library) on depth 5 completed for library in 15.22 ms.
Analysis of xml.parsers.expat (Stub) on depth 11 completed in 1.74 ms.
Analysis of _imp (CompiledBuiltin) on depth 8 completed for library in 0.35 ms.
Analysis of email.parser (Stub) on depth 10 completed in 12.98 ms.
Analysis of pyexpat (Compiled) on depth 11 completed for library in 58.02 ms.
Analysis of email.utils (Stub) on depth 10 completed in 2.65 ms.
Analysis of logging (Stub) on depth 8 completed in 162.14 ms.
Analysis of email.headerregistry (Stub) on depth 11 completed in 13.13 ms.
Analysis of calendar (Stub) on depth 12 completed in 53.06 ms.
Analysis of unittest (Stub) on depth 7 completed in 47.11 ms.
Analysis of http.server (Stub) on depth 9 completed in 11.05 ms.
Analysis of http.client (Stub) on depth 10 completed in 18.41 ms.
Analysis of doctest (Stub) on depth 6 completed in 18.69 ms.
Analysis of abc (Library) on depth 4 completed for library in 5.32 ms.
Analysis of modules loop on depth 2 in 109.92 ms:
io(Library)
_io(Library)
Analysis of _compression (Library) on depth 11 completed for library in 13.13 ms.
Code Snippet / Additional lnformation
Step to reproduce:
- Create a dockerfile like this:
FROM quantconnect/research:latest
-
Open a folder in a container using the dockerfile in step 1
-
Install the ms-python.python v2020.6.88468 inside the container
-
Select
/opt/miniconda3/bin/pythonas the interpreter -
Create a new file and type the commands "Actual behavior" section