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

  /external/chromium_org/third_party/cython/src/Cython/Distutils/
extension.py 41 cython_gdb=False,
96 self.cython_gdb = cython_gdb
124 cython_gdb : boolean
build_ext.py 126 self.cython_gdb = False
159 if self.cython_gdb or [1 for ext in self.extensions
160 if getattr(ext, 'cython_gdb', False)]:
222 cython_gdb = self.cython_gdb or getattr(extension, 'cython_gdb', False)
316 gdb_debug = cython_gdb,

Completed in 80 milliseconds