Login
Roast topics
Find topics
Find it!
From:
Python documentation
(Uncensored)
subscribe
shlex — Simple lexical analysis — Python 3.13.6 documentation
https://docs.python.org/3/library/shlex.html
links
backlinks
Roast topics
Find topics
Roast it!
Source code: Lib/shlex.py The shlex class makes it easy to write lexical analyzers for simple syntaxes resembling that of the Unix shell. This will often be useful for writing minilanguages, (for e...