MCPcopy Index your code
hub / github.com/python/cpython / shlex.py

File shlex.py

Lib/shlex.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""A lexical analyzer class for simple shell-like syntaxes."""
2
3# Module and documentation by Eric S. Raymond, 21 Dec 1998
4# Input stacking and error message cleanup added by ESR, March 2000

Callers

nothing calls this directly

Calls 3

_print_tokensFunction · 0.85
shlexClass · 0.85
openFunction · 0.70

Tested by

no test coverage detected