Commit a90dd951 authored by Stefan Behnel's avatar Stefan Behnel

wrap long line

parent e0207f27
......@@ -2687,7 +2687,8 @@ class CFuncType(CType):
elif self.type.is_pyobject:
return ''
else:
return 'cdef %s %s "%s"(object) except *' % (self.type_name, self.type_convert, self.type.from_py_function)
return 'cdef %s %s "%s"(object) except *' % (
self.type_name, self.type_convert, self.type.from_py_function)
def check_type(self):
if self.type.is_extension_type or self.type.is_builtin_type:
......
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