Lines Matching full:parsetab
75 tab_module = 'parsetab' # Default name of the table module
1823 parsetab = module
1826 exec("import %s as parsetab" % module)
1829 exec("import %s as parsetab" % module, env, env)
1830 parsetab = env['parsetab']
1832 if parsetab._tabversion != __tabversion__:
1835 self.lr_action = parsetab._lr_action
1836 self.lr_goto = parsetab._lr_goto
1839 for p in parsetab._lr_productions:
1842 self.lr_method = parsetab._lr_method
1843 return parsetab._lr_signature