tiqi-group / pydase

A Python library for creating remote control interfaces of Python objects.
https://pydase.readthedocs.io
MIT License
2 stars 1 forks source link

69 add support for adding objects to a list #77

Closed mosmuell closed 11 months ago

mosmuell commented 11 months ago

Implements #69 (append) and additionally all other list-changing methods: clear, extend, insert, remove and pop.