ansys / ansys/pyfluent

Settings API minor improvements

Open
#2,613 2 comments 0 reactions 1 assignee Claimed by @prmukherj View on GitHub
enhancement
Dominant language
Python
Stars
497
Forks
77
Avg merge
22h 37m
Merged PRs (30d)
45

Description

1. For commands with no arguments, `argument_names` attribute can return an empty list. Currently, that attribute is not available.
2.
```
contour1 = solver.results.graphics.contour.create("contour-1")
del contour1
```
In the above, the `__del__` method can call `__delitem__` on the container.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.