From 444e535f000fd7b53dadf6726d5cd29ac34cc75f Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 23 Jul 2020 08:58:19 +0200 Subject: Add pybind11 2.5 source --- 3rdparty/pybind11/tests/test_eval_call.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 3rdparty/pybind11/tests/test_eval_call.py (limited to '3rdparty/pybind11/tests/test_eval_call.py') diff --git a/3rdparty/pybind11/tests/test_eval_call.py b/3rdparty/pybind11/tests/test_eval_call.py new file mode 100644 index 00000000..53c7e721 --- /dev/null +++ b/3rdparty/pybind11/tests/test_eval_call.py @@ -0,0 +1,4 @@ +# This file is called from 'test_eval.py' + +if 'call_test2' in locals(): + call_test2(y) # noqa: F821 undefined name -- cgit v1.2.3