Commit 9c80b381 authored by Stefan Behnel's avatar Stefan Behnel

fix Code.pxd after refactoring

parent 9ecc5dfd
......@@ -3,8 +3,6 @@ cimport cython
cdef class UtilityCodeBase(object):
cdef public object name
cdef class UtilityCode(UtilityCodeBase):
cdef public object proto
cdef public object impl
cdef public object init
......@@ -15,7 +13,7 @@ cdef class UtilityCode(UtilityCodeBase):
cdef public object proto_block
cdef public object file
cpdef put_code(self, output)
cpdef format_code(self, code_string, replace_empty_lines=*)
cdef class FunctionState:
cdef public set names_taken
......
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