Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

spyder-5.3.1-1.2 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: spyder Distribution: openSUSE:Factory:zSystems
Version: 5.3.1 Vendor: obs://build.opensuse.org/openSUSE:Factory:zSystems
Release: 1.2 Build date: Wed Jun 15 07:31:17 2022
Group: Development/Languages/Python Build host: s390zl25
Size: 42179127 Source RPM: spyder-5.3.1-1.2.src.rpm
Url: https://www.spyder-ide.org/
Summary: The Scientific Python Development Environment
Spyder, the Scientific Python Development Environment, is an
IDE for researchers, engineers and data analysts.
It features a combination of the editing, analysis, debugging
and profiling functionality of a development tool with the
data exploration, interactive execution, deep inspection and
visualization capabilities of an analysis package. Additionally,
Spyder offers built-in integration with scientific
libraries, including NumPy, SciPy, Pandas, IPython, QtConsole,
Matplotlib, SymPy, and more, and can be extended further with
full plugin support.

Provides

Requires

License

MIT

Changelog

* Sun Jun 05 2022 Ben Greiner <code@bnavigator.de>
  - Update the requirements, add note about test suite
* Tue May 24 2022 andy great <andythe_great@pm.me>
  - Update to version 5.3.1.
    * New features
    * Add a toolbar to the Variable Explorer viewer for dictionaries,
      lists and sets to easily access the functionality available
      through its context menu.
    * Add navigation with extra buttons in the editor for mouses
      that support them.
    * Add --no-web-widgets command line option to disable
      plugins/widgets that use Qt Webengine widgets.
    * Important fixes
    * Fix several important bugs related to the Autoformat on save
      functionality.
    * Fix options related to the Working directory entry in Preferences.
    * Make code completion widget entries accessible to screen readers.
    * New API features
    * Add get_command_line_options to SpyderPluginV2 so that
      plugins can access the command line options passed to Spyder.
    * The current interpreter used by all Spyder plugins can be
      accessed now through the executable option of the Main \
      interpreter plugin.
    * Full changelog here,
    * https://github.com/spyder-ide/spyder/releases/tag/v5.3.1
* Sat Apr 09 2022 Ben Greiner <code@bnavigator.de>
  - Update to version 5.3.0
    * New Run to current line and Run from current line actions in
      the Editor
    * New option to reset per-file run configurations
    * Now the spyder-terminal plugin comes bundled with the
      standalone installers (MacOS and Windows)
    * Now the standalone Windows installers come with Python 3.8.10
    * Drop support for Python 3.6
    * Fix the restart logic in the IPython Console to set Matplotlib
      interactive backends
    * Fix some issues related to Black formatting configuration and
      usage
    * Improve Editor performance by decreasing the amount of requests
      (didChange request) made to the pylsp server
    * Disable Kite provider for completions
    * Require IPython => 7.31.1 due to CVE-2022-21699
    * Several fixes for type errors with Python 3.10
    * New API features
    * New on_close method for the PluginMainWidget class that its
      called on closeEvent
* Fri Mar 25 2022 Ben Greiner <code@bnavigator.de>
  - Fix unpinning of IPython and unpin pyls
* Fri Jan 21 2022 Ben Greiner <code@bnavigator.de>
  - Update to version 5.2.2
    * Fix several issues regarding the IPython Console kernel
      restart, shutdown and bening errors handling
* Sun Dec 19 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 5.2.1
    * Prevent Spyder from crashing when selecting an interpreter with
      an incorrect spyder-kernels version
    * Optimize several operations in the Editor and IPython Console
* Fri Nov 26 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 5.2.0
    * Add new entry in preferences to turn off plugins
    * Add experimental support for PySide2
    * Show standard streams when running code in the IPython Console
    * Speed up search in the Find plugin
    * Migrate the IPython Console to the new API
    * Add new mechanism for plugin teardowm
    * Add a way to create stacked widgets connected to the IPython
      Console like Plots and the Variable explorer
  - Drop spyder-pr16565-unpin-pylint.patch fixed upstream
  - Drop spyder-jupyter_client7.patch  fixed upstream
* Wed Oct 27 2021 Ben Greiner <code@bnavigator.de>
  - Add patches required for newer distro packages
    * spyder-pr16565-unpin-pylint.patch gh#spyder-ide/spyder#16565
    * spyder-jupyter_client7.patch
* Mon Sep 20 2021 Ben Greiner <code@bnavigator.de>
  - Still crashing the linux kernel. Disable tests. boo#1190482
* Thu Sep 16 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 5.1.5
    * Fix docking of external plugins.
    * Catch error when starting watcher (Projects)
    * Improve appearance of toolbar extension button
  - Another take on the kernel crash / OOM issue: test everything
    (including slow tests) within one xvfb-run boo#1190482
* Wed Sep 15 2021 Ben Greiner <code@bnavigator.de>
  - kernel still crashing. Disable slow tests for now.
* Tue Sep 14 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 5.1.4
    * Fix serious memory leaks and improve performance when typing
      in the editor.
    * Fix Issue 16401 - Trim all newlines after the final one when
      saving a file causes Spyder to freeze when saving a blank file
    * Fix Issue 16384 - Editor becomes sluggish when displaying
      errors
    * Fix Issue 16343 - No handler for workspace/executeCommand
      request
  - Avoid kernel crash (!?) at testspyder bash function return
    * boo#1190482
* Wed Sep 08 2021 Ben Greiner <code@bnavigator.de>
  - Clean a few test skips, add a new one
  - remove _constraints
* Mon Sep 06 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 5.1.3
    * Fix RTreeError with snippets
    * Fix TypeError with snippets
  - Filter new rpmlint 2 errors in spyder-rpmlintrc
* Thu Sep 02 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 5.1.2
    * Add an entry called Restart in debug mode to the File menu.
      That will allow users to inspect the log files generated by
      Spyder by going to the menu Tools > Debug logs after the
      restart.
    * Add a new command line option called --conf-dir to set a
      custom configuration directory for Spyder.
    * Show hidden directories in Projects by default.
    * Use toolbar ids and widget/action ids when adding an item to a
      toolbar.
    * Use menu and item ids to add items to the Main Menu plugin.
    * Fix several performance issues in the Editor.
    * Fix slow browsing of variables in the Variable Explorer when
      Numpy and Pandas are not installed.
    * Discard symbols imported from other libraries in the Outline
      pane.
* Fri Aug 20 2021 Ben Greiner <code@bnavigator.de>
  - Fix typo: now really skip the test. It did not even fail in
    staging, but still fails in Factory.
* Fri Aug 20 2021 Ben Greiner <code@bnavigator.de>
  - Skip one more potentially segfaulting test
