We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7a52b commit fddc2dcCopy full SHA for fddc2dc
python/egglog/egraph.py
@@ -848,7 +848,7 @@ class EGraph:
848
seminaive: InitVar[bool] = True
849
save_egglog_string: InitVar[bool] = False
850
851
- _state: EGraphState = field(init=False)
+ _state: EGraphState = field(init=False, repr=False)
852
# For pushing/popping with egglog
853
_state_stack: list[EGraphState] = field(default_factory=list, repr=False)
854
# For storing the global "current" egraph
0 commit comments