MCPcopy Index your code
hub / github.com/python-cmd2/cmd2 / Cmd2ShlexError

Class Cmd2ShlexError

cmd2/exceptions.py:68–69  ·  view source on GitHub ↗

Raised when shlex fails to parse a command line string in StatementParser.

Source from the content-addressed store, hash-verified

66
67
68class Cmd2ShlexError(Exception):
69 """Raised when shlex fails to parse a command line string in StatementParser."""
70
71
72class EmbeddedConsoleExit(SystemExit):

Callers 1

tokenizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…