* Thu Aug 05 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 5.1.1
    * Fix loading internal plugins, which prevents a crash at startup
    in Python 3.8+ and issues with completion and linting in other
    versions.
    * Make functionality related to Jedi work in our Windows
    installer again.
  - Release of version 5.1.0
    * New logo, splash screen and design for the "About Spyder"
      dialog.
    * Support Rich and Colorama in the IPython console.
    * Pasting code in the Editor and IPython console preserves
      indentation.
    * Add a new registration mechanism for plugins that allow
      bidirectional dependencies among them. See this page for
      instructions on how to migrate to it.
    * Fix several critical bugs in the Outline pane.
    * Restore ability to ignore linting messages with inline
      comments in the Editor. Supported comments include # noqa and
      [#] analysis:ignore.
    * Improve code completion performance in the Editor.
    * Fix Code analysis pane in the Windows and macOS installers.
    * Decrease startup time.
    * Support Jedi 0.18 and Parso 0.8
  - Drop patches merged upstream
    * spyder-pr15657-python-lsp-server.patch
    * spyder-pr16011-pytest-qt-4.patch
  - Make use of CI environment variable due to new conftest.py logic
* Tue Jul 13 2021 Ben Greiner <code@bnavigator.de>
  - Replace python-python-language-server with python-lsp-server
    * spyder-pr15657-python-lsp-server.patch
    * gh#spyder-ide/spyder#15657
  - Support pytest-qt >= 4
    * spyder-pr16011-pytest-qt-4.patch
    * gh#spyder-ide/spyder#16011
* Thu Jun 24 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 5.0.5
    * Catch any error when trying to detect if Kite installers are
      available.
    * Add border around WebView widgets
  - Drop tame-kite-installer-check.patch, fixed upstream
* Mon Jun 14 2021 Ben Greiner <code@bnavigator.de>
  - Add tame-kite-installer-check.patch
* Mon Jun 14 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 5.0.4
    * Programmatic addition of new layouts
    * Fix debugger for IPython 7.24.0
    * Fix loading complex third-party plugins
    * Fix errors when restarting kernels
* Fri May 21 2021 Ben Greiner <code@bnavigator.de>
  - Unpin watchdog. boo#1186327
  - Fix spyder-kernels dep
  - reenable ipythonconsole tests for 32-bit: no bpf failures anymore
  - reenable dependency checks during tests
* Mon May 17 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 5.0.3
    * Add rtree as a dependency for our pip packages.
    * Scroll pager content with keys (IPython console)
    * Move css_path to Appearance config section (IPython Console)
* Mon May 10 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 5.0.2
    * Fix error when restarting kernels.
    * Fix outline, folding and go-to-defintion when Kite is
      installed.
    * Make Plots pane show again separate plots generated in
      different consoles.
    * Fix preferences error when following Kite's tutorial.
* Mon Apr 19 2021 Ben Greiner <code@bnavigator.de>
  - Add python-language-server[all] requirements and unpin packages
    in generated egg-info/requires.txt because they are checked on
    startup now.
* Sat Apr 17 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 5.0.1
    * Avoid false warning about incorrect spyder-kernels version.
    * Fix error when opening a new editor window.
    * Fix error when saving layouts.
    * Fix several style issues.
    * Fix clicking on tracebacks in the IPython console.
  - Unpin jedi and parso. python-python-language-server has been
    patched.
* Thu Apr 08 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 5.0.0
    * Improved dark theme based on QDarkstyle 3.0.
    * New light theme based on QDarkstyle 3.0.
    * New look and feel for toolbars.
    * New icon set based on Material Design.
    * New API to extend core plugins, with the exception of the
      Editor, IPython console and Projects.
    * New plugins to manage menus, toolbars, layouts, shortcuts,
      preferences and status bar.
    * New architecture to access and write configuration options.
    * New API to declare code completion providers.
    * New registries to access actions, tool buttons, toolbars and
      menus by their identifiers.
* Sun Mar 28 2021 Ben Greiner <code@bnavigator.de>
  - Remove removal of early QtWebEngine import before tests. It
    triggered a fallback to testing with qtwebkit which is being
    removed from Tumbleweed
  - Switch to xvfb-run instead of pytest-xvfb to avoid
    gh#The-Compiler/pytest-xvfb#11
  - Replace pytest-ordering marks with pytest-order
    gh#spyder-ide/spyder#14935
* Thu Mar 25 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 4.2.5
    * Fix restoring window properties at startup.
    * Fix a segfault when restarting kernels.
    * Fix a segfault when processing linting results.
* Fri Mar 19 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 4.2.4
    * Fix an important error when restarting kernels.
    * Add compatibility with the future Spyder
* Mon Mar 15 2021 Ben Greiner <code@bnavigator.de>
  - remove pytest-ordering -- gh#spyder-ide/spyder#14935
* Thu Mar 04 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 4.2.3
    * Fix a very visible bug with Kite installation.
    * Make Find pane to correctly highlight results in the editor.
    * Don't show "No such comm" message when restaring kernels.
  - Explicitly limit upper version if Jedi and Parso
* Wed Feb 24 2021 Ben Greiner <code@bnavigator.de>
  - The apps dialog segfault is back. (QtAwesome, qtwebengine?)
* Mon Feb 22 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 4.2.2
    * Improve performance when typing in the editor.
    * Make variable explorer work for kernels started in remote
      servers.
  - Drop spyder-pr14514-fix-pandas120.patch merged upstream
* Mon Feb 15 2021 Ben Greiner <code@bnavigator.de>
  - Add spyder-pr14514-fix-pandas120.patch to work with pandas 1.2
    gh#spyder-ide/spyder/14514
* Fri Jan 15 2021 Benjamin Greiner <code@bnavigator.de>
  - Skip two more tests which are too slow for qtbot on OBS and one
    test producing segfaults.
* Sat Dec 19 2020 Benjamin Greiner <code@bnavigator.de>
  - Update to version 4.2.1
    * Code folding for cells.
    * Search works as expected for folded regions.
    * IPython Console preferences are applied on the fly.
    * IPython files (*.ipy) are better support in the Editor.
    * Reduce time to show Preferences dialog.
* Sat Dec 05 2020 Benjamin Greiner <code@bnavigator.de>
  - Fix appdata.xml install
  - Skip some more tests failing on i586
* Thu Nov 12 2020 Benjamin Greiner <code@bnavigator.de>
  - Update to version 4.2.0
    New features
    * New, self-contained installers for Windows and macOS.
    * Add support for inline and interactive Matplotlib plots in the
      debugger.
    * Automatic detection of conda and pyenv environments in
      Preferences > Python interpreter.
    * Add functionality to do auto-formatting in the Editor. It can
      be triggered in the menu Source > Format file or selection or
      with the shorcut Ctrl+Alt+I (Cmd+Alt+I in macOS).
    * Add support for text snippets in the Editor. The list of
      available snippets is shown in `Preferences > Completion and
      linting > Snippets`.
    * Support caching cells send in succession to the IPython
      console. This will run one cell after the previous one finished.
    * Make variables take precedence over Pdb commands in the
      debugger. In case a variable clashes with a command, you'll
      have to prefix the command with !.
    * Show a message to take a tour of Spyder features the first
      time 4.2.0 is launched.
    * Drop support for Python 2.7 and 3.5.
    Important fixes
    * Improve performance in the Editor when painting indent guides
      and showing linting messages.
    * Prevent the creation of temporary files in Dropbox directories
      after saving in the Editor.
    * Prevent the Outline to degrade performance in the Editor when
      visible. This was achieved by moving this pane to use the LSP
      architecture.
    * Support Jedi 0.17.2
  - remove all python flavor expansions -- only single flavor for
    this "app"
  - drop spyder-pr13814-completion.patch merged upstream
* Sun Sep 20 2020 Benjamin Greiner <code@bnavigator.de>
  - Require a font package for testing to avoid Qt breakpoint trap
    gh#jupyter/qtconsole#443
  - Reenable tests for all platforms
  - skip another segfaulting test on Leap
* Sat Sep 19 2020 Benjamin Greiner <code@bnavigator.de>
  - spyder-pr13814-completion.patch gh#spyder-ide/spyder#13814
    fix test failure with newer qtconsole
* Wed Sep 02 2020 Benjamin Greiner <code@bnavigator.de>
  - Update to version 4.1.5
    * Add natural sorting for variables in the Variable Explorer.
    * Add shortcut to open files in the Editor in the operating
      system file explorer.
    * Add an option to run lines of code when entering the debugger.
      This is present in Preferences > IPython console > Startup.
    * Fix error when opening projects.
    * Fix error when hovering in the Editor caused by Kite.
    * Don't save files when running cells.
    * Several improvements to the user experience of Files.
  - skip another failing test on Leap
* Fri Aug 07 2020 Benjamin Greiner <code@bnavigator.de>
  - singlespec automatic conversion of "Requires: python-*" does not
    work for the packagename without "python-"
  - only suggest external more intrusive plugins
* Wed Aug 05 2020 Benjamin Greiner <code@bnavigator.de>
  - move to Python singlespec
  - do not preload qtpy in runtests.py: avoids "Trace/breakpoint traps"
  - skip newly failing tests because of meta change
  - skip the slow mainwindow test again: the mainwindow fixture is
    leaking file descriptors and causes undeterministic segfaults
    gh#spyder-ide/spyder#13483
* Fri Jul 10 2020 Benjamin Greiner <code@bnavigator.de>
  - Update to version 4.1.4
    * Important fixes
    * Correctly restart kernels after a crash while running code.
    * Clear variable explorer after a kernel restart.
    * Fix several errors when sorting variables in the variable
      explorer.
    * Fix selection color in several syntax highlighting themes.
    * Support Jedi 0.17.1, which fixes several issues with code
      completion in the editor.
    * Fix errors when running Dask code in the IPython console.
    * Only show folding arrows when the user hovers over them, which
      improves responsiveness in the editor.
    * Fix several problems with the integration between our projects
      and the Python language server.
    * Handle NaT values in the Variable Explorer.
  - drop spyder-pr12746-fixtests.patch merged upstream
* Fri May 29 2020 Tomáš Chvátal <tchvatal@suse.com>
  - We can be tested using pytest5
  - Skip one more timeouting test
* Sat May 16 2020 Benjamin Greiner <code@bnavigator.de>
  - increase memory requirement for builds (the tests consume a lot)
* Fri May 15 2020 Benjamin Greiner <code@bnavigator.de>
  - update to version 4.1.3
    * New features
    * New files are saved now as Utf-8 (instead of as Ascii).
    * Make functionality to go to the previous/next cursor more intuitive.
    * New dark and light themes for the Online Help pane.
    * Important fixes
    * Make Spyder work on Python 3.8 and Windows.
    * Fix several startup crashes related to problems with Kite.
    * Fix contrast issues present in several syntax highlighting themes.
    * Fix "Directly enter debugging when errors appear" run option.
    * Fix startup crash when Spyder is using the Brazilian Portuguese
      translation.
    * Fix segfault on Unix systems when removing plots.
    * Correctly position linting markers when code is folded in the editor.
    * Correctly show variables while debugging in the Variable Explorer.
  - remove patch spyder-pr11704-fixpytestargs.patch merged upstream
    gh#spyder-ide/spyder#11704
  - remove spyder-pr12534-closeleaks.patch gh#spyder-ide/spyder#12534
  - add spyder-pr12746-fixtests.patch gh#spyder-ide/spyder#12764
  - once again rework the set of skipped tests
  - run testsuite only on x86_64 for this noarch package. ix86 fails
    upredictably with segfaults on differing tests
* Thu Apr 30 2020 Benjamin Greiner <code@bnavigator.de>
  - Close leaks in tests for mainwindow and ipythonconsole
    gh#spyder-ide/spyder#12534
    spyder-pr12534-closeleaks.patch
  - Now also run the slow tests except for a few.
  - python-opengl is not a requirement
* Tue Apr 14 2020 Benjamin Greiner <code@bnavigator.de>
  - More work on running the unit tests. Do not run the slow tests for
    now. (They were not run in the previous setup either)
* Sat Apr 04 2020 Benjamin Greiner <code@bnavigator.de>
  - new version 4.1.2
  - New features
    Add a new entry to the status bar to show the current
    state of Python language server. This will allow users to
    know if completions, linting and folding are working as
    expected or have issues. Clicking on this entry will also
    show a menu from which is possible to restart the server
    manually.
  - Important fixes
    * Completely disable warning informing to restart Spyder
      when a screeresolution is detected on macOS.
    * Show an error message when it's not possible to create a
      special console for Sympy, Cython or Pylab.
    * Restore code folding for all files with less than 2000 lines.
    * Fix showing help for dot object (e.g. `np.sin`) in the
      IPython console.
    * Fix showing kernel initialization error messages on Windows.
  - for a full list of issues closed and PRs merge see CHANGELOG.md
  - remove patch merged upstream
    spyder-pr11899-fixdeprecation.patch
* Wed Mar 25 2020 Benjamin Greiner <code@bnavigator.de>
  - update pyls and spyder kernels dependency
  - update the runtime dependency pin for Jedi and parso
  - add python-ordering for unittests
* Tue Mar 24 2020 Benjamin Greiner <code@bnavigator.de>
  - Rename subpackages and merge the non-optional plugins
  - keep upstreams spyder3 filenames
* Sun Mar 22 2020 Sebastian Wagner <sebix+novell.com@sebix.at>
  - Rename package from 'spyder3' to 'spyder'.
* Fri Mar 20 2020 Benjamin Greiner <code@bnavigator.de>
  - update to version 4.1.1
    * Add file path completions to the Editor. This works by writing the
      beginning of a file path, either absolute or relative, inside a
      string and pressing `Tab` or `Ctrl+Space` to get completions for
      it.
    * Add a new command line option called `--report-segfault` to be
    able to send segmentation fault reports to Github.
    * Fix a critical error when starting kernels on Windows.
  - changelog from version 4.1.0
    * Several improvements to the interface and user experience of the Plots pane.
    * Show hidden files in Files and Project panes.
    * Allow automatic introduction of docstrings in the Sphinx format.
    * Implicitly create a project when Spyder is launched with a folder path as
      argument in the command line
    * Re-add the ability to run IPython magics inside of cells.
    * Allow running PyQt applications multiple times.
    * Make adjustable the maximum number of recent projects in the Projects
    * Disable code folding and indent guides when files have more than 2000 lines
      for performance reasons.
    * Critical performance improvements to the Editor and Files.
    * Several fixes to the autosave mechanism.
    * Preserve creation time when saving files.
    * Don't corrupt symlinks when saving files associated to them.
    * Improve the code completion experience in the Editor.
    * Start kernels in a thread to avoid freezing the entire interface.
    * Correctly update the debugging panel in the Editor when debugging in
      multiple consoles.
    * Make the Code Analysis pane to read the nearest pylintrc file, according to
      the hierarchy defined by Pylint.
  - See full list of issues and pull requests in the CHANGELOG.md on
    github#spyder-ide/spyder
  - remove patches merged upstream
    0001-fix-hanging-test-when-not-in-git-repository.patch
    0001-only-test-for-git-when-in-git.patch
  - spyder3-pr11704-fixpytestargs.patch to call pytest directly
    (upstream PR#11704, issue#11870)
  - spyder3-pr11899-fixdeprecation.patch to pass test_arrayeditor_with_inf_array
    (upstream PR#11889, issue#11885)
  - remove the compileall calls for tests because they are not installed anymore
  - singlespec macros
  - remove source language files from lang package
* Wed Mar 18 2020 Benjamin Greiner <code@bnavigator.de>
  - disable ipythonconsole plugin tests completely. OBS really does
    not behave well here -- lots of timeout errors.
  - move to pytest-xvfb
* Fri Mar 13 2020 Hans-Peter Jansen <hpj@urpla.net>
  - disable test_dbg_input (relies on IPythonConsole behaving well in OBS)
  - recommend auxiliary spider modules
  - fix specific jedi =0.14.1 dependency removal, that triggers a warn dialog
* Tue Feb 18 2020 Sebastian Wagner <sebix+novell.com@sebix.at>
  - run spec-cleaner
  - Change dependencies spyder3-breakpoints, spyder3-profiler and spyder3-pylint from Recommends to Requires and add spyder3-lang (fixes boo#1163198)
* Thu Feb 13 2020 Benjamin Greiner <code@bnavigator.de>
  - fix unit test stall by upstream PR #11547
    0001-fix-hanging-test-when-not-in-git-repository.patch
  - skip git tests by 0001-only-test-for-git-when-in-git.patch (PR#11548)
  - skip some failing tests due to timeouts
  - the plugin directories have moved
  - the plugins have no language files anymore -- remove lang packages
  - simplify xvfb setup by using xvfb-run
* Tue Jan 28 2020 Sebastian Wagner <sebix+novell.com@sebix.at>
  - remove pytest41.patch not needed anymore
  - add more needed build dependencies
* Sat Jan 25 2020 Sebastian Wagner <sebix+novell.com@sebix.at>
  - update to version 4.0.1
    This is a major upgrade from 3.3.6. For an extensive list of fixes
    and updates see https://github.com/spyder-ide/spyder/blob/master/CHANGELOG.md#version-401-2020-01-02
    and below.
* Fri Nov 01 2019 Ondřej Súkup <mimi.vx@gmail.com>
  - add pytest41.patch - fix tests with pytest-4+
* Fri Sep 13 2019 Todd R <toddrme2178@gmail.com>
  - Fix desktop file categories.
* Mon Aug 19 2019 John Vandenberg <jayvdb@gmail.com>
  - Use GitHub release tarball due to missing files in sdist
  - Activate and fix tests, skipping tests requiring VCS or Internet
* Thu Jul 25 2019 Sebastian Wagner <sebix+novell.com@sebix.at>
  - Remove version requirement for python3-pyqtwebengine
    - fixes boo#1141974
* Mon Jul 15 2019 Sebastian Wagner <sebix+novell.com@sebix.at>
  - update to version 3.3.6:
    - Issues Closed:
    - [Issue 9757](https://github.com/spyder-ide/spyder/issues/9757) - Text in help search bar becomes selected once help is displayed ([PR 9760](https://github.com/spyder-ide/spyder/pull/9760))
    - [Issue 8336](https://github.com/spyder-ide/spyder/issues/8336) - AttributeError in profiler ([PR 9758](https://github.com/spyder-ide/spyder/pull/9758))
    - In this release 2 issues were closed.
    - Pull Requests Merged:
    - [PR 9760](https://github.com/spyder-ide/spyder/pull/9760) - PR: Backport PR #9552 ([9757](https://github.com/spyder-ide/spyder/issues/9757))
    - [PR 9758](https://github.com/spyder-ide/spyder/pull/9758) - PR: Avoid an error when profdata is None in Profiler ([8336](https://github.com/spyder-ide/spyder/issues/8336))
    - [PR 9718](https://github.com/spyder-ide/spyder/pull/9718) - PR: Fix completion plugins listening to external hosts
    - In this release 3 pull requests were closed.
* Sun Jun 30 2019 Sebastian Wagner <sebix+novell.com@sebix.at>
  - update to version 3.3.5:
    - New features:
    - Add option to allow users showing/hiding CMD windows created by the
      `subprocess` module on Windows. The option can be found in
      `Preferences > IPython Console > Advanced settings > Windows adjustments`.
    - Issues Closed:
    - [Issue 9520](https://github.com/spyder-ide/spyder/issues/9520) - Can't run profiler ([PR 9652](https://github.com/spyder-ide/spyder/pull/9652))
    - [Issue 9304](https://github.com/spyder-ide/spyder/issues/9304) - PermissionError when trying to load a kernel connection file ([PR 9651](https://github.com/spyder-ide/spyder/pull/9651))
    - [Issue 9262](https://github.com/spyder-ide/spyder/issues/9262) - Only require PyWebEngine on Python 3+ to avoid blocking py2 compat in pip wheels ([PR 9436](https://github.com/spyder-ide/spyder/pull/9436))
    - [Issue 9240](https://github.com/spyder-ide/spyder/issues/9240) - The external system terminal close after running script if the Python console exits due to an exception ([PR 9312](https://github.com/spyder-ide/spyder/pull/9312))
    - [Issue 9221](https://github.com/spyder-ide/spyder/issues/9221) - TypeError: cursor_position_changed ([PR 9650](https://github.com/spyder-ide/spyder/pull/9650))
    - [Issue 9217](https://github.com/spyder-ide/spyder/issues/9217) - ValueError when clicking on a traceback link in the IPython console ([PR 9649](https://github.com/spyder-ide/spyder/pull/9649))
    - [Issue 9143](https://github.com/spyder-ide/spyder/issues/9143) - Help pane doesn't accept aliased modules ([PR 9166](https://github.com/spyder-ide/spyder/pull/9166))
    - [Issue 9113](https://github.com/spyder-ide/spyder/issues/9113) - Opening window in a subprocess from Spyder ([PR 9123](https://github.com/spyder-ide/spyder/pull/9123))
    - [Issue 9093](https://github.com/spyder-ide/spyder/issues/9093) - Error when trying to create spyder.lock on an unwritable config directory ([PR 9098](https://github.com/spyder-ide/spyder/pull/9098))
    - [Issue 9051](https://github.com/spyder-ide/spyder/issues/9051) - Variable explorer viewers go to the background on macOS ([PR 9119](https://github.com/spyder-ide/spyder/pull/9119))
    - In this release 10 issues were closed.
    - Pull Requests Merged:
    - [PR 9658](https://github.com/spyder-ide/spyder/pull/9658) - PR: Require spyder-kernels 0.5.0 in setup.py
    - [PR 9652](https://github.com/spyder-ide/spyder/pull/9652) - PR: Remove usage of QTextCodec because it's not really needed ([9520](https://github.com/spyder-ide/spyder/issues/9520))
    - [PR 9651](https://github.com/spyder-ide/spyder/pull/9651) - PR: Catch error when loading kernel connection file ([9304](https://github.com/spyder-ide/spyder/issues/9304))
    - [PR 9650](https://github.com/spyder-ide/spyder/pull/9650) - PR: Catch an error when disconnecting a signal in calltip widget ([9221](https://github.com/spyder-ide/spyder/issues/9221))
    - [PR 9649](https://github.com/spyder-ide/spyder/pull/9649) - PR: Catch error when pressing the link of a traceback in IPython console ([9217](https://github.com/spyder-ide/spyder/issues/9217))
    - [PR 9436](https://github.com/spyder-ide/spyder/pull/9436) - PR: Require pyqtwebengine only in Python 3 ([9262](https://github.com/spyder-ide/spyder/issues/9262))
    - [PR 9312](https://github.com/spyder-ide/spyder/pull/9312) - PR: Improvements to the cmd used to start external terminals on Windows ([9240](https://github.com/spyder-ide/spyder/issues/9240))
    - [PR 9166](https://github.com/spyder-ide/spyder/pull/9166) - PR: Fix Help plugin string validation for the console ([9143](https://github.com/spyder-ide/spyder/issues/9143))
    - [PR 9123](https://github.com/spyder-ide/spyder/pull/9123) - PR: Add preference to show/hide cmd windows generated by the subprocess module ([9113](https://github.com/spyder-ide/spyder/issues/9113))
    - [PR 9119](https://github.com/spyder-ide/spyder/pull/9119) - PR: Make Variable Explorer viewers stay on top in macOS ([9051](https://github.com/spyder-ide/spyder/issues/9051))
    - [PR 9099](https://github.com/spyder-ide/spyder/pull/9099) - PR: Add sponsors sections and remove relative links to images in Readme
    - [PR 9098](https://github.com/spyder-ide/spyder/pull/9098) - PR: Avoid some permission errors at startup on Windows  ([9093](https://github.com/spyder-ide/spyder/issues/9093))
    - In this release 12 pull requests were closed.
* Mon Jun 03 2019 Todd R <toddrme2178@gmail.com>
  - Fix jupyter dependencies.
* Sun Apr 07 2019 Sebastian Wagner <sebix+novell.com@sebix.at>
  - Add changelog.sh for easier changelog conversion in packaging.
  - update to version 3.3.4:
    - New features:
    - Fix several incompatibilities with PyQt5 5.12.
    - Avoid errors when running `turtle` programs in the IPython console
    multiple times.
    - Avoid the UMR to reload modules installed in the user site-packages
    directory.
    - Issues Closed:
    - [Issue 8978](https://github.com/spyder-ide/spyder/issues/8978) - Github login window is resizing automatically ([PR 8993](https://github.com/spyder-ide/spyder/pull/8993))
    - [Issue 8934](https://github.com/spyder-ide/spyder/issues/8934) - IOError raised when completion plugins fail to start ([PR 8950](https://github.com/spyder-ide/spyder/pull/8950))
    - [Issue 8927](https://github.com/spyder-ide/spyder/issues/8927) - Change "Clear variables" to "Remove variables" in French translation ([PR 8951](https://github.com/spyder-ide/spyder/pull/8951))
    - [Issue 8878](https://github.com/spyder-ide/spyder/issues/8878) - Error when try to type opening bracket in console ([PR 8879](https://github.com/spyder-ide/spyder/pull/8879))
    - [Issue 8841](https://github.com/spyder-ide/spyder/issues/8841) - Static Code Analysis can be attempted without selected file ([PR 8921](https://github.com/spyder-ide/spyder/pull/8921))
    - [Issue 8807](https://github.com/spyder-ide/spyder/issues/8807) - Error when saving LANG_FILE ([PR 8808](https://github.com/spyder-ide/spyder/pull/8808))
    - [Issue 8789](https://github.com/spyder-ide/spyder/issues/8789) - spyder_io_hdf5 plugin no longer available ([PR 8790](https://github.com/spyder-ide/spyder/pull/8790))
    - [Issue 8776](https://github.com/spyder-ide/spyder/issues/8776) - Problem with debugfile() in version >= 3.3.0
    - [Issue 8764](https://github.com/spyder-ide/spyder/issues/8764) - VersionConflict when opening a file in the Editor ([PR 8781](https://github.com/spyder-ide/spyder/pull/8781))
    - [Issue 8762](https://github.com/spyder-ide/spyder/issues/8762) - Text written in help pane gets automatically selected and replaced with every keystroke ([PR 8907](https://github.com/spyder-ide/spyder/pull/8907))
    - [Issue 8748](https://github.com/spyder-ide/spyder/issues/8748) - spyder 3.3.3 icon theme Spyder 3 problem with PyQt 5.12 ([PR 8896](https://github.com/spyder-ide/spyder/pull/8896))
    - [Issue 8747](https://github.com/spyder-ide/spyder/issues/8747) - Spyder should depend on QtWebEngine for pyqt >= 5.12 ([PR 8753](https://github.com/spyder-ide/spyder/pull/8753))
    - [Issue 6278](https://github.com/spyder-ide/spyder/issues/6278) - Problems with running turtle programs in Spyder
    - Pull Requests Merged:
    - [PR 9073](https://github.com/spyder-ide/spyder/pull/9073) - PR: Increase minimal required version of spyder-kernels to 0.4.3
    - [PR 9041](https://github.com/spyder-ide/spyder/pull/9041) - PR: Fix a recurrrent error with our IPython console tests
    - [PR 9023](https://github.com/spyder-ide/spyder/pull/9023) - PR: Fix warning and todo action menu entries
    - [PR 9020](https://github.com/spyder-ide/spyder/pull/9020) - PR: Fix our tests on Windows/Python 3.7
    - [PR 8996](https://github.com/spyder-ide/spyder/pull/8996) - PR: Generate PyPI long description from README.md
    - [PR 8993](https://github.com/spyder-ide/spyder/pull/8993) - PR: Fix over-height resize of the Github login dialog ([8978](https://github.com/spyder-ide/spyder/issues/8978))
    - [PR 8953](https://github.com/spyder-ide/spyder/pull/8953) - PR: Compile French translation po file
    - [PR 8951](https://github.com/spyder-ide/spyder/pull/8951) - PR: Change 'Supprimer' for 'Effacer' in remove variables text for French translation ([8927](https://github.com/spyder-ide/spyder/issues/8927))
    - [PR 8950](https://github.com/spyder-ide/spyder/pull/8950) - PR: Don't raise an error if completion plugins fail to start ([8934](https://github.com/spyder-ide/spyder/issues/8934))
    - [PR 8928](https://github.com/spyder-ide/spyder/pull/8928) - PR: Use generic Qt name instead of Qt4 when switching backend for Mayavi
    - [PR 8921](https://github.com/spyder-ide/spyder/pull/8921) - PR: Set enabled value of start_button with is_valid (Static Code Analysis) ([8841](https://github.com/spyder-ide/spyder/issues/8841))
    - [PR 8910](https://github.com/spyder-ide/spyder/pull/8910) - PR: Fix tests on Windows/Python 3.7
    - [PR 8907](https://github.com/spyder-ide/spyder/pull/8907) - PR: Fix force_refresh to only force with valid object entries (Help plugin) ([8762](https://github.com/spyder-ide/spyder/issues/8762))
    - [PR 8899](https://github.com/spyder-ide/spyder/pull/8899) - PR: Run our tests with pip on Windows/Python 3.7
    - [PR 8896](https://github.com/spyder-ide/spyder/pull/8896) - PR: Increase minimal QtAwesome version to 0.5.7 ([8748](https://github.com/spyder-ide/spyder/issues/8748))
    - [PR 8895](https://github.com/spyder-ide/spyder/pull/8895) - PR: Remove Appveyor support and stop testing on Windows/Python 2
    - [PR 8879](https://github.com/spyder-ide/spyder/pull/8879) - PR: Don't fail on UnicodeEncodeError when saving Help's search history to disk ([8878](https://github.com/spyder-ide/spyder/issues/8878))
    - [PR 8808](https://github.com/spyder-ide/spyder/pull/8808) - PR: Avoid errors when trying to save LANG_FILE ([8807](https://github.com/spyder-ide/spyder/issues/8807))
    - [PR 8802](https://github.com/spyder-ide/spyder/pull/8802) - PR: Upgrade Travis config to use Xenial image
    - [PR 8790](https://github.com/spyder-ide/spyder/pull/8790) - PR: Fix missing spyder_io_hdf5 plugin ([8789](https://github.com/spyder-ide/spyder/issues/8789))
    - [PR 8781](https://github.com/spyder-ide/spyder/pull/8781) - PR: Avoid errors when using Pygments to detect the lexer used to highlight a file ([8764](https://github.com/spyder-ide/spyder/issues/8764))
    - [PR 8756](https://github.com/spyder-ide/spyder/pull/8756) - PR: Fix PyQt5 pinning restrictions in setup.py
    - [PR 8753](https://github.com/spyder-ide/spyder/pull/8753) - PR: Add pyqtwebengine as a new dependency ([8747](https://github.com/spyder-ide/spyder/issues/8747))
  ----
  - update to version 3.3.3:
    - New features:
    - Fix an incompatibility with Numpy 1.16 that generated an error
    when trying to open an array in the Variable Explorer.
    - Increase maximum PyQt5 supported version to 5.12
    - Increase minimal required version of spyder-kernels to 0.4.2
    to get important fixes about saving/loading the current
    namespace and skipping installed modules from our User Module
    Reloader (UMR).
    - Issues Closed:
    - [Issue 8697](https://github.com/spyder-ide/spyder/issues/8697) - Starting a python file importing tensorflow the second time results in error
    - [Issue 8681](https://github.com/spyder-ide/spyder/issues/8681) - PYTHONPATH environment variable not inherited if using non-default python interpreter ([PR 8685](https://github.com/spyder-ide/spyder/pull/8685))
    - [Issue 8668](https://github.com/spyder-ide/spyder/issues/8668) - Console throws error about wurlitzer on fresh install
    - [Issue 8582](https://github.com/spyder-ide/spyder/issues/8582) - Spyder encountered a problem when opening numpy array ([PR 8632](https://github.com/spyder-ide/spyder/pull/8632))
    - [Issue 8581](https://github.com/spyder-ide/spyder/issues/8581) - An error ocurred while starting the kernel: b'' ([PR 8736](https://github.com/spyder-ide/spyder/pull/8736))
    - [Issue 8475](https://github.com/spyder-ide/spyder/issues/8475) - pyqt5 Dependency seems outdated ([PR 8530](https://github.com/spyder-ide/spyder/pull/8530))
    - Pull Requests Merged:
    - [PR 8736](https://github.com/spyder-ide/spyder/pull/8736) - PR: Don't show empty kernel error messages ([8581](https://github.com/spyder-ide/spyder/issues/8581))
    - [PR 8731](https://github.com/spyder-ide/spyder/pull/8731) - PR: Backport PR 8559
    - [PR 8728](https://github.com/spyder-ide/spyder/pull/8728) - PR: Increase minimal spyder-kernels version in setup.py to avoid faulty release
    - [PR 8696](https://github.com/spyder-ide/spyder/pull/8696) - PR: Increase minimal required version of spyder-kernels
    - [PR 8689](https://github.com/spyder-ide/spyder/pull/8689) - PR: Backport PR 8363
    - [PR 8686](https://github.com/spyder-ide/spyder/pull/8686) - PR: Backport PR 8452
    - [PR 8685](https://github.com/spyder-ide/spyder/pull/8685) - PR: Avoid dropping predefined PYTHONPATH when using an external interpreter ([8681](https://github.com/spyder-ide/spyder/issues/8681))
    - [PR 8636](https://github.com/spyder-ide/spyder/pull/8636) - PR: Improve warning for when only some namespace objs couldn't be saved
    - [PR 8632](https://github.com/spyder-ide/spyder/pull/8632) - PR: Don't force write flag to True in ArrayEditor, to fix compat with Numpy >=1.16 ([8582](https://github.com/spyder-ide/spyder/issues/8582))
    - [PR 8530](https://github.com/spyder-ide/spyder/pull/8530) - PR: Increase maximum PyQt5 supported version ([8475](https://github.com/spyder-ide/spyder/issues/8475))
* Fri Jan 04 2019 Todd R <toddrme2178@gmail.com>
  - Fix rpmlint issues.
* Wed Jan 02 2019 Sebastian Wagner <sebix+novell.com@sebix.at>
  - Update to version 3.3.2:
    - New features
    - Main Window
    * Add new German and Hungarian translations.
    - Preferences
    * Give users the ability to select the OpenGL implementation
      used by Qt. This option can be changed in
      `General > Advanced Settings > Rendering engine`.
    - Find in files
    * Simplify the way to exclude files from search.
    * Fix error that prevented to stop a search when it was in
      progress.
    * Save its options when Spyder is closed.
    - Under the hood
    * Don't remove Spyder's temporary directory when Spyder is
      closed. This avoids conflicts when multiple Spyder
      instances are running.
    - Issues Closed
    * [Issue 8290](https://github.com/spyder-ide/spyder/issues/8290) - spyder.desktop doesn't contain  WMClass variable for grouping windows ([PR 8292](https://github.com/spyder-ide/spyder/pull/8292))
    * [Issue 8236](https://github.com/spyder-ide/spyder/issues/8236) - Update translations for 3.3.2
    * [Issue 8216](https://github.com/spyder-ide/spyder/issues/8216) - Error on startup with non-clean config file (from previous files/projects open?) and recent master builds ([PR 8249](https://github.com/spyder-ide/spyder/pull/8249))
    * [Issue 8179](https://github.com/spyder-ide/spyder/issues/8179) - Error when changing language from French to English ([PR 8188](https://github.com/spyder-ide/spyder/pull/8188))
    * [Issue 8128](https://github.com/spyder-ide/spyder/issues/8128) - Error raises when use multiprocessing
    * [Issue 8103](https://github.com/spyder-ide/spyder/issues/8103) - DeprecationWarning with iPython during executing certain commands in the console.
    * [Issue 8046](https://github.com/spyder-ide/spyder/issues/8046) - PermissionError while launching Spyder ([PR 8048](https://github.com/spyder-ide/spyder/pull/8048))
    * [Issue 8025](https://github.com/spyder-ide/spyder/issues/8025) - Custom interpreters are not shown in "Preferences > Python interpreter" ([PR 8231](https://github.com/spyder-ide/spyder/pull/8231))
    * [Issue 8007](https://github.com/spyder-ide/spyder/issues/8007) - Kernel crash due to file with the same name of a stdlib Python module present in current working directory
    * [Issue 7882](https://github.com/spyder-ide/spyder/issues/7882) - Error while restarting kernel ([PR 7887](https://github.com/spyder-ide/spyder/pull/7887))
    * [Issue 7868](https://github.com/spyder-ide/spyder/issues/7868) - Connect to kernel dialog needs to be clearer that either the SSH keyfile *or* the password is required ([PR 7898](https://github.com/spyder-ide/spyder/pull/7898))
    * [Issue 7862](https://github.com/spyder-ide/spyder/issues/7862) - 4.0beta1 is offered as an update when using a development version and a virtualenv ([PR 7902](https://github.com/spyder-ide/spyder/pull/7902))
    * [Issue 7856](https://github.com/spyder-ide/spyder/issues/7856) - Nbconvert 5.4.0 breaking mainwindow notebook test due to change in output file text ([PR 7860](https://github.com/spyder-ide/spyder/pull/7860))
    * [Issue 7811](https://github.com/spyder-ide/spyder/issues/7811) - Find In Files: empty "Exclude" field makes all files be excluded ([PR 7816](https://github.com/spyder-ide/spyder/pull/7816))
    * [Issue 7810](https://github.com/spyder-ide/spyder/issues/7810) - Find In Files: regexp icon ([PR 7864](https://github.com/spyder-ide/spyder/pull/7864))
    * [Issue 7809](https://github.com/spyder-ide/spyder/issues/7809) - Make visible by default the widget to exclude file types in Find in Files ([PR 7864](https://github.com/spyder-ide/spyder/pull/7864))
    * [Issue 7804](https://github.com/spyder-ide/spyder/issues/7804) - Stopping a search using FindInFiles freezes the app ([PR 7806](https://github.com/spyder-ide/spyder/pull/7806))
    * [Issue 7803](https://github.com/spyder-ide/spyder/issues/7803) - Change the way to exclude file types in Find in files ([PR 7806](https://github.com/spyder-ide/spyder/pull/7806))
    * [Issue 7800](https://github.com/spyder-ide/spyder/issues/7800) - FileNotFoundError when using custom interpreter ([PR 7829](https://github.com/spyder-ide/spyder/pull/7829))
    * [Issue 7753](https://github.com/spyder-ide/spyder/issues/7753) - Error when copying data from a dataframe ([PR 7759](https://github.com/spyder-ide/spyder/pull/7759))
    * [Issue 7748](https://github.com/spyder-ide/spyder/issues/7748) - Cannot import notebook variables ([PR 7761](https://github.com/spyder-ide/spyder/pull/7761))
    * [Issue 7742](https://github.com/spyder-ide/spyder/issues/7742) - Error when dropping files in the Editor ([PR 7764](https://github.com/spyder-ide/spyder/pull/7764))
    * [Issue 7733](https://github.com/spyder-ide/spyder/issues/7733) - Error when browsing git repository ([PR 7766](https://github.com/spyder-ide/spyder/pull/7766))
    * [Issue 7721](https://github.com/spyder-ide/spyder/issues/7721) - Error after upgrading to Python 3.7 ([PR 7807](https://github.com/spyder-ide/spyder/pull/7807))
    * [Issue 7705](https://github.com/spyder-ide/spyder/issues/7705) - Error on saving generated by Pygments lexers ([PR 7712](https://github.com/spyder-ide/spyder/pull/7712))
    * [Issue 7674](https://github.com/spyder-ide/spyder/issues/7674) - New Python interpreter selection combobox displays previous, not actual executable path if selected from file browser ([PR 7715](https://github.com/spyder-ide/spyder/pull/7715))
    * [Issue 7619](https://github.com/spyder-ide/spyder/issues/7619) - Error when trying to display Latex through Matplotlib
    * [Issue 7578](https://github.com/spyder-ide/spyder/issues/7578) - AttributeError: 'NoneType' object has no attribute 'input' ([PR 7716](https://github.com/spyder-ide/spyder/pull/7716))
    * [Issue 7561](https://github.com/spyder-ide/spyder/issues/7561) - Annoying "Are you sure you want to restart the kernel?" ([PR 7694](https://github.com/spyder-ide/spyder/pull/7694))
    * [Issue 7552](https://github.com/spyder-ide/spyder/issues/7552) - TypeError: scaledToWidth in the IPython console
    * [Issue 7447](https://github.com/spyder-ide/spyder/issues/7447) - Main window is black when starting Spyder over ssh/X11 ([PR 7859](https://github.com/spyder-ide/spyder/pull/7859))
    * [Issue 7302](https://github.com/spyder-ide/spyder/issues/7302) - PermissionError when launching kernel ([PR 7717](https://github.com/spyder-ide/spyder/pull/7717))
    * [Issue 7244](https://github.com/spyder-ide/spyder/issues/7244) - AttributeError when pasting list in collectionseditor.py ([PR 7817](https://github.com/spyder-ide/spyder/pull/7817))
    * [Issue 7236](https://github.com/spyder-ide/spyder/issues/7236) - UnicodeDecodeError when changing PYTHONPATH in Python 2 ([PR 7655](https://github.com/spyder-ide/spyder/pull/7655))
    * [Issue 7195](https://github.com/spyder-ide/spyder/issues/7195) - Crash when displaying a pandas data frame with a column containing a data frame ([PR 8114](https://github.com/spyder-ide/spyder/pull/8114))
    * [Issue 7177](https://github.com/spyder-ide/spyder/issues/7177) - Error when passing a regexp to the findreplace widget ([PR 8115](https://github.com/spyder-ide/spyder/pull/8115))
    * [Issue 6936](https://github.com/spyder-ide/spyder/issues/6936) - Data Type of customized class is changed to base class when viewed in the Variable Explorer ([PR 7679](https://github.com/spyder-ide/spyder/pull/7679))
    * [Issue 6535](https://github.com/spyder-ide/spyder/issues/6535) - Text in "About Spyder" menu is not selectable ([PR 7727](https://github.com/spyder-ide/spyder/pull/7727))
    * [Issue 6218](https://github.com/spyder-ide/spyder/issues/6218) - UnicodeDecodeError when truncating results in Find in files ([PR 7812](https://github.com/spyder-ide/spyder/pull/7812))
    * [Issue 6176](https://github.com/spyder-ide/spyder/issues/6176) - Find in Files options not saved to spyder.ini ([PR 7863](https://github.com/spyder-ide/spyder/pull/7863))
    * [Issue 5898](https://github.com/spyder-ide/spyder/issues/5898) - Closing all files in split pane view with at least 2 open then clicking any menu triggers RuntimeError
    * [Issue 4474](https://github.com/spyder-ide/spyder/issues/4474) - Find in files exclude as a textbox is very limited (not very UX friendly either) ([PR 7864](https://github.com/spyder-ide/spyder/pull/7864))
    * [Issue 4291](https://github.com/spyder-ide/spyder/issues/4291) - Menu items don't show in full-screen mode ([PR 7720](https://github.com/spyder-ide/spyder/pull/7720))
    * [Issue 3777](https://github.com/spyder-ide/spyder/issues/3777) - Output of C extensions is not shown in IPython console
    * [Issue 937](https://github.com/spyder-ide/spyder/issues/937) - Editor maximized - Run script - console takes most of screen ([PR 7205](https://github.com/spyder-ide/spyder/pull/7205))
    * In this release 45 issues were closed.
    - Pull Requests Merged
    * [PR 8292](https://github.com/spyder-ide/spyder/pull/8292) - PR: Add StartupWMClass to Linux desktop files ([8290](https://github.com/spyder-ide/spyder/issues/8290))
    * [PR 8278](https://github.com/spyder-ide/spyder/pull/8278) - PR: Update Spanish translation for 3.3.2
    * [PR 8264](https://github.com/spyder-ide/spyder/pull/8264) - PR: French Translation for 3.3.2
    * [PR 8263](https://github.com/spyder-ide/spyder/pull/8263) - PR: Fix tests in Appveyor/Python 2
    * [PR 8261](https://github.com/spyder-ide/spyder/pull/8261) - PR: Fix error in Pydoc widget when quitting server in Python 2
    * [PR 8259](https://github.com/spyder-ide/spyder/pull/8259) - PR: Fixes due to the new Pytest 4
    * [PR 8256](https://github.com/spyder-ide/spyder/pull/8256) - PR: Add German translation
    * [PR 8255](https://github.com/spyder-ide/spyder/pull/8255) - PR: Update Japanese translation for 3.3.2
    * [PR 8250](https://github.com/spyder-ide/spyder/pull/8250) - PR: Update Hungarian translation for 3.3.2
    * [PR 8249](https://github.com/spyder-ide/spyder/pull/8249) - PR: Prevent an error during the initialization of the Editor plugin ([8216](https://github.com/spyder-ide/spyder/issues/8216))
    * [PR 8248](https://github.com/spyder-ide/spyder/pull/8248) - PR: Update Russian translation
    * [PR 8232](https://github.com/spyder-ide/spyder/pull/8232) - PR: Fix passing --run-slow to runtests.py
    * [PR 8231](https://github.com/spyder-ide/spyder/pull/8231) - PR: Don't associate the combobox of FileComboBox to the same option as its lineedit ([8025](https://github.com/spyder-ide/spyder/issues/8025))
    * [PR 8188](https://github.com/spyder-ide/spyder/pull/8188) - PR: Catch errors when trying to change the interface language ([8179](https://github.com/spyder-ide/spyder/issues/8179))
    * [PR 8187](https://github.com/spyder-ide/spyder/pull/8187) - PR: Don't install qtconsole from git on Appveyor because it's generating errors
    * [PR 8173](https://github.com/spyder-ide/spyder/pull/8173) - PR: Fix various DeprecationWarnings and FutureWarnings
    * [PR 8152](https://github.com/spyder-ide/spyder/pull/8152) - PR: Make test_codeanalysis more robust to changes in Pyflakes and Pycodestyle
    * [PR 8133](https://github.com/spyder-ide/spyder/pull/8133) - PR: Skip test_values_dbg in Python 2 because it's timing out too much
    * [PR 8123](https://github.com/spyder-ide/spyder/pull/8123) - PR: Improve usability of runtests locally and test output on the CIs
    * [PR 8116](https://github.com/spyder-ide/spyder/pull/8116) - PR: Do not close split editor when empty or when switching project
    * [PR 8115](https://github.com/spyder-ide/spyder/pull/8115) - PR: Catch errors when trying to replace text in the Editor with a regexp ([7177](https://github.com/spyder-ide/spyder/issues/7177))
    * [PR 8114](https://github.com/spyder-ide/spyder/pull/8114) - PR: Catch errors when trying to display dataframe values as strings ([7195](https://github.com/spyder-ide/spyder/issues/7195))
    * [PR 8111](https://github.com/spyder-ide/spyder/pull/8111) - PR: Remove several old files
    * [PR 8110](https://github.com/spyder-ide/spyder/pull/8110) - PR: Use software OpenGL implementation by default
    * [PR 8048](https://github.com/spyder-ide/spyder/pull/8048) - PR: Don't raise exceptions when writing config to disk fails ([8046](https://github.com/spyder-ide/spyder/issues/8046))
    * [PR 8024](https://github.com/spyder-ide/spyder/pull/8024) - PR: Remove testpath condition now that its conda packages are in good shape
    * [PR 8021](https://github.com/spyder-ide/spyder/pull/8021) - PR: Fix tests by pinning testpath and switching to Python 3.5 on Windows
    * [PR 7928](https://github.com/spyder-ide/spyder/pull/7928) - PR: Update PR template to link to developer COI and clarify other text
    * [PR 7926](https://github.com/spyder-ide/spyder/pull/7926) - PR: Convert and optimize needed PNGs in img_src directory
    * [PR 7908](https://github.com/spyder-ide/spyder/pull/7908) - PR: Fix showing kernel creation error messages
    * [PR 7902](https://github.com/spyder-ide/spyder/pull/7902) - PR: Improve detection of new Spyder versions to be offered for updates ([7862](https://github.com/spyder-ide/spyder/issues/7862))
    * [PR 7898](https://github.com/spyder-ide/spyder/pull/7898) - PR: Clarify and improve Connect to kernel dialog text ([7868](https://github.com/spyder-ide/spyder/issues/7868))
    * [PR 7888](https://github.com/spyder-ide/spyder/pull/7888) - PR: Remove old pdn image source files that are no longer needed
    * [PR 7887](https://github.com/spyder-ide/spyder/pull/7887) - PR: Remove unnecessary code to restart kernels ([7882](https://github.com/spyder-ide/spyder/issues/7882))
    * [PR 7873](https://github.com/spyder-ide/spyder/pull/7873) - PR: Correct next/previous word shortcut callback ([7872](https://github.com/spyder-ide/spyder/issues/7872))
    * [PR 7864](https://github.com/spyder-ide/spyder/pull/7864) - PR: More improvements to Find in Files ([7810](https://github.com/spyder-ide/spyder/issues/7810), [7809](https://github.com/spyder-ide/spyder/issues/7809), [4474](https://github.com/spyder-ide/spyder/issues/4474))
    * [PR 7863](https://github.com/spyder-ide/spyder/pull/7863) - PR: Correctly save Find in Files options when closing Spyder ([6176](https://github.com/spyder-ide/spyder/issues/6176))
    * [PR 7860](https://github.com/spyder-ide/spyder/pull/7860) - PR: Fix failing test due to a new version of nbconvert ([7856](https://github.com/spyder-ide/spyder/issues/7856))
    * [PR 7859](https://github.com/spyder-ide/spyder/pull/7859) - PR: Set selected OpenGL implementation for QtQuick too ([7447](https://github.com/spyder-ide/spyder/issues/7447))
    * [PR 7838](https://github.com/spyder-ide/spyder/pull/7838) - PR: Start testing with Python 3.7 on Linux
    * [PR 7837](https://github.com/spyder-ide/spyder/pull/7837) - PR: Fix tests after ci-helpers updated conda version
    * [PR 7829](https://github.com/spyder-ide/spyder/pull/7829) - PR: Use a function to create and get our temporary directory ([7800](https://github.com/spyder-ide/spyder/issues/7800))
    * [PR 7817](https://github.com/spyder-ide/spyder/pull/7817) - PR: Don't import objects in collectionseditor that are not dicts ([7244](https://github.com/spyder-ide/spyder/issues/7244))
    * [PR 7816](https://github.com/spyder-ide/spyder/pull/7816) - PR: Don't ignore all files when exclude pattern is empty ([7811](https://github.com/spyder-ide/spyder/issues/7811))
    * [PR 7812](https://github.com/spyder-ide/spyder/pull/7812) - PR: Truncate results correctly in Find in Files for Python 2 ([6218](https://github.com/spyder-ide/spyder/issues/6218))
    * [PR 7807](https://github.com/spyder-ide/spyder/pull/7807) - PR: Correctly handling pydoc._start_server on Python 3.7 ([7721](https://github.com/spyder-ide/spyder/issues/7721))
    * [PR 7806](https://github.com/spyder-ide/spyder/pull/7806) - PR: Stop searches in Find in Files correctly and improve how to exclude file types ([7804](https://github.com/spyder-ide/spyder/issues/7804), [7803](https://github.com/spyder-ide/spyder/issues/7803))
    * [PR 7791](https://github.com/spyder-ide/spyder/pull/7791) - PR: Remove gettext scripts separated into their own repo
    * [PR 7790](https://github.com/spyder-ide/spyder/pull/7790) - PR: Protect calls to unregister_editorstack_cb and pin sip in our tests
    * [PR 7785](https://github.com/spyder-ide/spyder/pull/7785) - PR: House cleaning
    * [PR 7769](https://github.com/spyder-ide/spyder/pull/7769) - PR: Exclude non-runnable code from coverage reports
    * [PR 7766](https://github.com/spyder-ide/spyder/pull/7766) - PR: Fix Browse and Commit vcs actions in file and project explorers ([7733](https://github.com/spyder-ide/spyder/issues/7733))
    * [PR 7765](https://github.com/spyder-ide/spyder/pull/7765) - PR: Fix minor issues with the tutorial as pointed out by Dr. Fangohr himself
    * [PR 7764](https://github.com/spyder-ide/spyder/pull/7764) - PR: Catch error when dropping a file on the Editor doesn't have an associated url ([7742](https://github.com/spyder-ide/spyder/issues/7742))
    * [PR 7761](https://github.com/spyder-ide/spyder/pull/7761) - PR: Catch errors generated when creating the env vars dialog  ([7748](https://github.com/spyder-ide/spyder/issues/7748))
    * [PR 7759](https://github.com/spyder-ide/spyder/pull/7759) - PR: Catch any error when trying to copy the contents of a dataframe ([7753](https://github.com/spyder-ide/spyder/issues/7753))
    * [PR 7727](https://github.com/spyder-ide/spyder/pull/7727) - PR: Make the text of the About Spyder message box selectable ([6535](https://github.com/spyder-ide/spyder/issues/6535))
    * [PR 7720](https://github.com/spyder-ide/spyder/pull/7720) - PR: Implement a workaround to toggle on/off fullscreen mode for Windows systems ([4291](https://github.com/spyder-ide/spyder/issues/4291))
    * [PR 7717](https://github.com/spyder-ide/spyder/pull/7717) - PR: Catch any error generated when trying to start kernels ([7302](https://github.com/spyder-ide/spyder/issues/7302))
    * [PR 7716](https://github.com/spyder-ide/spyder/pull/7716) - PR: Catch error when writing to stdin and there's no kernel client available ([7578](https://github.com/spyder-ide/spyder/issues/7578))
    * [PR 7715](https://github.com/spyder-ide/spyder/pull/7715) - PR: Simplify how custom interpreters are loaded/saved ([7674](https://github.com/spyder-ide/spyder/issues/7674))
    * [PR 7712](https://github.com/spyder-ide/spyder/pull/7712) - PR: Catch errors when getting file type extensions supported by Pygments ([7705](https://github.com/spyder-ide/spyder/issues/7705))
    * [PR 7700](https://github.com/spyder-ide/spyder/pull/7700) - PR: Add option to select OpenGL implementation used by Qt
    * [PR 7694](https://github.com/spyder-ide/spyder/pull/7694) - PR: Make "Are you sure you want to restart the kernel?" warning optional ([7561](https://github.com/spyder-ide/spyder/issues/7561))
    * [PR 7691](https://github.com/spyder-ide/spyder/pull/7691) - PR: Load css when showing kernel errors in the IPython console
    * [PR 7679](https://github.com/spyder-ide/spyder/pull/7679) - PR: Make editor for collection types which copy incorrectly read-only ([6936](https://github.com/spyder-ide/spyder/issues/6936))
    * [PR 7655](https://github.com/spyder-ide/spyder/pull/7655) - PR: Add validation in Python 2 to prevent the addition of paths with unicode characters to the PYTHONPATH ([7236](https://github.com/spyder-ide/spyder/issues/7236))
    * [PR 7205](https://github.com/spyder-ide/spyder/pull/7205) - PR: Unmaximize plugins when an action or menu calls another plugin ([937](https://github.com/spyder-ide/spyder/issues/937))
    * [PR 4473](https://github.com/spyder-ide/spyder/pull/4473) - PR: Add Hungarian translation

Files

/usr/bin/spyder
/usr/lib/python3.10/site-packages/spyder
/usr/lib/python3.10/site-packages/spyder-5.3.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/spyder-5.3.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/spyder-5.3.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/spyder-5.3.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/spyder-5.3.1-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/spyder-5.3.1-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/spyder-5.3.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/spyder/__init__.py
/usr/lib/python3.10/site-packages/spyder/__pycache__
/usr/lib/python3.10/site-packages/spyder/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/__pycache__/dependencies.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/__pycache__/dependencies.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/__pycache__/otherplugins.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/__pycache__/otherplugins.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/__pycache__/pil_patch.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/__pycache__/pil_patch.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/__pycache__/py3compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/__pycache__/py3compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/__pycache__/pyplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/__pycache__/pyplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/__pycache__/requirements.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/__pycache__/requirements.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api
/usr/lib/python3.10/site-packages/spyder/api/__init__.py
/usr/lib/python3.10/site-packages/spyder/api/__pycache__
/usr/lib/python3.10/site-packages/spyder/api/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/__pycache__/_version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/__pycache__/_version.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/__pycache__/editor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/__pycache__/editor.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/__pycache__/editorextension.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/__pycache__/editorextension.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/__pycache__/manager.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/__pycache__/manager.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/__pycache__/panel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/__pycache__/panel.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/__pycache__/preferences.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/__pycache__/preferences.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/__pycache__/translations.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/__pycache__/translations.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/_version.py
/usr/lib/python3.10/site-packages/spyder/api/config
/usr/lib/python3.10/site-packages/spyder/api/config/__init__.py
/usr/lib/python3.10/site-packages/spyder/api/config/__pycache__
/usr/lib/python3.10/site-packages/spyder/api/config/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/config/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/config/__pycache__/decorators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/config/__pycache__/decorators.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/config/__pycache__/mixins.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/config/__pycache__/mixins.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/config/decorators.py
/usr/lib/python3.10/site-packages/spyder/api/config/mixins.py
/usr/lib/python3.10/site-packages/spyder/api/editor.py
/usr/lib/python3.10/site-packages/spyder/api/editorextension.py
/usr/lib/python3.10/site-packages/spyder/api/exceptions.py
/usr/lib/python3.10/site-packages/spyder/api/manager.py
/usr/lib/python3.10/site-packages/spyder/api/panel.py
/usr/lib/python3.10/site-packages/spyder/api/plugin_registration
/usr/lib/python3.10/site-packages/spyder/api/plugin_registration/__init__.py
/usr/lib/python3.10/site-packages/spyder/api/plugin_registration/__pycache__
/usr/lib/python3.10/site-packages/spyder/api/plugin_registration/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/plugin_registration/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/plugin_registration/__pycache__/_confpage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/plugin_registration/__pycache__/_confpage.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/plugin_registration/__pycache__/decorators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/plugin_registration/__pycache__/decorators.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/plugin_registration/__pycache__/mixins.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/plugin_registration/__pycache__/mixins.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/plugin_registration/__pycache__/registry.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/plugin_registration/__pycache__/registry.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/plugin_registration/_confpage.py
/usr/lib/python3.10/site-packages/spyder/api/plugin_registration/decorators.py
/usr/lib/python3.10/site-packages/spyder/api/plugin_registration/mixins.py
/usr/lib/python3.10/site-packages/spyder/api/plugin_registration/registry.py
/usr/lib/python3.10/site-packages/spyder/api/plugins
/usr/lib/python3.10/site-packages/spyder/api/plugins/__init__.py
/usr/lib/python3.10/site-packages/spyder/api/plugins/__pycache__
/usr/lib/python3.10/site-packages/spyder/api/plugins/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/plugins/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/plugins/__pycache__/enum.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/plugins/__pycache__/enum.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/plugins/__pycache__/new_api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/plugins/__pycache__/new_api.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/plugins/__pycache__/old_api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/plugins/__pycache__/old_api.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/plugins/enum.py
/usr/lib/python3.10/site-packages/spyder/api/plugins/new_api.py
/usr/lib/python3.10/site-packages/spyder/api/plugins/old_api.py
/usr/lib/python3.10/site-packages/spyder/api/preferences.py
/usr/lib/python3.10/site-packages/spyder/api/shellconnect
/usr/lib/python3.10/site-packages/spyder/api/shellconnect/__init__.py
/usr/lib/python3.10/site-packages/spyder/api/shellconnect/__pycache__
/usr/lib/python3.10/site-packages/spyder/api/shellconnect/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/shellconnect/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/shellconnect/__pycache__/main_widget.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/shellconnect/__pycache__/main_widget.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/shellconnect/__pycache__/mixins.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/shellconnect/__pycache__/mixins.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/shellconnect/main_widget.py
/usr/lib/python3.10/site-packages/spyder/api/shellconnect/mixins.py
/usr/lib/python3.10/site-packages/spyder/api/translations.py
/usr/lib/python3.10/site-packages/spyder/api/utils.py
/usr/lib/python3.10/site-packages/spyder/api/widgets
/usr/lib/python3.10/site-packages/spyder/api/widgets/__init__.py
/usr/lib/python3.10/site-packages/spyder/api/widgets/__pycache__
/usr/lib/python3.10/site-packages/spyder/api/widgets/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/widgets/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/widgets/__pycache__/auxiliary_widgets.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/widgets/__pycache__/auxiliary_widgets.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/widgets/__pycache__/main_container.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/widgets/__pycache__/main_container.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/widgets/__pycache__/main_widget.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/widgets/__pycache__/main_widget.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/widgets/__pycache__/menus.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/widgets/__pycache__/menus.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/widgets/__pycache__/mixins.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/widgets/__pycache__/mixins.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/widgets/__pycache__/status.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/widgets/__pycache__/status.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/widgets/__pycache__/toolbars.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/api/widgets/__pycache__/toolbars.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/api/widgets/auxiliary_widgets.py
/usr/lib/python3.10/site-packages/spyder/api/widgets/main_container.py
/usr/lib/python3.10/site-packages/spyder/api/widgets/main_widget.py
/usr/lib/python3.10/site-packages/spyder/api/widgets/menus.py
/usr/lib/python3.10/site-packages/spyder/api/widgets/mixins.py
/usr/lib/python3.10/site-packages/spyder/api/widgets/status.py
/usr/lib/python3.10/site-packages/spyder/api/widgets/toolbars.py
/usr/lib/python3.10/site-packages/spyder/app
/usr/lib/python3.10/site-packages/spyder/app/__init__.py
/usr/lib/python3.10/site-packages/spyder/app/__pycache__
/usr/lib/python3.10/site-packages/spyder/app/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/app/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/app/__pycache__/cli_options.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/app/__pycache__/cli_options.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/app/__pycache__/find_plugins.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/app/__pycache__/find_plugins.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/app/__pycache__/mainwindow.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/app/__pycache__/mainwindow.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/app/__pycache__/restart.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/app/__pycache__/restart.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/app/__pycache__/start.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/app/__pycache__/start.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/app/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/app/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/app/cli_options.py
/usr/lib/python3.10/site-packages/spyder/app/find_plugins.py
/usr/lib/python3.10/site-packages/spyder/app/mac_stylesheet.qss
/usr/lib/python3.10/site-packages/spyder/app/mainwindow.py
/usr/lib/python3.10/site-packages/spyder/app/restart.py
/usr/lib/python3.10/site-packages/spyder/app/start.py
/usr/lib/python3.10/site-packages/spyder/app/utils.py
/usr/lib/python3.10/site-packages/spyder/config
/usr/lib/python3.10/site-packages/spyder/config/__init__.py
/usr/lib/python3.10/site-packages/spyder/config/__pycache__
/usr/lib/python3.10/site-packages/spyder/config/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/config/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/config/__pycache__/appearance.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/config/__pycache__/appearance.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/config/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/config/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/config/__pycache__/fonts.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/config/__pycache__/fonts.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/config/__pycache__/gui.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/config/__pycache__/gui.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/config/__pycache__/lsp.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/config/__pycache__/lsp.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/config/__pycache__/main.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/config/__pycache__/main.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/config/__pycache__/manager.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/config/__pycache__/manager.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/config/__pycache__/snippets.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/config/__pycache__/snippets.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/config/__pycache__/types.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/config/__pycache__/types.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/config/__pycache__/user.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/config/__pycache__/user.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/config/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/config/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/config/appearance.py
/usr/lib/python3.10/site-packages/spyder/config/base.py
/usr/lib/python3.10/site-packages/spyder/config/fonts.py
/usr/lib/python3.10/site-packages/spyder/config/gui.py
/usr/lib/python3.10/site-packages/spyder/config/lsp.py
/usr/lib/python3.10/site-packages/spyder/config/main.py
/usr/lib/python3.10/site-packages/spyder/config/manager.py
/usr/lib/python3.10/site-packages/spyder/config/snippets.py
/usr/lib/python3.10/site-packages/spyder/config/types.py
/usr/lib/python3.10/site-packages/spyder/config/user.py
/usr/lib/python3.10/site-packages/spyder/config/utils.py
/usr/lib/python3.10/site-packages/spyder/dependencies.py
/usr/lib/python3.10/site-packages/spyder/fonts
/usr/lib/python3.10/site-packages/spyder/fonts/IdeFont.sfd
/usr/lib/python3.10/site-packages/spyder/fonts/spyder-charmap.json
/usr/lib/python3.10/site-packages/spyder/fonts/spyder.ttf
/usr/lib/python3.10/site-packages/spyder/images
/usr/lib/python3.10/site-packages/spyder/images/LICENSE.txt
/usr/lib/python3.10/site-packages/spyder/images/actions
/usr/lib/python3.10/site-packages/spyder/images/actions/1downarrow.png
/usr/lib/python3.10/site-packages/spyder/images/actions/1uparrow.png
/usr/lib/python3.10/site-packages/spyder/images/actions/2downarrow.png
/usr/lib/python3.10/site-packages/spyder/images/actions/2uparrow.png
/usr/lib/python3.10/site-packages/spyder/images/actions/arrow-continue.png
/usr/lib/python3.10/site-packages/spyder/images/actions/arrow-step-in.png
/usr/lib/python3.10/site-packages/spyder/images/actions/arrow-step-out.png
/usr/lib/python3.10/site-packages/spyder/images/actions/arrow-step-over.png
/usr/lib/python3.10/site-packages/spyder/images/actions/browse_tab.png
/usr/lib/python3.10/site-packages/spyder/images/actions/check.png
/usr/lib/python3.10/site-packages/spyder/images/actions/collapse.png
/usr/lib/python3.10/site-packages/spyder/images/actions/collapse_selection.png
/usr/lib/python3.10/site-packages/spyder/images/actions/configure.png
/usr/lib/python3.10/site-packages/spyder/images/actions/copywop.png
/usr/lib/python3.10/site-packages/spyder/images/actions/delete.png
/usr/lib/python3.10/site-packages/spyder/images/actions/edit.png
/usr/lib/python3.10/site-packages/spyder/images/actions/edit24.png
/usr/lib/python3.10/site-packages/spyder/images/actions/edit_add.png
/usr/lib/python3.10/site-packages/spyder/images/actions/edit_remove.png
/usr/lib/python3.10/site-packages/spyder/images/actions/editcopy.png
/usr/lib/python3.10/site-packages/spyder/images/actions/editcut.png
/usr/lib/python3.10/site-packages/spyder/images/actions/editpaste.png
/usr/lib/python3.10/site-packages/spyder/images/actions/eraser.png
/usr/lib/python3.10/site-packages/spyder/images/actions/exit.png
/usr/lib/python3.10/site-packages/spyder/images/actions/expand.png
/usr/lib/python3.10/site-packages/spyder/images/actions/expand_selection.png
/usr/lib/python3.10/site-packages/spyder/images/actions/filter.png
/usr/lib/python3.10/site-packages/spyder/images/actions/find.png
/usr/lib/python3.10/site-packages/spyder/images/actions/findf.png
/usr/lib/python3.10/site-packages/spyder/images/actions/folder_new.png
/usr/lib/python3.10/site-packages/spyder/images/actions/hide.png
/usr/lib/python3.10/site-packages/spyder/images/actions/hist.png
/usr/lib/python3.10/site-packages/spyder/images/actions/home.png
/usr/lib/python3.10/site-packages/spyder/images/actions/imshow.png
/usr/lib/python3.10/site-packages/spyder/images/actions/insert.png
/usr/lib/python3.10/site-packages/spyder/images/actions/lock.png
/usr/lib/python3.10/site-packages/spyder/images/actions/lock_open.png
/usr/lib/python3.10/site-packages/spyder/images/actions/magnifier.png
/usr/lib/python3.10/site-packages/spyder/images/actions/next.png
/usr/lib/python3.10/site-packages/spyder/images/actions/options_less.png
/usr/lib/python3.10/site-packages/spyder/images/actions/options_more.png
/usr/lib/python3.10/site-packages/spyder/images/actions/plot.png
/usr/lib/python3.10/site-packages/spyder/images/actions/previous.png
/usr/lib/python3.10/site-packages/spyder/images/actions/redo.png
/usr/lib/python3.10/site-packages/spyder/images/actions/rename.png
/usr/lib/python3.10/site-packages/spyder/images/actions/replace.png
/usr/lib/python3.10/site-packages/spyder/images/actions/restore.png
/usr/lib/python3.10/site-packages/spyder/images/actions/show.png
/usr/lib/python3.10/site-packages/spyder/images/actions/special_paste.png
/usr/lib/python3.10/site-packages/spyder/images/actions/stop.png
/usr/lib/python3.10/site-packages/spyder/images/actions/stop_debug.png
/usr/lib/python3.10/site-packages/spyder/images/actions/synchronize.png
/usr/lib/python3.10/site-packages/spyder/images/actions/tooloptions.png
/usr/lib/python3.10/site-packages/spyder/images/actions/undo.png
/usr/lib/python3.10/site-packages/spyder/images/actions/unmaximize.png
/usr/lib/python3.10/site-packages/spyder/images/actions/up.png
/usr/lib/python3.10/site-packages/spyder/images/actions/window_fullscreen.png
/usr/lib/python3.10/site-packages/spyder/images/actions/window_nofullscreen.png
/usr/lib/python3.10/site-packages/spyder/images/console
/usr/lib/python3.10/site-packages/spyder/images/console/console.png
/usr/lib/python3.10/site-packages/spyder/images/console/editclear.png
/usr/lib/python3.10/site-packages/spyder/images/console/history.png
/usr/lib/python3.10/site-packages/spyder/images/console/ipython_console.png
/usr/lib/python3.10/site-packages/spyder/images/console/kill.png
/usr/lib/python3.10/site-packages/spyder/images/console/loading_sprites.png
/usr/lib/python3.10/site-packages/spyder/images/console/prompt.png
/usr/lib/python3.10/site-packages/spyder/images/console/python.png
/usr/lib/python3.10/site-packages/spyder/images/console/restart.png
/usr/lib/python3.10/site-packages/spyder/images/console/run_small.png
/usr/lib/python3.10/site-packages/spyder/images/dark
/usr/lib/python3.10/site-packages/spyder/images/dark/ArchiveFileIcon.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/binary.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/debug_cell.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/dock.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/editdelete.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/environ.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/file_type_tex.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/filecloseall.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/findnext.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/findprevious.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/genprefs.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/horsplit.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/kite.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/last_edit_location.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/maximize.png
/usr/lib/python3.10/site-packages/spyder/images/dark/maximize_svg.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/notebook.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/package_new.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/pylint.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/reset_factory_defaults.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/run_again.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/run_cell.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/run_cell_advance.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/run_selection.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/run_settings.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/spyder_about.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/syspath.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/versplit.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/zoom_in.svg
/usr/lib/python3.10/site-packages/spyder/images/dark/zoom_out.svg
/usr/lib/python3.10/site-packages/spyder/images/editor
/usr/lib/python3.10/site-packages/spyder/images/editor/attribute.png
/usr/lib/python3.10/site-packages/spyder/images/editor/blockcomment.png
/usr/lib/python3.10/site-packages/spyder/images/editor/breakpoint_big.png
/usr/lib/python3.10/site-packages/spyder/images/editor/breakpoint_cond_big.png
/usr/lib/python3.10/site-packages/spyder/images/editor/breakpoint_cond_small.png
/usr/lib/python3.10/site-packages/spyder/images/editor/breakpoint_small.png
/usr/lib/python3.10/site-packages/spyder/images/editor/bug.png
/usr/lib/python3.10/site-packages/spyder/images/editor/cell.png
/usr/lib/python3.10/site-packages/spyder/images/editor/class.png
/usr/lib/python3.10/site-packages/spyder/images/editor/close_panel.png
/usr/lib/python3.10/site-packages/spyder/images/editor/comment.png
/usr/lib/python3.10/site-packages/spyder/images/editor/convention.png
/usr/lib/python3.10/site-packages/spyder/images/editor/debug.png
/usr/lib/python3.10/site-packages/spyder/images/editor/error.png
/usr/lib/python3.10/site-packages/spyder/images/editor/file.png
/usr/lib/python3.10/site-packages/spyder/images/editor/filelist.png
/usr/lib/python3.10/site-packages/spyder/images/editor/fromcursor.png
/usr/lib/python3.10/site-packages/spyder/images/editor/function.png
/usr/lib/python3.10/site-packages/spyder/images/editor/gotoline.png
/usr/lib/python3.10/site-packages/spyder/images/editor/highlight.png
/usr/lib/python3.10/site-packages/spyder/images/editor/indent.png
/usr/lib/python3.10/site-packages/spyder/images/editor/method.png
/usr/lib/python3.10/site-packages/spyder/images/editor/module.png
/usr/lib/python3.10/site-packages/spyder/images/editor/newwindow.png
/usr/lib/python3.10/site-packages/spyder/images/editor/next_cursor.png
/usr/lib/python3.10/site-packages/spyder/images/editor/next_wng.png
/usr/lib/python3.10/site-packages/spyder/images/editor/no_match.png
/usr/lib/python3.10/site-packages/spyder/images/editor/outline_explorer.png
/usr/lib/python3.10/site-packages/spyder/images/editor/outline_explorer_vis.png
/usr/lib/python3.10/site-packages/spyder/images/editor/prev_cursor.png
/usr/lib/python3.10/site-packages/spyder/images/editor/prev_wng.png
/usr/lib/python3.10/site-packages/spyder/images/editor/private1.png
/usr/lib/python3.10/site-packages/spyder/images/editor/private2.png
/usr/lib/python3.10/site-packages/spyder/images/editor/refactor.png
/usr/lib/python3.10/site-packages/spyder/images/editor/run.png
/usr/lib/python3.10/site-packages/spyder/images/editor/select.png
/usr/lib/python3.10/site-packages/spyder/images/editor/selectall.png
/usr/lib/python3.10/site-packages/spyder/images/editor/todo.png
/usr/lib/python3.10/site-packages/spyder/images/editor/todo_list.png
/usr/lib/python3.10/site-packages/spyder/images/editor/uncomment.png
/usr/lib/python3.10/site-packages/spyder/images/editor/unindent.png
/usr/lib/python3.10/site-packages/spyder/images/editor/warning.png
/usr/lib/python3.10/site-packages/spyder/images/editor/wng_list.png
/usr/lib/python3.10/site-packages/spyder/images/file
/usr/lib/python3.10/site-packages/spyder/images/file/fileclose.png
/usr/lib/python3.10/site-packages/spyder/images/file/fileimport.png
/usr/lib/python3.10/site-packages/spyder/images/file/filenew.png
/usr/lib/python3.10/site-packages/spyder/images/file/fileopen.png
/usr/lib/python3.10/site-packages/spyder/images/file/filesave.png
/usr/lib/python3.10/site-packages/spyder/images/file/filesaveas.png
/usr/lib/python3.10/site-packages/spyder/images/file/print.png
/usr/lib/python3.10/site-packages/spyder/images/file/save_all.png
/usr/lib/python3.10/site-packages/spyder/images/kite
/usr/lib/python3.10/site-packages/spyder/images/kite/kite_completions.png
/usr/lib/python3.10/site-packages/spyder/images/kite/kite_copilot.png
/usr/lib/python3.10/site-packages/spyder/images/light
/usr/lib/python3.10/site-packages/spyder/images/light/ArchiveFileIcon.svg
/usr/lib/python3.10/site-packages/spyder/images/light/binary.svg
/usr/lib/python3.10/site-packages/spyder/images/light/debug_cell.svg
/usr/lib/python3.10/site-packages/spyder/images/light/dock.svg
/usr/lib/python3.10/site-packages/spyder/images/light/editdelete.svg
/usr/lib/python3.10/site-packages/spyder/images/light/environ.svg
/usr/lib/python3.10/site-packages/spyder/images/light/file_type_tex.svg
/usr/lib/python3.10/site-packages/spyder/images/light/filecloseall.svg
/usr/lib/python3.10/site-packages/spyder/images/light/findnext.svg
/usr/lib/python3.10/site-packages/spyder/images/light/findprevious.svg
/usr/lib/python3.10/site-packages/spyder/images/light/genprefs.svg
/usr/lib/python3.10/site-packages/spyder/images/light/horsplit.svg
/usr/lib/python3.10/site-packages/spyder/images/light/kite.svg
/usr/lib/python3.10/site-packages/spyder/images/light/last_edit_location.svg
/usr/lib/python3.10/site-packages/spyder/images/light/maximize.png
/usr/lib/python3.10/site-packages/spyder/images/light/maximize_svg.svg
/usr/lib/python3.10/site-packages/spyder/images/light/notebook.svg
/usr/lib/python3.10/site-packages/spyder/images/light/package_new.svg
/usr/lib/python3.10/site-packages/spyder/images/light/pylint.svg
/usr/lib/python3.10/site-packages/spyder/images/light/reset_factory_defaults.svg
/usr/lib/python3.10/site-packages/spyder/images/light/run_again.svg
/usr/lib/python3.10/site-packages/spyder/images/light/run_cell.svg
/usr/lib/python3.10/site-packages/spyder/images/light/run_cell_advance.svg
/usr/lib/python3.10/site-packages/spyder/images/light/run_selection.svg
/usr/lib/python3.10/site-packages/spyder/images/light/run_settings.svg
/usr/lib/python3.10/site-packages/spyder/images/light/spyder_about.svg
/usr/lib/python3.10/site-packages/spyder/images/light/syspath.svg
/usr/lib/python3.10/site-packages/spyder/images/light/versplit.svg
/usr/lib/python3.10/site-packages/spyder/images/light/zoom_in.svg
/usr/lib/python3.10/site-packages/spyder/images/light/zoom_out.svg
/usr/lib/python3.10/site-packages/spyder/images/mac_light_icons
/usr/lib/python3.10/site-packages/spyder/images/mac_light_icons/close_button.png
/usr/lib/python3.10/site-packages/spyder/images/old_svg
/usr/lib/python3.10/site-packages/spyder/images/old_svg/CloseButton.svg
/usr/lib/python3.10/site-packages/spyder/images/old_svg/options.svg
/usr/lib/python3.10/site-packages/spyder/images/projects
/usr/lib/python3.10/site-packages/spyder/images/projects/add_to_path.png
/usr/lib/python3.10/site-packages/spyder/images/projects/folder.png
/usr/lib/python3.10/site-packages/spyder/images/projects/package.png
/usr/lib/python3.10/site-packages/spyder/images/projects/pp_folder.png
/usr/lib/python3.10/site-packages/spyder/images/projects/pp_package.png
/usr/lib/python3.10/site-packages/spyder/images/projects/pp_project.png
/usr/lib/python3.10/site-packages/spyder/images/projects/project.png
/usr/lib/python3.10/site-packages/spyder/images/projects/project_closed.png
/usr/lib/python3.10/site-packages/spyder/images/projects/pythonpath.png
/usr/lib/python3.10/site-packages/spyder/images/projects/remove_from_path.png
/usr/lib/python3.10/site-packages/spyder/images/projects/show_all.png
/usr/lib/python3.10/site-packages/spyder/images/splash.svg
/usr/lib/python3.10/site-packages/spyder/images/spyder.svg
/usr/lib/python3.10/site-packages/spyder/images/spyder2_icon_theme
/usr/lib/python3.10/site-packages/spyder/images/spyder2_icon_theme/advanced.png
/usr/lib/python3.10/site-packages/spyder/images/spyder2_icon_theme/code_fork.png
/usr/lib/python3.10/site-packages/spyder/images/spyder2_icon_theme/dictedit.png
/usr/lib/python3.10/site-packages/spyder/images/spyder2_icon_theme/eyedropper.png
/usr/lib/python3.10/site-packages/spyder/images/spyder2_icon_theme/folding.arrow_down_off.png
/usr/lib/python3.10/site-packages/spyder/images/spyder2_icon_theme/folding.arrow_down_on.png
/usr/lib/python3.10/site-packages/spyder/images/spyder2_icon_theme/folding.arrow_right_off.png
/usr/lib/python3.10/site-packages/spyder/images/spyder2_icon_theme/folding.arrow_right_on.png
/usr/lib/python3.10/site-packages/spyder/images/spyder2_icon_theme/help.png
/usr/lib/python3.10/site-packages/spyder/images/spyder2_icon_theme/italic.png
/usr/lib/python3.10/site-packages/spyder/images/spyder2_icon_theme/keyboard.png
/usr/lib/python3.10/site-packages/spyder/images/spyder2_icon_theme/not_found.png
/usr/lib/python3.10/site-packages/spyder/images/spyder2_icon_theme/vcs_browse.png
/usr/lib/python3.10/site-packages/spyder/images/spyder2_icon_theme/vcs_commit.png
/usr/lib/python3.10/site-packages/spyder/images/spyder2_icon_theme/whole_words.png
/usr/lib/python3.10/site-packages/spyder/images/spyder2_icon_theme/win_env.png
/usr/lib/python3.10/site-packages/spyder/images/tour
/usr/lib/python3.10/site-packages/spyder/images/tour/tour-spyder-logo.svg
/usr/lib/python3.10/site-packages/spyder/images/windows_app_icon.ico
/usr/lib/python3.10/site-packages/spyder/otherplugins.py
/usr/lib/python3.10/site-packages/spyder/pil_patch.py
/usr/lib/python3.10/site-packages/spyder/plugins
/usr/lib/python3.10/site-packages/spyder/plugins/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/appearance
/usr/lib/python3.10/site-packages/spyder/plugins/appearance/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/appearance/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/appearance/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/appearance/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/appearance/__pycache__/confpage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/appearance/__pycache__/confpage.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/appearance/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/appearance/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/appearance/__pycache__/widgets.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/appearance/__pycache__/widgets.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/appearance/confpage.py
/usr/lib/python3.10/site-packages/spyder/plugins/appearance/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/appearance/widgets.py
/usr/lib/python3.10/site-packages/spyder/plugins/application
/usr/lib/python3.10/site-packages/spyder/plugins/application/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/application/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/application/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/application/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/application/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/application/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/application/__pycache__/confpage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/application/__pycache__/confpage.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/application/__pycache__/container.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/application/__pycache__/container.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/application/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/application/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/application/api.py
/usr/lib/python3.10/site-packages/spyder/plugins/application/confpage.py
/usr/lib/python3.10/site-packages/spyder/plugins/application/container.py
/usr/lib/python3.10/site-packages/spyder/plugins/application/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/base.py
/usr/lib/python3.10/site-packages/spyder/plugins/breakpoints
/usr/lib/python3.10/site-packages/spyder/plugins/breakpoints/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/breakpoints/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/breakpoints/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/breakpoints/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/breakpoints/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/breakpoints/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/breakpoints/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/breakpoints/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/breakpoints/api.py
/usr/lib/python3.10/site-packages/spyder/plugins/breakpoints/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/breakpoints/widgets
/usr/lib/python3.10/site-packages/spyder/plugins/breakpoints/widgets/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/breakpoints/widgets/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/breakpoints/widgets/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/breakpoints/widgets/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/breakpoints/widgets/__pycache__/main_widget.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/breakpoints/widgets/__pycache__/main_widget.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/breakpoints/widgets/main_widget.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion
/usr/lib/python3.10/site-packages/spyder/plugins/completion/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/completion/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/__pycache__/confpage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/__pycache__/confpage.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/__pycache__/container.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/__pycache__/container.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/__pycache__/decorators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/__pycache__/decorators.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/api.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/confpage.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/container.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/decorators.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/fallback
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/fallback/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/fallback/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/fallback/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/fallback/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/fallback/__pycache__/actor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/fallback/__pycache__/actor.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/fallback/__pycache__/provider.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/fallback/__pycache__/provider.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/fallback/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/fallback/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/fallback/actor.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/fallback/provider.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/fallback/utils.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/__pycache__/client.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/__pycache__/client.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/__pycache__/decorators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/__pycache__/decorators.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/__pycache__/provider.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/__pycache__/provider.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/bloomfilter
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/bloomfilter/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/bloomfilter/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/bloomfilter/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/bloomfilter/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/bloomfilter/kite.bloom
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/client.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/decorators.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/parsing
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/parsing/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/parsing/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/parsing/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/parsing/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/provider.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/providers
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/providers/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/providers/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/providers/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/providers/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/providers/__pycache__/document.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/providers/__pycache__/document.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/providers/document.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/utils
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/utils/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/utils/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/utils/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/utils/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/utils/__pycache__/install.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/utils/__pycache__/install.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/utils/__pycache__/status.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/utils/__pycache__/status.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/utils/install.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/utils/status.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/widgets
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/widgets/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/widgets/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/widgets/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/widgets/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/widgets/__pycache__/calltoaction.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/widgets/__pycache__/calltoaction.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/widgets/__pycache__/install.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/widgets/__pycache__/install.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/widgets/__pycache__/messagebox.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/widgets/__pycache__/messagebox.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/widgets/__pycache__/status.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/widgets/__pycache__/status.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/widgets/calltoaction.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/widgets/install.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/widgets/messagebox.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/kite/widgets/status.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/__pycache__/client.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/__pycache__/client.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/__pycache__/decorators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/__pycache__/decorators.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/__pycache__/provider.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/__pycache__/provider.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/client.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/conftabs
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/conftabs/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/conftabs/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/conftabs/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/conftabs/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/conftabs/__pycache__/advanced.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/conftabs/__pycache__/advanced.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/conftabs/__pycache__/docstring.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/conftabs/__pycache__/docstring.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/conftabs/__pycache__/formatting.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/conftabs/__pycache__/formatting.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/conftabs/__pycache__/introspection.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/conftabs/__pycache__/introspection.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/conftabs/__pycache__/linting.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/conftabs/__pycache__/linting.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/conftabs/__pycache__/otherlanguages.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/conftabs/__pycache__/otherlanguages.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/conftabs/advanced.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/conftabs/docstring.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/conftabs/formatting.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/conftabs/introspection.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/conftabs/linting.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/conftabs/otherlanguages.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/decorators.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/provider.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/providers
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/providers/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/providers/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/providers/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/providers/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/providers/__pycache__/client.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/providers/__pycache__/client.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/providers/__pycache__/document.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/providers/__pycache__/document.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/providers/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/providers/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/providers/__pycache__/window.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/providers/__pycache__/window.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/providers/__pycache__/workspace.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/providers/__pycache__/workspace.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/providers/client.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/providers/document.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/providers/utils.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/providers/window.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/providers/workspace.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/__pycache__/main.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/__pycache__/main.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/common
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/common/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/common/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/common/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/common/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/common/__pycache__/consumer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/common/__pycache__/consumer.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/common/__pycache__/producer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/common/__pycache__/producer.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/common/consumer.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/common/producer.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/main.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/stdio
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/stdio/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/stdio/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/stdio/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/stdio/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/stdio/__pycache__/consumer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/stdio/__pycache__/consumer.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/stdio/__pycache__/producer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/stdio/__pycache__/producer.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/stdio/consumer.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/stdio/producer.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/tcp
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/tcp/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/tcp/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/tcp/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/tcp/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/tcp/__pycache__/consumer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/tcp/__pycache__/consumer.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/tcp/__pycache__/producer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/tcp/__pycache__/producer.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/tcp/consumer.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/transport/tcp/producer.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/widgets
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/widgets/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/widgets/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/widgets/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/widgets/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/widgets/__pycache__/messagebox.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/widgets/__pycache__/messagebox.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/widgets/__pycache__/serversconfig.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/widgets/__pycache__/serversconfig.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/widgets/__pycache__/status.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/widgets/__pycache__/status.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/widgets/messagebox.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/widgets/serversconfig.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/languageserver/widgets/status.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/snippets
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/snippets/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/snippets/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/snippets/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/snippets/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/snippets/__pycache__/actor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/snippets/__pycache__/actor.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/snippets/__pycache__/conftabs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/snippets/__pycache__/conftabs.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/snippets/__pycache__/provider.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/snippets/__pycache__/provider.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/snippets/__pycache__/trie.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/snippets/__pycache__/trie.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/snippets/actor.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/snippets/conftabs.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/snippets/provider.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/snippets/trie.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/snippets/widgets
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/snippets/widgets/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/snippets/widgets/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/snippets/widgets/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/snippets/widgets/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/snippets/widgets/__pycache__/snippetsconfig.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/snippets/widgets/__pycache__/snippetsconfig.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/providers/snippets/widgets/snippetsconfig.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/widgets
/usr/lib/python3.10/site-packages/spyder/plugins/completion/widgets/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/completion/widgets/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/completion/widgets/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/widgets/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/widgets/__pycache__/status.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/widgets/__pycache__/status.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/completion/widgets/status.py
/usr/lib/python3.10/site-packages/spyder/plugins/console
/usr/lib/python3.10/site-packages/spyder/plugins/console/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/console/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/console/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/console/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/console/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/console/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/console/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/console/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/console/api.py
/usr/lib/python3.10/site-packages/spyder/plugins/console/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/console/utils
/usr/lib/python3.10/site-packages/spyder/plugins/console/utils/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/console/utils/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/console/utils/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/console/utils/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/console/utils/__pycache__/ansihandler.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/console/utils/__pycache__/ansihandler.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/console/utils/__pycache__/interpreter.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/console/utils/__pycache__/interpreter.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/console/utils/ansihandler.py
/usr/lib/python3.10/site-packages/spyder/plugins/console/utils/interpreter.py
/usr/lib/python3.10/site-packages/spyder/plugins/console/widgets
/usr/lib/python3.10/site-packages/spyder/plugins/console/widgets/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/console/widgets/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/console/widgets/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/console/widgets/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/console/widgets/__pycache__/console.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/console/widgets/__pycache__/console.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/console/widgets/__pycache__/internalshell.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/console/widgets/__pycache__/internalshell.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/console/widgets/__pycache__/main_widget.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/console/widgets/__pycache__/main_widget.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/console/widgets/__pycache__/shell.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/console/widgets/__pycache__/shell.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/console/widgets/console.py
/usr/lib/python3.10/site-packages/spyder/plugins/console/widgets/internalshell.py
/usr/lib/python3.10/site-packages/spyder/plugins/console/widgets/main_widget.py
/usr/lib/python3.10/site-packages/spyder/plugins/console/widgets/shell.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor
/usr/lib/python3.10/site-packages/spyder/plugins/editor/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/editor/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/__pycache__/confpage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/__pycache__/confpage.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/api
/usr/lib/python3.10/site-packages/spyder/plugins/editor/api/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/api/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/editor/api/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/api/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/api/__pycache__/decoration.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/api/__pycache__/decoration.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/api/decoration.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/confpage.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/extensions
/usr/lib/python3.10/site-packages/spyder/plugins/editor/extensions/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/extensions/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/editor/extensions/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/extensions/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/extensions/__pycache__/closebrackets.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/extensions/__pycache__/closebrackets.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/extensions/__pycache__/closequotes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/extensions/__pycache__/closequotes.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/extensions/__pycache__/docstring.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/extensions/__pycache__/docstring.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/extensions/__pycache__/manager.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/extensions/__pycache__/manager.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/extensions/__pycache__/snippets.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/extensions/__pycache__/snippets.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/extensions/closebrackets.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/extensions/closequotes.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/extensions/docstring.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/extensions/manager.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/extensions/snippets.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/__pycache__/classfunctiondropdown.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/__pycache__/classfunctiondropdown.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/__pycache__/codefolding.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/__pycache__/codefolding.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/__pycache__/debugger.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/__pycache__/debugger.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/__pycache__/edgeline.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/__pycache__/edgeline.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/__pycache__/indentationguides.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/__pycache__/indentationguides.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/__pycache__/linenumber.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/__pycache__/linenumber.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/__pycache__/manager.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/__pycache__/manager.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/__pycache__/scrollflag.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/__pycache__/scrollflag.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/classfunctiondropdown.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/codefolding.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/debugger.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/edgeline.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/indentationguides.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/linenumber.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/manager.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/scrollflag.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/panels/utils.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/__pycache__/autosave.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/__pycache__/autosave.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/__pycache__/bookmarks.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/__pycache__/bookmarks.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/__pycache__/debugger.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/__pycache__/debugger.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/__pycache__/decoration.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/__pycache__/decoration.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/__pycache__/editor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/__pycache__/editor.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/__pycache__/findtasks.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/__pycache__/findtasks.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/__pycache__/kill_ring.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/__pycache__/kill_ring.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/__pycache__/languages.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/__pycache__/languages.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/__pycache__/switcher.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/__pycache__/switcher.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/autosave.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/bookmarks.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/debugger.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/decoration.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/editor.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/findtasks.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/kill_ring.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/languages.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/utils/switcher.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/__pycache__/autosaveerror.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/__pycache__/autosaveerror.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/__pycache__/codeeditor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/__pycache__/codeeditor.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/__pycache__/codeeditor_widgets.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/__pycache__/codeeditor_widgets.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/__pycache__/completion.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/__pycache__/completion.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/__pycache__/editor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/__pycache__/editor.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/__pycache__/editorstack_helpers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/__pycache__/editorstack_helpers.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/__pycache__/recover.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/__pycache__/recover.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/__pycache__/status.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/__pycache__/status.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/autosaveerror.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/base.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/codeeditor.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/codeeditor_widgets.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/completion.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/editor.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/editorstack_helpers.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/recover.py
/usr/lib/python3.10/site-packages/spyder/plugins/editor/widgets/status.py
/usr/lib/python3.10/site-packages/spyder/plugins/explorer
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/__pycache__/confpage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/__pycache__/confpage.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/api.py
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/confpage.py
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/widgets
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/widgets/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/widgets/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/widgets/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/widgets/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/widgets/__pycache__/explorer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/widgets/__pycache__/explorer.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/widgets/__pycache__/fileassociations.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/widgets/__pycache__/fileassociations.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/widgets/__pycache__/main_widget.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/widgets/__pycache__/main_widget.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/widgets/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/widgets/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/widgets/explorer.py
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/widgets/fileassociations.py
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/widgets/main_widget.py
/usr/lib/python3.10/site-packages/spyder/plugins/explorer/widgets/utils.py
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/api.py
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/widgets
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/widgets/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/widgets/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/widgets/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/widgets/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/widgets/__pycache__/combobox.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/widgets/__pycache__/combobox.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/widgets/__pycache__/main_widget.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/widgets/__pycache__/main_widget.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/widgets/__pycache__/results_browser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/widgets/__pycache__/results_browser.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/widgets/__pycache__/search_thread.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/widgets/__pycache__/search_thread.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/widgets/combobox.py
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/widgets/main_widget.py
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/widgets/results_browser.py
/usr/lib/python3.10/site-packages/spyder/plugins/findinfiles/widgets/search_thread.py
/usr/lib/python3.10/site-packages/spyder/plugins/help
/usr/lib/python3.10/site-packages/spyder/plugins/help/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/help/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/help/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/help/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/help/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/help/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/help/__pycache__/confpage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/help/__pycache__/confpage.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/help/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/help/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/help/__pycache__/widgets.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/help/__pycache__/widgets.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/help/api.py
/usr/lib/python3.10/site-packages/spyder/plugins/help/confpage.py
/usr/lib/python3.10/site-packages/spyder/plugins/help/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/LICENSE.txt
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/__pycache__/conf.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/__pycache__/conf.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/__pycache__/sphinxify.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/__pycache__/sphinxify.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/__pycache__/sphinxthread.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/__pycache__/sphinxthread.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/conf.py
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/collapse_sections.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/copy_button.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/fix_image_paths.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/jquery.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/math_config.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/LICENSE.txt
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/MathJax.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/AM_CHTML-full.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/AM_CHTML.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/AM_HTMLorMML-full.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/AM_HTMLorMML.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/AM_SVG-full.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/AM_SVG.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/Accessible-full.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/Accessible.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/MML_CHTML-full.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/MML_CHTML.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/MML_HTMLorMML-full.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/MML_HTMLorMML.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/MML_SVG-full.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/MML_SVG.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/MMLorHTML.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/Safe.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/TeX-AMS-MML_HTMLorMML-full.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/TeX-AMS-MML_HTMLorMML.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/TeX-AMS-MML_SVG-full.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/TeX-AMS-MML_SVG.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/TeX-AMS_CHTML-full.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/TeX-AMS_CHTML.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/TeX-AMS_HTML-full.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/TeX-AMS_HTML.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/TeX-AMS_SVG-full.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/TeX-AMS_SVG.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/TeX-MML-AM_CHTML-full.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/TeX-MML-AM_CHTML.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/TeX-MML-AM_HTMLorMML-full.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/TeX-MML-AM_HTMLorMML.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/TeX-MML-AM_SVG-full.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/TeX-MML-AM_SVG.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/default.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/local
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/config/local/local.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/AssistiveMML.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/CHTML-preview.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/FontWarnings.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/HTML-CSS
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/HTML-CSS/handle-floats.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/HelpDialog.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/MatchWebFonts.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/MathEvents.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/MathML
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/MathML/content-mathml.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/MathML/mml3.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/MathMenu.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/MathZoom.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/Safe.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/TeX
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/TeX/AMScd.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/TeX/AMSmath.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/TeX/AMSsymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/TeX/HTML.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/TeX/action.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/TeX/autobold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/TeX/autoload-all.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/TeX/bbox.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/TeX/begingroup.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/TeX/boldsymbol.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/TeX/cancel.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/TeX/color.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/TeX/enclose.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/TeX/extpfeil.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/TeX/mathchoice.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/TeX/mediawiki-texvc.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/TeX/mhchem.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/TeX/mhchem3
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/TeX/mhchem3/mhchem.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/TeX/newcommand.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/TeX/noErrors.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/TeX/noUndefined.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/TeX/unicode.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/TeX/verb.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/accessibility-menu.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/auto-collapse.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/collapsible.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/explorer.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/invalid_keypress.mp3
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/invalid_keypress.ogg
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathjax-sre.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/functions
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/functions/algebra.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/functions/elementary.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/functions/hyperbolic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/functions/trigonometry.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/greek-capital.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/greek-mathfonts-bold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/greek-mathfonts-italic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/greek-mathfonts-sans-serif-bold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/greek-scripts.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/greek-small.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/greek-symbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/hebrew_letters.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-lower-double-accent.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-lower-normal.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-lower-phonetic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-lower-single-accent.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-bold-fraktur.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-bold-script.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-bold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-double-struck.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-fraktur.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-italic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-monospace.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-sans-serif-bold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-sans-serif-italic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-sans-serif.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-script.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-rest.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-upper-double-accent.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-upper-normal.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-upper-single-accent.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/math_angles.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/math_arrows.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/math_characters.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/math_delimiters.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/math_digits.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/math_geometry.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/math_harpoons.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/math_non_characters.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/math_symbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/math_whitespace.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/other_stars.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/units
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/units/energy.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/units/length.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/units/memory.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/units/other.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/units/speed.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/units/temperature.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/units/time.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/units/volume.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/units/weight.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/functions
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/functions/algebra.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/functions/elementary.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/functions/hyperbolic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/functions/trigonometry.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/greek-capital.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/greek-mathfonts-bold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/greek-mathfonts-italic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/greek-mathfonts-sans-serif-bold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/greek-scripts.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/greek-small.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/greek-symbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/hebrew_letters.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-lower-double-accent.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-lower-normal.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-lower-phonetic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-lower-single-accent.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-bold-fraktur.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-bold-script.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-bold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-double-struck.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-fraktur.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-italic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-monospace.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-sans-serif-bold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-sans-serif-italic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-sans-serif.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-script.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-rest.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-upper-double-accent.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-upper-normal.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-upper-single-accent.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/math_angles.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/math_arrows.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/math_characters.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/math_delimiters.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/math_digits.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/math_geometry.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/math_harpoons.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/math_non_characters.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/math_symbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/math_whitespace.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/other_stars.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/units
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/units/energy.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/units/length.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/units/memory.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/units/other.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/units/speed.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/units/temperature.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/units/time.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/units/volume.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/units/weight.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/mathmaps_ie.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/semantic-enrich.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/a11y/wgxpath.install.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/asciimath2jax.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/fast-preview.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/jsMath2jax.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/mml2jax.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/tex2jax.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/extensions/toMathML.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/images
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/images/CloseX-31.png
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/images/MenuArrow-15.png
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/element
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/element/mml
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/element/mml/jax.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/Arrows.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/BasicLatin.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/CombDiacritMarks.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/CombDiactForSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/Dingbats.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/GeneralPunctuation.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/GeometricShapes.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/GreekAndCoptic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/Latin1Supplement.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/LetterlikeSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/MathOperators.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/MiscMathSymbolsA.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/MiscMathSymbolsB.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/MiscSymbolsAndArrows.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/MiscTechnical.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/SpacingModLetters.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/SuppMathOperators.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/SupplementalArrowsA.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/SupplementalArrowsB.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/AsciiMath
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/AsciiMath/config.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/AsciiMath/jax.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/config.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/a.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/b.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/c.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/d.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/e.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/f.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/fr.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/g.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/h.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/i.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/j.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/k.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/l.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/m.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/n.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/o.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/opf.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/p.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/q.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/r.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/s.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/scr.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/t.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/u.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/v.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/w.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/x.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/y.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/z.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/MathML/jax.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/TeX
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/TeX/config.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/input/TeX/jax.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/autoload
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/autoload/annotation-xml.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/autoload/maction.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/autoload/menclose.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/autoload/mglyph.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/autoload/mmultiscripts.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/autoload/ms.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/autoload/mtable.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/autoload/multiline.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/config.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/AMS-Regular.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/Caligraphic-Bold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/Fraktur-Bold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/Fraktur-Regular.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/Main-Bold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/Math-BoldItalic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Bold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Italic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Regular.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/Script-Regular.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/Typewriter-Regular.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/fontdata-extra.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/fontdata.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/jax.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/autoload
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/autoload/annotation-xml.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/autoload/maction.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/autoload/menclose.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/autoload/mglyph.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/autoload/mmultiscripts.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/autoload/ms.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/autoload/mtable.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/autoload/multiline.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/config.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Alphabets
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Alphabets/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Alphabets/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Arrows
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Arrows/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Arrows/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/DoubleStruck
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/DoubleStruck/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/DoubleStruck/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Fraktur
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Fraktur/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Fraktur/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Latin
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Latin/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Latin/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Main
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Main/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Main/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Marks
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Marks/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Marks/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Misc
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Misc/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Misc/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Monospace
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Monospace/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Monospace/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/NonUnicode
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/NonUnicode/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/NonUnicode/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Normal
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Normal/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Normal/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Operators
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Operators/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Operators/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/SansSerif
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/SansSerif/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/SansSerif/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Script
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Script/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Script/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Shapes
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Shapes/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Shapes/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size1
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size1/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size1/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size2
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size2/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size2/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size3
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size3/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size3/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size4
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size4/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size4/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size5
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size5/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size5/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size6
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size6/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size6/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Symbols
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Symbols/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Symbols/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Variants
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Variants/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Variants/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/fontdata-extra.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/fontdata.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Alphabets
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Alphabets/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Alphabets/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Arrows
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Arrows/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Arrows/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/DoubleStruck
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/DoubleStruck/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/DoubleStruck/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Fraktur
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Fraktur/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Fraktur/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Latin
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Latin/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Latin/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Main
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Main/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Main/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Marks
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Marks/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Marks/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Misc
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Misc/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Misc/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Monospace
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Monospace/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Monospace/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/NonUnicode
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/NonUnicode/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/NonUnicode/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Normal
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Normal/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Normal/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Operators
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Operators/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Operators/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/SansSerif
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/SansSerif/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/SansSerif/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Script
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Script/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Script/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Shapes
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Shapes/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Shapes/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size1
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size1/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size1/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size2
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size2/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size2/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size3
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size3/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size3/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size4
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size4/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size4/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size5
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size5/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size5/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size6
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size6/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size6/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Symbols
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Symbols/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Symbols/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Variants
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Variants/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Variants/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/fontdata-extra.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/fontdata.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Alphabets
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Alphabets/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Alphabets/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Arrows
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Arrows/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Arrows/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/DoubleStruck
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/DoubleStruck/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/DoubleStruck/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Fraktur
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Fraktur/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Fraktur/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Latin
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Latin/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Latin/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Main
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Main/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Main/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Marks
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Marks/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Marks/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Misc
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Misc/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Misc/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Monospace
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Monospace/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Monospace/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/NonUnicode
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/NonUnicode/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/NonUnicode/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Normal
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Normal/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Normal/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Operators
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Operators/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Operators/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/SansSerif
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/SansSerif/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/SansSerif/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Script
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Script/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Script/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Shapes
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Shapes/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Shapes/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size1
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size1/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size1/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size2
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size2/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size2/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size3
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size3/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size3/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size4
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size4/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size4/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size5
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size5/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size5/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size6
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size6/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size6/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Symbols
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Symbols/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Symbols/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Variants
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Variants/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Variants/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/fontdata-extra.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/fontdata.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Alphabets
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Alphabets/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Alphabets/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Arrows
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Arrows/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Arrows/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/DoubleStruck
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/DoubleStruck/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/DoubleStruck/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Fraktur
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Fraktur/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Fraktur/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Latin
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Latin/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Latin/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Main
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Main/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Main/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Marks
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Marks/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Marks/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Misc
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Misc/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Misc/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Monospace
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Monospace/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Monospace/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/NonUnicode
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/NonUnicode/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/NonUnicode/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Normal
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Normal/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Normal/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Operators
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Operators/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Operators/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/SansSerif
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/SansSerif/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/SansSerif/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Script
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Script/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Script/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Shapes
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Shapes/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Shapes/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size1
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size1/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size1/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size2
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size2/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size2/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size3
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size3/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size3/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size4
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size4/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size4/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size5
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size5/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size5/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size6
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size6/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size6/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size7
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size7/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size7/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Symbols
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Symbols/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Symbols/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Variants
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Variants/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Variants/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/fontdata-extra.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/fontdata.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Alphabets
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Alphabets/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Alphabets/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Arrows
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Arrows/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Arrows/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Fraktur
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Fraktur/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Fraktur/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Main
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Main/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Main/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Marks
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Marks/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Marks/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/NonUnicode
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/NonUnicode/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/NonUnicode/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Normal
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Normal/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Normal/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Operators
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Operators/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Operators/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Script
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Script/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Script/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Shapes
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Shapes/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Shapes/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Size1
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Size1/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Size1/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Size2
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Size2/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Size2/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Size3
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Size3/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Size3/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Size4
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Size4/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Size4/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Size5
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Size5/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Size5/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Symbols
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Symbols/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Symbols/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Variants
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Variants/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Variants/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/fontdata-extra.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/fontdata.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Arrows
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Arrows/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Arrows/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Arrows/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Arrows/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Fraktur
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Fraktur/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Fraktur/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Fraktur/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Fraktur/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Latin
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Latin/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Latin/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Main
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Main/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Main/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Main/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Main/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Main/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Main/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Main/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Main/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Marks
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Misc
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Misc/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Misc/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Monospace
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Monospace/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Monospace/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Normal
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Normal/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Normal/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Normal/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Normal/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Normal/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Normal/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Operators
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Operators/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Operators/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Operators/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Operators/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Script
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Script/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Script/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Script/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Script/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Script/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Script/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Shapes
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size1
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size1/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size1/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size2
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size2/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size2/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size3
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size3/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size3/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size4
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size4/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size4/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size5
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size5/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size5/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Symbols
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Symbols/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Symbols/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Symbols/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Symbols/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Variants
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata-extra.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/AlphaPresentForms.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Arrows.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/BBBold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoldFraktur.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoxDrawing.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiacritMarks.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiactForSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/ControlPictures.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CurrencySymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Cyrillic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/EnclosedAlphanum.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeneralPunctuation.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeometricShapes.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekAndCoptic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekBold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekSSBold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/IPAExtensions.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Latin1Supplement.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedA.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedAdditional.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedB.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedD.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LetterlikeSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathBold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathOperators.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathSSBold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsA.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsB.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscTechnical.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/NumberForms.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/PhoneticExtensions.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SpacingModLetters.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuperAndSubscripts.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuppMathOperators.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/AlphaPresentForms.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BasicLatin.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BoxDrawing.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CombDiactForSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/ControlPictures.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CurrencySymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Cyrillic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/EnclosedAlphanum.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GeneralPunctuation.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekAndCoptic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekBoldItalic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekSSBoldItalic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/IPAExtensions.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Latin1Supplement.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedA.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedAdditional.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedB.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LetterlikeSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldItalic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldScript.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathOperators.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathSSItalicBold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/SpacingModLetters.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/AlphaPresentForms.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/BoxDrawing.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/CombDiactForSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ControlPictures.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/CurrencySymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/Cyrillic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/EnclosedAlphanum.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/GeneralPunctuation.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekAndCoptic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekItalic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/IPAExtensions.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/Latin1Supplement.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedA.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedAdditional.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedB.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LetterlikeSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathItalic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathOperators.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathSSItalic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathScript.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/SpacingModLetters.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ij.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/AlphaPresentForms.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Arrows.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BBBold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BlockElements.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoldFraktur.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoxDrawing.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CJK.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiacritMarks.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiactForSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ControlPictures.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CurrencySymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Cyrillic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Dingbats.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/EnclosedAlphanum.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Fraktur.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeneralPunctuation.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeometricShapes.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekAndCoptic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBoldItalic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekItalic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBoldItalic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Hiragana.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/IPAExtensions.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Latin1Supplement.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedA.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedAdditional.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedB.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedD.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LetterlikeSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldItalic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldScript.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathItalic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathOperators.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSS.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSBold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalicBold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathScript.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathTT.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsA.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsB.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbolsAndArrows.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscTechnical.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/NumberForms.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/PhoneticExtensions.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SpacingModLetters.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Specials.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuperAndSubscripts.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuppMathOperators.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsA.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsB.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ij.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsD
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Bold/All.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/All.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Bold/All.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/All.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Bold/All.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/All.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Bold/All.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/All.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Bold/All.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/All.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/All.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/PrivateUse.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/All.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/PrivateUse.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/All.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/PrivateUse.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/All.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/PrivateUse.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/All.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/All.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/All.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/All.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/All.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/All.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/Variants
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/Variants/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/All.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/Variants/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/All.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/fontdata-1.0.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/fontdata-beta.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/fontdata-extra.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/fontdata.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Math
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Script
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Size1
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Size2
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Size3
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Size4
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/WinChrome
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/fontdata-extra.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/fontdata.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/imageFonts.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/jax.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/NativeMML
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/NativeMML/config.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/NativeMML/jax.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/PlainSource
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/PlainSource/config.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/PlainSource/jax.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/PreviewHTML
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/PreviewHTML/config.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/PreviewHTML/jax.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/autoload
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/autoload/annotation-xml.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/autoload/maction.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/autoload/menclose.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/autoload/mglyph.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/autoload/mmultiscripts.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/autoload/ms.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/autoload/mtable.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/autoload/multiline.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/config.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Alphabets
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Alphabets/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Alphabets/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Arrows
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Arrows/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Arrows/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/DoubleStruck
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/DoubleStruck/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/DoubleStruck/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Fraktur
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Fraktur/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Fraktur/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Latin
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Latin/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Latin/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Main
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Main/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Main/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Marks
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Marks/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Marks/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Misc
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Misc/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Misc/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Monospace
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Monospace/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Monospace/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/NonUnicode
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/NonUnicode/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/NonUnicode/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Normal
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Normal/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Normal/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Operators
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Operators/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Operators/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/SansSerif
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/SansSerif/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/SansSerif/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Script
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Script/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Script/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Shapes
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Shapes/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Shapes/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Size1
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Size1/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Size1/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Size2
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Size2/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Size2/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Size3
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Size3/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Size3/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Size4
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Size4/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Size4/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Size5
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Size5/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Size5/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Size6
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Size6/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Size6/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Symbols
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Symbols/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Symbols/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Variants
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Variants/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Variants/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/fontdata-extra.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/fontdata.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Alphabets
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Alphabets/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Alphabets/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Arrows
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Arrows/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Arrows/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/DoubleStruck
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/DoubleStruck/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/DoubleStruck/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Fraktur
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Fraktur/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Fraktur/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Latin
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Latin/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Latin/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Main
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Main/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Main/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Marks
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Marks/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Marks/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Misc
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Misc/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Misc/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Monospace
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Monospace/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Monospace/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/NonUnicode
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/NonUnicode/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/NonUnicode/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Normal
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Normal/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Normal/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Operators
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Operators/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Operators/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/SansSerif
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/SansSerif/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/SansSerif/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Script
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Script/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Script/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Shapes
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Shapes/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Shapes/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size1
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size1/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size1/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size2
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size2/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size2/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size3
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size3/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size3/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size4
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size4/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size4/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size5
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size5/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size5/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size6
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size6/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size6/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Symbols
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Symbols/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Symbols/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Variants
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Variants/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Variants/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/fontdata-extra.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/fontdata.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Alphabets
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Alphabets/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Alphabets/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Arrows
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Arrows/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Arrows/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/DoubleStruck
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/DoubleStruck/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/DoubleStruck/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Fraktur
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Fraktur/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Fraktur/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Latin
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Latin/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Latin/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Main
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Main/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Main/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Marks
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Marks/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Marks/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Misc
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Misc/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Misc/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Monospace
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Monospace/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Monospace/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/NonUnicode
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/NonUnicode/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/NonUnicode/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Normal
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Normal/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Normal/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Operators
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Operators/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Operators/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/SansSerif
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/SansSerif/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/SansSerif/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Script
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Script/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Script/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Shapes
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Shapes/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Shapes/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size1
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size1/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size1/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size2
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size2/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size2/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size3
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size3/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size3/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size4
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size4/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size4/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size5
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size5/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size5/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size6
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size6/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size6/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Symbols
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Symbols/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Symbols/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Variants
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Variants/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Variants/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/fontdata-extra.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/fontdata.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Alphabets
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Alphabets/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Alphabets/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Arrows
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Arrows/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Arrows/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/DoubleStruck
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/DoubleStruck/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/DoubleStruck/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Fraktur
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Fraktur/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Fraktur/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Latin
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Latin/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Latin/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Main
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Main/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Main/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Marks
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Marks/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Marks/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Misc
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Misc/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Misc/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Monospace
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Monospace/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Monospace/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/NonUnicode
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/NonUnicode/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/NonUnicode/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Normal
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Normal/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Normal/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Operators
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Operators/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Operators/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/SansSerif
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/SansSerif/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/SansSerif/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Script
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Script/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Script/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Shapes
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Shapes/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Shapes/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size1
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size1/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size1/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size2
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size2/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size2/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size3
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size3/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size3/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size4
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size4/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size4/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size5
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size5/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size5/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size6
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size6/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size6/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size7
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size7/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size7/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Symbols
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Symbols/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Symbols/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Variants
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Variants/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Variants/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/fontdata-extra.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/fontdata.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Alphabets
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Alphabets/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Alphabets/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Arrows
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Arrows/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Arrows/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Fraktur
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Fraktur/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Fraktur/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Main
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Main/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Main/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Marks
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Marks/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Marks/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/NonUnicode
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/NonUnicode/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/NonUnicode/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Normal
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Normal/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Normal/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Operators
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Operators/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Operators/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Script
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Script/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Script/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Shapes
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Shapes/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Shapes/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Size1
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Size1/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Size1/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Size2
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Size2/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Size2/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Size3
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Size3/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Size3/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Size4
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Size4/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Size4/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Size5
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Size5/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Size5/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Symbols
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Symbols/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Symbols/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Variants
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Variants/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Variants/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/fontdata-extra.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/fontdata.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Alphabets
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Alphabets/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Alphabets/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Alphabets/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Alphabets/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Alphabets/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Alphabets/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Alphabets/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Alphabets/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Arrows
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Arrows/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Arrows/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Arrows/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Arrows/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/DoubleStruck
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/DoubleStruck/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/DoubleStruck/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Fraktur
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Fraktur/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Fraktur/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Fraktur/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Fraktur/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Latin
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Latin/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Latin/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Latin/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Latin/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Latin/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Latin/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Latin/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Latin/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Main
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Main/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Main/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Main/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Main/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Main/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Main/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Main/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Main/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Marks
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Marks/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Marks/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Marks/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Marks/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Marks/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Marks/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Marks/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Marks/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Misc
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Misc/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Misc/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Misc/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Misc/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Misc/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Misc/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Misc/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Misc/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Monospace
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Monospace/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Monospace/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Normal
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Normal/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Normal/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Normal/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Normal/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Normal/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Normal/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Operators
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Operators/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Operators/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Operators/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Operators/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/SansSerif
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/SansSerif/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/SansSerif/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/SansSerif/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/SansSerif/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/SansSerif/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/SansSerif/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/SansSerif/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/SansSerif/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Script
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Script/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Script/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Script/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Script/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Script/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Script/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Shapes
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Shapes/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Shapes/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Shapes/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Shapes/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Shapes/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Shapes/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Size1
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Size1/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Size1/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Size2
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Size2/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Size2/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Size3
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Size3/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Size3/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Size4
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Size4/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Size4/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Size5
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Size5/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Size5/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Symbols
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Symbols/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Symbols/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Symbols/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Symbols/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Variants
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Variants/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Variants/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Variants/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Variants/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Variants/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Variants/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Variants/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Variants/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/fontdata-extra.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/fontdata.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Arrows.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/BoxDrawing.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/CombDiacritMarks.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Dingbats.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/EnclosedAlphanum.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeneralPunctuation.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeometricShapes.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GreekAndCoptic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Latin1Supplement.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LatinExtendedA.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LetterlikeSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MathOperators.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscTechnical.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/PUA.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SpacingModLetters.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SuppMathOperators.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Caligraphic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/BasicLatin.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Other.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/PUA.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/BasicLatin.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Other.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/PUA.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Arrows.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/BasicLatin.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiacritMarks.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiactForSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeneralPunctuation.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeometricShapes.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GreekAndCoptic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Latin1Supplement.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedA.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedB.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LetterlikeSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MathOperators.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscMathSymbolsA.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscTechnical.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SpacingModLetters.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SuppMathOperators.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SupplementalArrowsA.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/BasicLatin.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/CombDiacritMarks.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GeneralPunctuation.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GreekAndCoptic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedA.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedB.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LetterlikeSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/BasicLatin.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/CombDiacritMarks.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GeometricShapes.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GreekAndCoptic.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedA.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedB.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LetterlikeSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MiscSymbols.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SpacingModLetters.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SuppMathOperators.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Math
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Math/BoldItalic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Math/BoldItalic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Math/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Math/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/BasicLatin.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Other.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/BasicLatin.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Other.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/BasicLatin.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Other.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Script
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Script/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Script/Regular/BasicLatin.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Script/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Size1
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Size1/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Size1/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Size2
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Size2/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Size2/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Size3
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Size3/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Size3/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Size4
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Size4/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Size4/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/BasicLatin.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Main.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Other.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/fontdata-extra.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/fontdata.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/mathjax/jax/output/SVG/jax.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/move_outline.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/js/utils.js
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/sphinxify.py
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/sphinxthread.py
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/base_css
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/base_css/base.css
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/css
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/css/default.css
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/css/pygments.css
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/dark_css
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/dark_css/default.css
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/dark_css/pygments.css
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/images
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/images/collapse_expand.png
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/images/collapse_expand_dark.png
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/images/debug-continue.png
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/images/debug-step-in.png
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/images/debug-step-out.png
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/images/debug-step-over.png
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/images/down_arrow.png
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/images/down_arrow_disabled.png
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/images/down_arrow_disabled_horizontal.png
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/images/down_arrow_horizontal.png
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/images/spyder-hello-docstring.png
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/images/spyder-nice-docstring-rendering.png
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/images/spyder-sympy-example.png
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/images/up_arrow.png
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/images/up_arrow_disabled.png
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/images/up_arrow_disabled_horizontal.png
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/static/images/up_arrow_horizontal.png
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/templates
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/templates/layout.html
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/templates/loading.html
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/templates/usage.html
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/templates/warning.html
/usr/lib/python3.10/site-packages/spyder/plugins/help/utils/tutorial.rst
/usr/lib/python3.10/site-packages/spyder/plugins/help/widgets.py
/usr/lib/python3.10/site-packages/spyder/plugins/history
/usr/lib/python3.10/site-packages/spyder/plugins/history/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/history/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/history/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/history/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/history/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/history/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/history/__pycache__/confpage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/history/__pycache__/confpage.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/history/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/history/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/history/__pycache__/widgets.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/history/__pycache__/widgets.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/history/api.py
/usr/lib/python3.10/site-packages/spyder/plugins/history/confpage.py
/usr/lib/python3.10/site-packages/spyder/plugins/history/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/history/widgets.py
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/__pycache__/confpage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/__pycache__/confpage.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/assets
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/assets/templates
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/assets/templates/blank.html
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/assets/templates/kernel_error.html
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/assets/templates/loading.html
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/comms
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/comms/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/comms/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/comms/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/comms/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/comms/__pycache__/kernelcomm.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/comms/__pycache__/kernelcomm.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/comms/kernelcomm.py
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/confpage.py
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/scripts
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/scripts/conda-activate.sh
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/utils
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/utils/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/utils/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/utils/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/utils/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/utils/__pycache__/kernelspec.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/utils/__pycache__/kernelspec.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/utils/__pycache__/manager.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/utils/__pycache__/manager.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/utils/__pycache__/ssh.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/utils/__pycache__/ssh.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/utils/__pycache__/stdfile.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/utils/__pycache__/stdfile.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/utils/__pycache__/style.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/utils/__pycache__/style.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/utils/kernelspec.py
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/utils/manager.py
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/utils/ssh.py
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/utils/stdfile.py
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/utils/style.py
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/client.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/client.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/control.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/control.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/debugging.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/debugging.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/figurebrowser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/figurebrowser.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/help.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/help.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/kernelconnect.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/kernelconnect.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/main_widget.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/main_widget.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/namespacebrowser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/namespacebrowser.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/restartdialog.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/restartdialog.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/shell.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/__pycache__/shell.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/client.py
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/control.py
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/debugging.py
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/figurebrowser.py
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/help.py
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/kernelconnect.py
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/main_widget.py
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/namespacebrowser.py
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/restartdialog.py
/usr/lib/python3.10/site-packages/spyder/plugins/ipythonconsole/widgets/shell.py
/usr/lib/python3.10/site-packages/spyder/plugins/layout
/usr/lib/python3.10/site-packages/spyder/plugins/layout/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/layout/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/layout/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/layout/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/layout/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/layout/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/layout/__pycache__/container.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/layout/__pycache__/container.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/layout/__pycache__/layouts.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/layout/__pycache__/layouts.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/layout/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/layout/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/layout/api.py
/usr/lib/python3.10/site-packages/spyder/plugins/layout/container.py
/usr/lib/python3.10/site-packages/spyder/plugins/layout/layouts.py
/usr/lib/python3.10/site-packages/spyder/plugins/layout/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/layout/widgets
/usr/lib/python3.10/site-packages/spyder/plugins/layout/widgets/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/layout/widgets/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/layout/widgets/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/layout/widgets/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/layout/widgets/__pycache__/dialog.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/layout/widgets/__pycache__/dialog.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/layout/widgets/dialog.py
/usr/lib/python3.10/site-packages/spyder/plugins/maininterpreter
/usr/lib/python3.10/site-packages/spyder/plugins/maininterpreter/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/maininterpreter/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/maininterpreter/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/maininterpreter/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/maininterpreter/__pycache__/confpage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/maininterpreter/__pycache__/confpage.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/maininterpreter/__pycache__/container.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/maininterpreter/__pycache__/container.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/maininterpreter/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/maininterpreter/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/maininterpreter/confpage.py
/usr/lib/python3.10/site-packages/spyder/plugins/maininterpreter/container.py
/usr/lib/python3.10/site-packages/spyder/plugins/maininterpreter/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/maininterpreter/widgets
/usr/lib/python3.10/site-packages/spyder/plugins/maininterpreter/widgets/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/maininterpreter/widgets/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/maininterpreter/widgets/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/maininterpreter/widgets/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/maininterpreter/widgets/__pycache__/status.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/maininterpreter/widgets/__pycache__/status.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/maininterpreter/widgets/status.py
/usr/lib/python3.10/site-packages/spyder/plugins/mainmenu
/usr/lib/python3.10/site-packages/spyder/plugins/mainmenu/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/mainmenu/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/mainmenu/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/mainmenu/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/mainmenu/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/mainmenu/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/mainmenu/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/mainmenu/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/mainmenu/api.py
/usr/lib/python3.10/site-packages/spyder/plugins/mainmenu/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/onlinehelp
/usr/lib/python3.10/site-packages/spyder/plugins/onlinehelp/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/onlinehelp/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/onlinehelp/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/onlinehelp/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/onlinehelp/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/onlinehelp/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/onlinehelp/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/onlinehelp/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/onlinehelp/__pycache__/pydoc_patch.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/onlinehelp/__pycache__/pydoc_patch.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/onlinehelp/__pycache__/widgets.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/onlinehelp/__pycache__/widgets.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/onlinehelp/api.py
/usr/lib/python3.10/site-packages/spyder/plugins/onlinehelp/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/onlinehelp/pydoc_patch.py
/usr/lib/python3.10/site-packages/spyder/plugins/onlinehelp/static
/usr/lib/python3.10/site-packages/spyder/plugins/onlinehelp/static/css
/usr/lib/python3.10/site-packages/spyder/plugins/onlinehelp/static/css/dark_pydoc.css
/usr/lib/python3.10/site-packages/spyder/plugins/onlinehelp/static/css/light_pydoc.css
/usr/lib/python3.10/site-packages/spyder/plugins/onlinehelp/widgets.py
/usr/lib/python3.10/site-packages/spyder/plugins/outlineexplorer
/usr/lib/python3.10/site-packages/spyder/plugins/outlineexplorer/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/outlineexplorer/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/outlineexplorer/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/outlineexplorer/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/outlineexplorer/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/outlineexplorer/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/outlineexplorer/__pycache__/editor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/outlineexplorer/__pycache__/editor.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/outlineexplorer/__pycache__/main_widget.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/outlineexplorer/__pycache__/main_widget.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/outlineexplorer/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/outlineexplorer/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/outlineexplorer/__pycache__/widgets.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/outlineexplorer/__pycache__/widgets.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/outlineexplorer/api.py
/usr/lib/python3.10/site-packages/spyder/plugins/outlineexplorer/editor.py
/usr/lib/python3.10/site-packages/spyder/plugins/outlineexplorer/main_widget.py
/usr/lib/python3.10/site-packages/spyder/plugins/outlineexplorer/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/outlineexplorer/widgets.py
/usr/lib/python3.10/site-packages/spyder/plugins/plots
/usr/lib/python3.10/site-packages/spyder/plugins/plots/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/plots/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/plots/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/plots/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/plots/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/plots/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/plots/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/plots/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/plots/api.py
/usr/lib/python3.10/site-packages/spyder/plugins/plots/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/plots/widgets
/usr/lib/python3.10/site-packages/spyder/plugins/plots/widgets/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/plots/widgets/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/plots/widgets/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/plots/widgets/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/plots/widgets/__pycache__/figurebrowser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/plots/widgets/__pycache__/figurebrowser.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/plots/widgets/__pycache__/main_widget.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/plots/widgets/__pycache__/main_widget.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/plots/widgets/figurebrowser.py
/usr/lib/python3.10/site-packages/spyder/plugins/plots/widgets/main_widget.py
/usr/lib/python3.10/site-packages/spyder/plugins/preferences
/usr/lib/python3.10/site-packages/spyder/plugins/preferences/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/preferences/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/preferences/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/preferences/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/preferences/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/preferences/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/preferences/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/preferences/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/preferences/api.py
/usr/lib/python3.10/site-packages/spyder/plugins/preferences/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/preferences/widgets
/usr/lib/python3.10/site-packages/spyder/plugins/preferences/widgets/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/preferences/widgets/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/preferences/widgets/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/preferences/widgets/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/preferences/widgets/__pycache__/configdialog.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/preferences/widgets/__pycache__/configdialog.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/preferences/widgets/__pycache__/container.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/preferences/widgets/__pycache__/container.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/preferences/widgets/configdialog.py
/usr/lib/python3.10/site-packages/spyder/plugins/preferences/widgets/container.py
/usr/lib/python3.10/site-packages/spyder/plugins/profiler
/usr/lib/python3.10/site-packages/spyder/plugins/profiler/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/profiler/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/profiler/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/profiler/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/profiler/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/profiler/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/profiler/__pycache__/confpage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/profiler/__pycache__/confpage.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/profiler/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/profiler/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/profiler/api.py
/usr/lib/python3.10/site-packages/spyder/plugins/profiler/confpage.py
/usr/lib/python3.10/site-packages/spyder/plugins/profiler/images
/usr/lib/python3.10/site-packages/spyder/plugins/profiler/images/profiler.png
/usr/lib/python3.10/site-packages/spyder/plugins/profiler/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/profiler/widgets
/usr/lib/python3.10/site-packages/spyder/plugins/profiler/widgets/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/profiler/widgets/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/profiler/widgets/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/profiler/widgets/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/profiler/widgets/__pycache__/main_widget.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/profiler/widgets/__pycache__/main_widget.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/profiler/widgets/main_widget.py
/usr/lib/python3.10/site-packages/spyder/plugins/projects
/usr/lib/python3.10/site-packages/spyder/plugins/projects/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/projects/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/projects/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/projects/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/projects/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/projects/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/projects/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/projects/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/projects/api.py
/usr/lib/python3.10/site-packages/spyder/plugins/projects/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/projects/utils
/usr/lib/python3.10/site-packages/spyder/plugins/projects/utils/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/projects/utils/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/projects/utils/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/projects/utils/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/projects/utils/__pycache__/config.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/projects/utils/__pycache__/config.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/projects/utils/__pycache__/cookie.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/projects/utils/__pycache__/cookie.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/projects/utils/__pycache__/watcher.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/projects/utils/__pycache__/watcher.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/projects/utils/config.py
/usr/lib/python3.10/site-packages/spyder/plugins/projects/utils/cookie.py
/usr/lib/python3.10/site-packages/spyder/plugins/projects/utils/watcher.py
/usr/lib/python3.10/site-packages/spyder/plugins/projects/widgets
/usr/lib/python3.10/site-packages/spyder/plugins/projects/widgets/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/projects/widgets/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/projects/widgets/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/projects/widgets/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/projects/widgets/__pycache__/main_widget.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/projects/widgets/__pycache__/main_widget.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/projects/widgets/__pycache__/projectdialog.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/projects/widgets/__pycache__/projectdialog.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/projects/widgets/__pycache__/projectexplorer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/projects/widgets/__pycache__/projectexplorer.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/projects/widgets/__pycache__/qcookiecutter.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/projects/widgets/__pycache__/qcookiecutter.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/projects/widgets/main_widget.py
/usr/lib/python3.10/site-packages/spyder/plugins/projects/widgets/projectdialog.py
/usr/lib/python3.10/site-packages/spyder/plugins/projects/widgets/projectexplorer.py
/usr/lib/python3.10/site-packages/spyder/plugins/projects/widgets/qcookiecutter.py
/usr/lib/python3.10/site-packages/spyder/plugins/pylint
/usr/lib/python3.10/site-packages/spyder/plugins/pylint/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/pylint/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/pylint/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/pylint/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/pylint/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/pylint/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/pylint/__pycache__/confpage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/pylint/__pycache__/confpage.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/pylint/__pycache__/main_widget.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/pylint/__pycache__/main_widget.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/pylint/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/pylint/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/pylint/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/pylint/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/pylint/api.py
/usr/lib/python3.10/site-packages/spyder/plugins/pylint/confpage.py
/usr/lib/python3.10/site-packages/spyder/plugins/pylint/images
/usr/lib/python3.10/site-packages/spyder/plugins/pylint/images/pylint.png
/usr/lib/python3.10/site-packages/spyder/plugins/pylint/main_widget.py
/usr/lib/python3.10/site-packages/spyder/plugins/pylint/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/pylint/utils.py
/usr/lib/python3.10/site-packages/spyder/plugins/run
/usr/lib/python3.10/site-packages/spyder/plugins/run/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/run/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/run/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/run/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/run/__pycache__/confpage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/run/__pycache__/confpage.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/run/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/run/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/run/__pycache__/widgets.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/run/__pycache__/widgets.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/run/confpage.py
/usr/lib/python3.10/site-packages/spyder/plugins/run/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/run/widgets.py
/usr/lib/python3.10/site-packages/spyder/plugins/shortcuts
/usr/lib/python3.10/site-packages/spyder/plugins/shortcuts/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/shortcuts/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/shortcuts/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/shortcuts/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/shortcuts/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/shortcuts/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/shortcuts/__pycache__/confpage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/shortcuts/__pycache__/confpage.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/shortcuts/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/shortcuts/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/shortcuts/api.py
/usr/lib/python3.10/site-packages/spyder/plugins/shortcuts/confpage.py
/usr/lib/python3.10/site-packages/spyder/plugins/shortcuts/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/shortcuts/widgets
/usr/lib/python3.10/site-packages/spyder/plugins/shortcuts/widgets/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/shortcuts/widgets/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/shortcuts/widgets/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/shortcuts/widgets/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/shortcuts/widgets/__pycache__/summary.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/shortcuts/widgets/__pycache__/summary.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/shortcuts/widgets/__pycache__/table.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/shortcuts/widgets/__pycache__/table.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/shortcuts/widgets/summary.py
/usr/lib/python3.10/site-packages/spyder/plugins/shortcuts/widgets/table.py
/usr/lib/python3.10/site-packages/spyder/plugins/statusbar
/usr/lib/python3.10/site-packages/spyder/plugins/statusbar/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/statusbar/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/statusbar/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/statusbar/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/statusbar/__pycache__/confpage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/statusbar/__pycache__/confpage.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/statusbar/__pycache__/container.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/statusbar/__pycache__/container.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/statusbar/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/statusbar/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/statusbar/confpage.py
/usr/lib/python3.10/site-packages/spyder/plugins/statusbar/container.py
/usr/lib/python3.10/site-packages/spyder/plugins/statusbar/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/statusbar/widgets
/usr/lib/python3.10/site-packages/spyder/plugins/statusbar/widgets/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/statusbar/widgets/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/statusbar/widgets/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/statusbar/widgets/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/statusbar/widgets/__pycache__/status.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/statusbar/widgets/__pycache__/status.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/statusbar/widgets/status.py
/usr/lib/python3.10/site-packages/spyder/plugins/toolbar
/usr/lib/python3.10/site-packages/spyder/plugins/toolbar/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/toolbar/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/toolbar/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/toolbar/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/toolbar/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/toolbar/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/toolbar/__pycache__/container.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/toolbar/__pycache__/container.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/toolbar/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/toolbar/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/toolbar/api.py
/usr/lib/python3.10/site-packages/spyder/plugins/toolbar/container.py
/usr/lib/python3.10/site-packages/spyder/plugins/toolbar/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/tours
/usr/lib/python3.10/site-packages/spyder/plugins/tours/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/tours/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/tours/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/tours/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/tours/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/tours/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/tours/__pycache__/container.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/tours/__pycache__/container.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/tours/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/tours/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/tours/__pycache__/tours.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/tours/__pycache__/tours.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/tours/__pycache__/widgets.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/tours/__pycache__/widgets.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/tours/api.py
/usr/lib/python3.10/site-packages/spyder/plugins/tours/container.py
/usr/lib/python3.10/site-packages/spyder/plugins/tours/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/tours/tours.py
/usr/lib/python3.10/site-packages/spyder/plugins/tours/widgets.py
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/__pycache__/confpage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/__pycache__/confpage.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/api.py
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/confpage.py
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/plugin.py
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/__pycache__/arrayeditor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/__pycache__/arrayeditor.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/__pycache__/basedialog.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/__pycache__/basedialog.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/__pycache__/collectionsdelegate.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/__pycache__/collectionsdelegate.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/__pycache__/dataframeeditor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/__pycache__/dataframeeditor.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/__pycache__/importwizard.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/__pycache__/importwizard.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/__pycache__/main_widget.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/__pycache__/main_widget.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/__pycache__/namespacebrowser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/__pycache__/namespacebrowser.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/__pycache__/objecteditor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/__pycache__/objecteditor.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/__pycache__/texteditor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/__pycache__/texteditor.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/arrayeditor.py
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/basedialog.py
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/collectionsdelegate.py
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/dataframeeditor.py
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/importwizard.py
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/main_widget.py
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/namespacebrowser.py
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/objecteditor.py
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/objectexplorer
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/objectexplorer/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/objectexplorer/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/objectexplorer/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/objectexplorer/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/objectexplorer/__pycache__/attribute_model.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/objectexplorer/__pycache__/attribute_model.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/objectexplorer/__pycache__/objectexplorer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/objectexplorer/__pycache__/objectexplorer.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/objectexplorer/__pycache__/toggle_column_mixin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/objectexplorer/__pycache__/toggle_column_mixin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/objectexplorer/__pycache__/tree_item.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/objectexplorer/__pycache__/tree_item.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/objectexplorer/__pycache__/tree_model.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/objectexplorer/__pycache__/tree_model.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/objectexplorer/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/objectexplorer/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/objectexplorer/attribute_model.py
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/objectexplorer/objectexplorer.py
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/objectexplorer/toggle_column_mixin.py
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/objectexplorer/tree_item.py
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/objectexplorer/tree_model.py
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/objectexplorer/utils.py
/usr/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/texteditor.py
/usr/lib/python3.10/site-packages/spyder/plugins/workingdirectory
/usr/lib/python3.10/site-packages/spyder/plugins/workingdirectory/__init__.py
/usr/lib/python3.10/site-packages/spyder/plugins/workingdirectory/__pycache__
/usr/lib/python3.10/site-packages/spyder/plugins/workingdirectory/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/workingdirectory/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/workingdirectory/__pycache__/confpage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/workingdirectory/__pycache__/confpage.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/workingdirectory/__pycache__/container.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/workingdirectory/__pycache__/container.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/workingdirectory/__pycache__/plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/workingdirectory/__pycache__/plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/plugins/workingdirectory/confpage.py
/usr/lib/python3.10/site-packages/spyder/plugins/workingdirectory/container.py
/usr/lib/python3.10/site-packages/spyder/plugins/workingdirectory/plugin.py
/usr/lib/python3.10/site-packages/spyder/py3compat.py
/usr/lib/python3.10/site-packages/spyder/pyplot.py
/usr/lib/python3.10/site-packages/spyder/requirements.py
/usr/lib/python3.10/site-packages/spyder/utils
/usr/lib/python3.10/site-packages/spyder/utils/__init__.py
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/bsdsocket.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/bsdsocket.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/clipboard_helper.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/clipboard_helper.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/color_system.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/color_system.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/conda.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/conda.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/debug.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/debug.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/encoding.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/encoding.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/environ.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/environ.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/fixtures.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/fixtures.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/icon_manager.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/icon_manager.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/image_path_manager.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/image_path_manager.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/installers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/installers.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/misc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/misc.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/palette.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/palette.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/programs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/programs.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/pyenv.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/pyenv.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/qstringhelpers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/qstringhelpers.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/qthelpers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/qthelpers.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/registries.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/registries.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/sourcecode.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/sourcecode.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/stringmatching.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/stringmatching.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/stylesheet.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/stylesheet.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/switcher.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/switcher.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/syntaxhighlighters.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/syntaxhighlighters.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/system.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/system.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/test.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/test.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/vcs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/vcs.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/windows.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/windows.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/workers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/__pycache__/workers.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/bsdsocket.py
/usr/lib/python3.10/site-packages/spyder/utils/clipboard_helper.py
/usr/lib/python3.10/site-packages/spyder/utils/color_system.py
/usr/lib/python3.10/site-packages/spyder/utils/conda.py
/usr/lib/python3.10/site-packages/spyder/utils/debug.py
/usr/lib/python3.10/site-packages/spyder/utils/encoding.py
/usr/lib/python3.10/site-packages/spyder/utils/environ.py
/usr/lib/python3.10/site-packages/spyder/utils/external
/usr/lib/python3.10/site-packages/spyder/utils/external/LICENSE.txt
/usr/lib/python3.10/site-packages/spyder/utils/external/README.rst
/usr/lib/python3.10/site-packages/spyder/utils/external/__init__.py
/usr/lib/python3.10/site-packages/spyder/utils/external/__pycache__
/usr/lib/python3.10/site-packages/spyder/utils/external/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/external/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/external/__pycache__/github.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/external/__pycache__/github.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/external/__pycache__/lockfile.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/external/__pycache__/lockfile.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/external/binaryornot
/usr/lib/python3.10/site-packages/spyder/utils/external/binaryornot/LICENSE.txt
/usr/lib/python3.10/site-packages/spyder/utils/external/binaryornot/__init__.py
/usr/lib/python3.10/site-packages/spyder/utils/external/binaryornot/__pycache__
/usr/lib/python3.10/site-packages/spyder/utils/external/binaryornot/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/external/binaryornot/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/external/binaryornot/__pycache__/check.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/external/binaryornot/__pycache__/check.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/external/binaryornot/__pycache__/helpers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/external/binaryornot/__pycache__/helpers.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/external/binaryornot/check.py
/usr/lib/python3.10/site-packages/spyder/utils/external/binaryornot/helpers.py
/usr/lib/python3.10/site-packages/spyder/utils/external/dafsa
/usr/lib/python3.10/site-packages/spyder/utils/external/dafsa/__init__.py
/usr/lib/python3.10/site-packages/spyder/utils/external/dafsa/__pycache__
/usr/lib/python3.10/site-packages/spyder/utils/external/dafsa/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/external/dafsa/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/external/dafsa/__pycache__/dafsa.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/external/dafsa/__pycache__/dafsa.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/external/dafsa/dafsa.py
/usr/lib/python3.10/site-packages/spyder/utils/external/github.py
/usr/lib/python3.10/site-packages/spyder/utils/external/lockfile.py
/usr/lib/python3.10/site-packages/spyder/utils/external/pybloom_pyqt
/usr/lib/python3.10/site-packages/spyder/utils/external/pybloom_pyqt/__init__.py
/usr/lib/python3.10/site-packages/spyder/utils/external/pybloom_pyqt/__pycache__
/usr/lib/python3.10/site-packages/spyder/utils/external/pybloom_pyqt/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/external/pybloom_pyqt/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/external/pybloom_pyqt/__pycache__/pybloom.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/external/pybloom_pyqt/__pycache__/pybloom.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/external/pybloom_pyqt/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/external/pybloom_pyqt/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/external/pybloom_pyqt/pybloom.py
/usr/lib/python3.10/site-packages/spyder/utils/external/pybloom_pyqt/utils.py
/usr/lib/python3.10/site-packages/spyder/utils/fixtures.py
/usr/lib/python3.10/site-packages/spyder/utils/icon_manager.py
/usr/lib/python3.10/site-packages/spyder/utils/image_path_manager.py
/usr/lib/python3.10/site-packages/spyder/utils/installers.py
/usr/lib/python3.10/site-packages/spyder/utils/introspection
/usr/lib/python3.10/site-packages/spyder/utils/introspection/__init__.py
/usr/lib/python3.10/site-packages/spyder/utils/introspection/__pycache__
/usr/lib/python3.10/site-packages/spyder/utils/introspection/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/introspection/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/introspection/__pycache__/module_completion.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/introspection/__pycache__/module_completion.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/introspection/__pycache__/rope_patch.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/introspection/__pycache__/rope_patch.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/introspection/module_completion.py
/usr/lib/python3.10/site-packages/spyder/utils/introspection/rope_patch.py
/usr/lib/python3.10/site-packages/spyder/utils/misc.py
/usr/lib/python3.10/site-packages/spyder/utils/palette.py
/usr/lib/python3.10/site-packages/spyder/utils/programs.py
/usr/lib/python3.10/site-packages/spyder/utils/pyenv.py
/usr/lib/python3.10/site-packages/spyder/utils/qstringhelpers.py
/usr/lib/python3.10/site-packages/spyder/utils/qthelpers.py
/usr/lib/python3.10/site-packages/spyder/utils/registries.py
/usr/lib/python3.10/site-packages/spyder/utils/snippets
/usr/lib/python3.10/site-packages/spyder/utils/snippets/__init__.py
/usr/lib/python3.10/site-packages/spyder/utils/snippets/__pycache__
/usr/lib/python3.10/site-packages/spyder/utils/snippets/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/snippets/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/snippets/__pycache__/ast.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/snippets/__pycache__/ast.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/snippets/__pycache__/lexer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/snippets/__pycache__/lexer.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/snippets/__pycache__/nodes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/snippets/__pycache__/nodes.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/snippets/__pycache__/parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/utils/snippets/__pycache__/parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/utils/snippets/ast.py
/usr/lib/python3.10/site-packages/spyder/utils/snippets/lexer.py
/usr/lib/python3.10/site-packages/spyder/utils/snippets/nodes.py
/usr/lib/python3.10/site-packages/spyder/utils/snippets/parser.py
/usr/lib/python3.10/site-packages/spyder/utils/sourcecode.py
/usr/lib/python3.10/site-packages/spyder/utils/stringmatching.py
/usr/lib/python3.10/site-packages/spyder/utils/stylesheet.py
/usr/lib/python3.10/site-packages/spyder/utils/switcher.py
/usr/lib/python3.10/site-packages/spyder/utils/syntaxhighlighters.py
/usr/lib/python3.10/site-packages/spyder/utils/system.py
/usr/lib/python3.10/site-packages/spyder/utils/test.py
/usr/lib/python3.10/site-packages/spyder/utils/vcs.py
/usr/lib/python3.10/site-packages/spyder/utils/windows.py
/usr/lib/python3.10/site-packages/spyder/utils/workers.py
/usr/lib/python3.10/site-packages/spyder/widgets
/usr/lib/python3.10/site-packages/spyder/widgets/__init__.py
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/about.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/about.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/arraybuilder.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/arraybuilder.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/browser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/browser.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/calltip.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/calltip.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/collectionseditor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/collectionseditor.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/colors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/colors.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/comboboxes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/comboboxes.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/dependencies.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/dependencies.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/dock.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/dock.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/findreplace.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/findreplace.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/helperwidgets.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/helperwidgets.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/mixins.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/mixins.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/onecolumntree.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/onecolumntree.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/pathmanager.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/pathmanager.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/reporterror.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/reporterror.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/simplecodeeditor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/simplecodeeditor.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/switcher.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/switcher.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/tabs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/tabs.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/waitingspinner.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/__pycache__/waitingspinner.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/about.py
/usr/lib/python3.10/site-packages/spyder/widgets/arraybuilder.py
/usr/lib/python3.10/site-packages/spyder/widgets/browser.py
/usr/lib/python3.10/site-packages/spyder/widgets/calltip.py
/usr/lib/python3.10/site-packages/spyder/widgets/collectionseditor.py
/usr/lib/python3.10/site-packages/spyder/widgets/colors.py
/usr/lib/python3.10/site-packages/spyder/widgets/comboboxes.py
/usr/lib/python3.10/site-packages/spyder/widgets/dependencies.py
/usr/lib/python3.10/site-packages/spyder/widgets/dock.py
/usr/lib/python3.10/site-packages/spyder/widgets/findreplace.py
/usr/lib/python3.10/site-packages/spyder/widgets/github
/usr/lib/python3.10/site-packages/spyder/widgets/github/LICENSE.txt
/usr/lib/python3.10/site-packages/spyder/widgets/github/__init__.py
/usr/lib/python3.10/site-packages/spyder/widgets/github/__pycache__
/usr/lib/python3.10/site-packages/spyder/widgets/github/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/github/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/github/__pycache__/backend.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/github/__pycache__/backend.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/github/__pycache__/gh_login.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/github/__pycache__/gh_login.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/widgets/github/backend.py
/usr/lib/python3.10/site-packages/spyder/widgets/github/gh_login.py
/usr/lib/python3.10/site-packages/spyder/widgets/helperwidgets.py
/usr/lib/python3.10/site-packages/spyder/widgets/mixins.py
/usr/lib/python3.10/site-packages/spyder/widgets/onecolumntree.py
/usr/lib/python3.10/site-packages/spyder/widgets/pathmanager.py
/usr/lib/python3.10/site-packages/spyder/widgets/reporterror.py
/usr/lib/python3.10/site-packages/spyder/widgets/simplecodeeditor.py
/usr/lib/python3.10/site-packages/spyder/widgets/switcher.py
/usr/lib/python3.10/site-packages/spyder/widgets/tabs.py
/usr/lib/python3.10/site-packages/spyder/widgets/waitingspinner.py
/usr/lib/python3.10/site-packages/spyder/windows
/usr/lib/python3.10/site-packages/spyder/windows/spyder.ico
/usr/lib/python3.10/site-packages/spyder/windows/spyder_light.ico
/usr/lib/python3.10/site-packages/spyder/workers
/usr/lib/python3.10/site-packages/spyder/workers/__init__.py
/usr/lib/python3.10/site-packages/spyder/workers/__pycache__
/usr/lib/python3.10/site-packages/spyder/workers/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/workers/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/workers/__pycache__/updates.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/spyder/workers/__pycache__/updates.cpython-310.pyc
/usr/lib/python3.10/site-packages/spyder/workers/updates.py
/usr/share/applications/spyder.desktop
/usr/share/doc/packages/spyder
/usr/share/doc/packages/spyder/CHANGELOG.md
/usr/share/doc/packages/spyder/README.md
/usr/share/icons/hicolor
/usr/share/icons/hicolor/128x128
/usr/share/icons/hicolor/128x128/apps
/usr/share/icons/hicolor/128x128/apps/spyder.png
/usr/share/icons/hicolor/scalable
/usr/share/icons/hicolor/scalable/apps
/usr/share/icons/hicolor/scalable/apps/spyder.svg
/usr/share/icons/spyder.png
/usr/share/licenses/spyder
/usr/share/licenses/spyder/LICENSE.txt
/usr/share/metainfo
/usr/share/metainfo/org.spyder_ide.spyder.appdata.xml


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:43:14 2024