Commit d1573870 authored by Stefan Behnel's avatar Stefan Behnel

fix build

--HG--
extra : rebase_source : 02f74a004499a227fc7edf2ccf3a1a9728c8951f
parent ddb0c9e7
......@@ -33,11 +33,13 @@ cdef class MethodDispatcherTransform(EnvTransform):
@cython.final
cdef _find_handler(self, match_name, bint has_kwargs)
@cython.final
cdef _delegate_to_assigned_value(self, node, function, arg_list, kwargs)
@cython.final
cdef _dispatch_to_handler(self, node, function, arg_list, kwargs)
@cython.final
cdef _dispatch_to_method_handler(self, attr_name, self_arg,
is_unbound_method, type_name,
node, arg_list, kwargs)
node, function, arg_list, kwargs)
cdef class RecursiveNodeReplacer(VisitorTransform):
cdef public orig_node
......
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