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

/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A Dlibcython.py98 def dispatch_on_frame(c_command, python_command=None): function
1067 # @dispatch_on_frame(c_command='list')
1117 @dispatch_on_frame(c_command='info locals', python_command='py-locals')
1144 @dispatch_on_frame(c_command='info variables', python_command='py-globals')

Completed in 2295 milliseconds