contains-io/typet

Add support for type comments.

dangle opened this issue · 1 comments

Because the annotations are read during the metaclass before the class is created, it may be necessary to add support for reading the type hint comments in the metaclass.

This is implemented in dangle/typet/commentable but requires changes to contains-io/typingplus to be functional.