Searched refs:CythonInfo (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A Dlibcython.py865 class CythonInfo(CythonBase, libpython.PythonInfo): class in inherits:CythonBase, libpython.PythonInfo
877 return super(CythonInfo, self).lineno(frame)
881 line = super(CythonInfo, self).get_source_line(frame)
889 return super(CythonInfo, self).exc_info(frame)
1382 cython_info = CythonInfo()

Completed in 238 milliseconds