refactor Mapper.compose to tree traversal dual, add collate cache to CO3 base, add Mapper.collect safety checks
This commit is contained in:
@@ -12,6 +12,8 @@ from co3 import util
|
||||
|
||||
class Vegetable(CO3):
|
||||
def __init__(self, name, color):
|
||||
super().__init__()
|
||||
|
||||
self.name = name
|
||||
self.color = color
|
||||
|
||||
|
||||
Reference in New Issue
Block a user