From 4a3c5a02e144a72e26103d02ce38163ba765e796 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Thu, 28 Feb 2019 00:27:12 -0500 Subject: Removed ability to call commands as if they were functions in pyscript (e.g. app.help()) --- tests/pyscript/pyscript_dir.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/pyscript/pyscript_dir.py (limited to 'tests/pyscript/pyscript_dir.py') diff --git a/tests/pyscript/pyscript_dir.py b/tests/pyscript/pyscript_dir.py new file mode 100644 index 00000000..81814d70 --- /dev/null +++ b/tests/pyscript/pyscript_dir.py @@ -0,0 +1,4 @@ +# flake8: noqa F821 +out = dir(app) +out.sort() +print(out) -- cgit v1.2.1