add examples
This commit is contained in:
parent
8504ba52f6
commit
42757ddc4f
35 changed files with 1104 additions and 609 deletions
|
|
@ -62,8 +62,8 @@ def rewrite(state, lhs_m: UUID, rhs_m: UUID, pattern_mm: UUID, lhs_match: dict,
|
|||
to_delete = lhs_keys - common
|
||||
to_create = rhs_keys - common
|
||||
|
||||
# print("to_delete:", to_delete)
|
||||
# print("to_create:", to_create)
|
||||
# print("to delete:", to_delete)
|
||||
# print("to create:", to_create)
|
||||
|
||||
# to be grown
|
||||
rhs_match = { name : lhs_match[name] for name in common }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue