Commit 6328f1a2 authored by Stefan Behnel's avatar Stefan Behnel

revert typing in Visitor.pxd because of obscure type test problem

parent 5cada6cc
......@@ -5,7 +5,7 @@ cdef class BasicVisitor:
cdef class TreeVisitor(BasicVisitor):
cdef public list access_path
cpdef visitchild(self, child, parent, attrname, idx)
cpdef visitchildren(self, parent, attrs=*)
# cpdef visitchildren(self, parent, attrs=*)
cdef class VisitorTransform(TreeVisitor):
cpdef visitchildren(self, parent, attrs=*)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment