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

  /external/chromium_org/third_party/cython/src/Cython/Distutils/
extension.py 42 no_c_in_traceback=False,
68 no_c_in_traceback=no_c_in_traceback,
97 self.no_c_in_traceback = no_c_in_traceback
126 no_c_in_traceback : boolean
build_ext.py 127 self.no_c_in_traceback = 0
217 no_c_in_traceback = self.no_c_in_traceback or \
218 getattr(extension, 'no_c_in_traceback', 0)
313 c_line_in_traceback = not no_c_in_traceback,

Completed in 127 milliseconds