💾 Archived View for tris.fyi › pydoc › pycparser.ply.lex captured on 2022-07-16 at 15:05:50. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-01-08)
-=-=-=-=-=-=-
This module has no docstring.
with_traceback(...) Exception.with_traceback(tb) -- set self.__traceback__ to tb and return self.
args = <attribute 'args' of 'BaseException' objects>
begin(self, state)
clone(self, object=None)
current_state(self)
input(self, s)
next(self)
pop_state(self)
push_state(self, state)
readtab(self, tabfile, fdict)
skip(self, n)
token(self)
writetab(self, lextab, outputdir='')
get_all(self)
get_literals(self)
get_rules(self)
get_states(self)
get_tokens(self)
validate_all(self)
validate_literals(self)
validate_module(self, module)
validate_rules(self)
validate_tokens(self)
critical(self, msg, *args, **kwargs)
critical(self, msg, *args, **kwargs)
error(self, msg, *args, **kwargs)
critical(self, msg, *args, **kwargs)
warning(self, msg, *args, **kwargs)
TOKEN(r)
TOKEN(r)
get_caller_module_dict(levels)
lex(module=None, object=None, debug=False, optimize=False, lextab='lextab', reflags=64, nowarn=False, outputdir=None, debuglog=None, errorlog=None)
runmain(lexer=None, data=None)
StringTypes = (<class 'str'>, <class 'bytes'>)