commit | ed23dda93b3735e220c5931f646dc8193d2d1b31 | [log] [tgz] |
---|---|---|
author | Dean Moldovan <dean0x7d@gmail.com> | Thu Aug 04 01:40:40 2016 +0200 |
committer | Dean Moldovan <dean0x7d@gmail.com> | Thu Aug 04 23:47:07 2016 +0200 |
tree | 616c3330f8264e0cfc2e9402223b7e700d4a3e93 | |
parent | ecced6c5ae399d7c0214b57a5b24ba8c1fbebd1b [diff] [blame] |
Adopt PEP 484 type hints for C++ types exported to Python
diff --git a/example/example-numpy-vectorize.ref b/example/example-numpy-vectorize.ref index 4885fc1..d2d5d9b 100644 --- a/example/example-numpy-vectorize.ref +++ b/example/example-numpy-vectorize.ref
@@ -76,3 +76,4 @@ Int branch taken. Float branch taken. Complex float branch taken. +vectorized_func(arg0: numpy.ndarray[int], arg1: numpy.ndarray[float], arg2: numpy.ndarray[float]) -> object