chiark / gitweb /
documentation/python: don't try to parse pybind objects as enums.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 3 Jan 2022 16:42:57 +0000 (17:42 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 3 Jan 2022 17:03:50 +0000 (18:03 +0100)
commit81399b9bcddc05a2b4c339e65b60da9683d359af
tree943a8533426550873a29c2e319ee9f0c0b3351af
parent0877c138e10afa05188a4d41949db307f42e48de
documentation/python: don't try to parse pybind objects as enums.

Followup to c6707e1c85a46e8848ebca077ec60eeb27eb5aab, forgot to test on
a real-world codebase early enough. And then of course forgot to handle
a corner case when accounting for that real-world scenario.
documentation/python.py
documentation/test_python/test_pybind.py