Commit 290bfe3a authored by Vitja Makarov's avatar Vitja Makarov

Add YieldNodeCollector definitions to pxd

parent 3baa5979
......@@ -45,6 +45,11 @@ cdef class AlignFunctionDefinitions(CythonTransform):
cdef dict directives
cdef scope
cdef class YieldNodeCollector(TreeVisitor):
cdef list yields
cdef list returns
cdef bint has_return_value
cdef class MarkClosureVisitor(CythonTransform):
cdef bint needs_closure
......
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