fluent.syntax.ast.Visitor could use ignore_fields
option
#103
Labels
fluent.syntax
Issues related to the fluent.syntax module.
ignore_fields
option
#103
In
BaseNode.equals
, we have anignore_fields
option. That'd also be nice forVisitor
, as it would allow a visitor to skip annotations and spans at the point of enumerating the properties, which is one or two cycles before actually going in to theSpan
orAnnotation
nodes, where we can handle them right now.The text was updated successfully, but these errors were encountered: