-
-
Notifications
You must be signed in to change notification settings - Fork 370
Closed
Labels
typingAdding static types to trio's interfaceAdding static types to trio's interface
Description
See discussion in #2668 (comment)
@final was added in 3.8, so it would be good to make classes decorated with _util.Final also be treated as @final by type checkers. I didn't find a good way of applying both with a single decorator or metaclass, so unless I missed a way we might have to have both on all classes. Or possibly skip one of them.
Metadata
Metadata
Assignees
Labels
typingAdding static types to trio's interfaceAdding static types to trio's interface