-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Tasks:
- Define abstract classmethod
Box._typeclasses(cls) -> frozenset[TypeClass]
and implement it inFinRel
. - Implement final classmethod
Box.typeclasses
which calls_typeclasses
on all final/leaf subclasses and takes the union (relies on ImproveInheritanceForestMeta
#14). - Ensure that
Box.spider
is called on a compatible typeclass.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Planned