Searched refs:_debug_info (Results 1 – 10 of 10) sorted by relevance
441 self._debug_info = None # contains the stack traces of all the original512 "debug_info": self._debug_info,649 self._debug_info = _get_debug_info(652 self._debug_info = _get_debug_info(768 self._debug_info = _get_debug_info(771 self._debug_info = _get_debug_info(1326 self._debug_info = _get_debug_info(self._debug_info_func, optimized_graph)
1597 self.assertValidDebugInfo(converter._debug_info)1601 self.assertIn(('add@' + six.ensure_str(func)), converter._debug_info.traces)1855 self.assertFalse(converter._debug_info)2149 self.assertValidDebugInfo(converter._debug_info)2623 self.assertValidDebugInfo(converter._debug_info)
485 self._assertValidDebugInfo(converter._debug_info)1115 self._assertValidDebugInfo(converter._debug_info)1275 self._assertValidDebugInfo(converter._debug_info)
1022 t._debug_info = namespace["debug_info"]1181 if self._debug_info:1182 return [tuple(map(int, x.split("="))) for x in self._debug_info.split("&")]
249 info = multiprocessing._debug_info()
984 t._debug_info = namespace['debug_info']1128 self._debug_info.split('&')]
578 def _debug_info(self): member in BaseManager
613 def _debug_info(self): member in BaseManager
1420 debug_info = self.manager._debug_info()1422 print self.manager._debug_info()
5672 support.print_warning(cls.manager._debug_info())