Home
last modified time | relevance | path

Searched refs:PlyLogger (Results 1 – 2 of 2) sorted by relevance

/external/libmojo/third_party/ply/
Dlex.py78 class PlyLogger(object): class
555 self.log = PlyLogger(sys.stderr)
874 errorlog = PlyLogger(sys.stderr)
878 debuglog = PlyLogger(sys.stderr)
Dyacc.py117 class PlyLogger(object): class
260 debug = PlyLogger(sys.stderr)
2773 self.log = PlyLogger(sys.stderr)
3048 errorlog = PlyLogger(sys.stderr)
3091 debuglog = PlyLogger(open(debugfile,"w"))