Skip to content

Commit a38f61d

Browse files
1 parent 41a910c commit a38f61d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/egglog/egraph.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@
130130
"__firstlineno__",
131131
"__static_attributes__",
132132
"__match_args__",
133+
# Added in 3.14
134+
# https://egraphs.zulipchat.com/#narrow/channel/375765-egg.2Fegglog/topic/Cost.20function.3A.20using.20function.20values.20of.20subtrees/near/577236488
135+
"__classdictcell__",
133136
# Ignore all reflected binary method
134137
*(f"__r{m[2:]}" for m in NUMERIC_BINARY_METHODS),
135138
}

0 commit comments

Comments
 (0)