Settings API minor improvements
Open
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
Assessment
This issue has not been assessed yet.