TypeVisitor and Co now support allow_interpreted_subclasses=True #9602
TypeVisitor and Co now support allow_interpreted_subclasses=True
45451f2c
msullivan
approved these changes
on 2020-10-18
msullivan
merged
a9fa9ab4
into master 4 years ago
Assignees
No one assigned
Description
Now these types can be extended from plugin code.
Previously it was impossible:
Was giving:
But, this is a very powerful tool. Some complex type manipulations do require this (or similar) tool.
For example:
More context: #9001 (comment)
Test Plan
I actually don't have any test plan at the moment. I would be very happy to receive any advice! 👍