Add support for type comments.
dangle opened this issue · 1 comments
dangle commented
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.
dangle commented
This is implemented in dangle/typet/commentable but requires changes to contains-io/typingplus to be functional.