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

/external/python/cpython2/Lib/
H A Dbdb.py361 def format_stack_entry(self, frame_lineno, lprefix=': '): member in class:Bdb
H A Dpdb.py899 print >>self.stdout, self.format_stack_entry(frame_lineno,
/external/python/cpython3/Lib/
H A Dbdb.py390 def format_stack_entry(self, frame_lineno, lprefix=': '): member in class:Bdb
H A Dpdb.py1453 self.format_stack_entry(frame_lineno, prompt_prefix))
/external/libmojo/third_party/ply/
H A Dyacc.py153 def format_stack_entry(r): function
389 debug.info("Action : Reduce rule [%s] with %s and goto state %d", p.str, "["+",".join([format_stack_entry(_v.value) for _v in symstack[-plen:]])+"]",-t)
/external/ply/ply/ply/
H A Dyacc.py149 def format_stack_entry(r): function
468 '['+','.join([format_stack_entry(_v.value) for _v in symstack[-plen:]])+']',

Completed in 334 milliseconds