Generated by Cython 0.23.4
Yellow lines hint at Python interaction.
Click on a line that starts with a "+" to see the C code that Cython generated for it.
Raw output: python35_header.pxi
1: cdef extern from "Python.h":
2: ctypedef extern class builtins.Exception[object PyBaseExceptionObject]:
3: pass