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

/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A Dlibcython.py92 if not self.is_cython_function(frame):
102 is_cy = self.is_cython_function()
192 def is_cython_function(self, frame): member in class:CythonBase
234 if self.is_cython_function(frame):
277 if self.is_cython_function(frame) or self.is_python_function(frame):
279 elif older_frame and self.is_cython_function(older_frame):
312 elif self.is_cython_function(frame):
875 if self.is_cython_function(frame):
892 if self.is_cython_function():
919 elif not self.is_cython_function()
[all...]

Completed in 110 milliseconds