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

/external/chromium_org/third_party/jinja2/
H A Ddebug.py48 if tb_set_next is not None:
50 tb_set_next(self.tb, next and next.tb or None)
310 def tb_set_next(tb, next): function in function:_init_ugly_crap
314 raise TypeError('tb_set_next arguments must be traceback objects')
326 return tb_set_next
329 # try to get a tb_set_next implementation if we don't have transparent
331 tb_set_next = None variable
334 tb_set_next = _init_ugly_crap()

Completed in 80 milliseconds