Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-cmd2/cmd2
/ do_preservelist
Method
do_preservelist
tests/test_argparse.py:82–83 ·
view source on GitHub ↗
(self, arglist)
Source
from the content-addressed store, hash-verified
80
81
@cmd2.with_argument_list(preserve_quotes=True)
82
def
do_preservelist(self, arglist) -> None:
83
self.stdout.write(f
"{arglist}"
)
84
85
@classmethod
86
def
_speak_parser_builder(cls) -> cmd2.Cmd2ArgumentParser:
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected