Home | History | Annotate | Download | only in ply

Lines Matching refs:tabmodule

3036 def yacc(method='LALR', debug=yaccdebug, module=None, tabmodule=tab_module, start=None, 
3073 read_signature = lr.read_table(tabmodule)
3265 lr.write_table(tabmodule,outputdir,signature)