HomeSort by relevance Sort by last modified time
    Searched refs:cy_eval (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
test_libcython_in_gdb.py 387 gdb.execute('cy set a = $cy_eval("{None: []}")')
393 "Test the $cy_eval() gdb function."
400 result = gdb.execute('print $cy_eval("None")', to_string=True)
403 result = gdb.execute('print $cy_eval("[a]")', to_string=True)
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
libcython.py 635 cy_eval = CyEval('cy_eval'),
    [all...]

Completed in 750 milliseconds