-
Notifications
You must be signed in to change notification settings - Fork 0
View
Gautier Debaecker edited this page Jan 15, 2025
·
1 revision
As part of enhancing the project, I integrated a script visualization tool generated by Pyan. When modifying a function, this view displays all the related functions, providing a clear map of the dependencies and connections between the function you're working on and others within the codebase.
You can access the generated views here::
They are generated using the following commands:
pyan3 api_easicmd.py --uses --no-defines --colored --grouped --annotated --html > view/view_api_easicmd.html
and
pyan3 api_gui_easicmd.py --uses --no-defines --colored --grouped --annotated --html > view/view_api_gui_easicmd.html