Searched defs:is_python_function (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A Dlibcython.py103 is_py = self.is_python_function()
196 def is_python_function(self, frame): member in class:CythonBase
239 elif self.is_python_function(frame):
277 if self.is_cython_function(frame) or self.is_python_function(frame):
303 if not is_c and self.is_python_function(frame):
888 if self.is_python_function:
917 if self.is_python_function():
1084 if self.is_python_function():
1222 self.is_python_function(frame)):
1256 if self.is_python_function(fram
[all...]

Completed in 90 milliseconds