We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372a384 commit 2ec35f5Copy full SHA for 2ec35f5
cmd2/pyscript_bridge.py
@@ -62,11 +62,9 @@ def __bool__(self) -> bool:
62
63
64
class PyscriptBridge(object):
65
- """Preserves the legacy 'cmd' interface for pyscript while also providing a new python API wrapper for
66
- application commands."""
+ """Provides a Python API wrapper for application commands."""
67
def __init__(self, cmd2_app):
68
self._cmd2_app = cmd2_app
69
- self._last_result = None
70
self.cmd_echo = False
71
72
def __dir__(self):
0 commit comments