MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / shlex.py

File shlex.py

tools/python-3.11.9-amd64/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 4

_print_tokensFunction · 0.85
shlexClass · 0.85
openFunction · 0.70
compileMethod · 0.45

Tested by

no test coverage detected