chiark / gitweb /
documentation/python: make `parse_pybind_type` more permissive.
authorSergei Izmailov <sergei.a.izmailov@gmail.com>
Sat, 16 May 2020 00:42:35 +0000 (03:42 +0300)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 8 Jun 2020 17:42:29 +0000 (19:42 +0200)
commit47b8192cf30cf0427ad184a0b769307c7037637c
tree9f9d41a481f62ddd4bad75614ca1eb9ceade7aa8
parent5eff29f5e719ad28650e2b6bbd8d1a348fd3d0d3
documentation/python: make `parse_pybind_type` more permissive.

pybind11 has some non-standard typing-like annotations, e.g.:
List[List[float[3]][3]] for std::array<std::array<float,3>,3>
documentation/python.py
documentation/test_python/test_pybind.py