dasbus icon indicating copy to clipboard operation
dasbus copied to clipboard

Add support for the builtin generic types

Open poncovka opened this issue 5 years ago • 0 comments

From https://docs.python.org/3.9/whatsnew/3.9.html#pep-585-builtin-generic-types:

In type annotations you can now use built-in collection types such as list and dict as generic types instead of importing the corresponding capitalized types (e.g. List or Dict) from typing.

These type hints should be supported by dasbus since Python 3.9.

poncovka avatar Aug 06 '20 13:08 poncovka