gemseo / utils

Hide inherited members

show_utils module

Copyright ONERA, taken from WhatsOpt-CLI.

https://github.com/OneraHub/WhatsOpt-CLI/blob/master/whatsopt/show_utils.py

Distributed under the Apache 2.0 license

Minor modifications by Francois Gallard : merge the two methods a comment

gemseo.utils.show_utils.generate_xdsm_html(xdsm, file_path='xdsm.html')[source]

Generate an HTML file to visualize a dynamic and interactive XDSM.

Parameters:
  • xdsm (dict[str, Any]) – The XDSM structure.

  • file_path (str | Path) –

    The name of the path to the output HTML file.

    By default it is set to “xdsm.html”.

Return type:

None