https://typing-extensions.readthedocs.io/en/latest/index.html#decorators
This could be useful to add typing hints for guidata.dataset.DataSet objects.
It would require to add a dependency over typing_extensions since the feature was introduced in standard typing package with Python 3.11 (and guidata still supports Python 3.9-3.10).
https://typing-extensions.readthedocs.io/en/latest/index.html#decorators
This could be useful to add typing hints for
guidata.dataset.DataSetobjects.It would require to add a dependency over
typing_extensionssince the feature was introduced in standardtypingpackage with Python 3.11 (andguidatastill supports Python 3.9-3.10).