diff options
author | kotfu <kotfu@kotfu.net> | 2018-09-05 22:25:37 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-09-05 22:25:37 -0600 |
commit | 7801d80ebaf2851ec0647733e385e88e90b2ae18 (patch) | |
tree | a21a82a996f1ad4405be8915aec2288524686f5d /tests/test_autocompletion.py | |
parent | 2b42ac5507acb424fd30534397b60c1089bd09b4 (diff) | |
download | cmd2-git-7801d80ebaf2851ec0647733e385e88e90b2ae18.tar.gz |
Replace previously removed Statement initialization parameters
Statement is a subclass of str. Statement.__new__ should behave like str.__new__. Meaning it should accept any object as it’s argument, and our extended initialization parameters (i.e. command, arg_list) should not be allowed as positional arguments, only named arguments.
Diffstat (limited to 'tests/test_autocompletion.py')
0 files changed, 0 insertions, 0 deletions