Open
Description
📝 Description of the feature
The __repr__()
method of the Speos Project instance of type ansys.speos.core.project.Project
is displayed as a JSON file. This makes it look very much like a dict()
. For purposes of introspection it would be convenient for users to access the content of the project via keys like a dict.
💡 Steps for implementing the feature
This will require further investigation.
🔗 Useful links and references
No response