ansys / pymechanical-stubs

Project to generate mechanical api stubs
https://scripting.mechanical.docs.pyansys.com/
MIT License
2 stars 0 forks source link

is_type_published alternative #33

Open klmcadams opened 1 month ago

klmcadams commented 1 month ago

is_type_published(mod_type: "System.RuntimeType") in stub_generator/create_files.py:

Should this filter just get applied by the sphinx system as opposed to the stub generator? That way, all the System stuff we depend on could also get generated (like in the iron-python-stubs project).