Skip to content

Add support for the builtin generic types #41

@poncovka

Description

@poncovka

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions