chiark / gitweb /
documentation/python: clean up and fix property doc extraction.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 15 Sep 2019 15:57:20 +0000 (17:57 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 15 Sep 2019 19:51:35 +0000 (21:51 +0200)
commit04ff378fac34af5f7c51b2cf445c183e1dbb3e4b
tree6966de3683014b3464d8a967723254047f59bd5f
parent17f89febfd7561530dc6039a57c247d3573c6841
documentation/python: clean up and fix property doc extraction.

Now it's no early returns, making the docstring parsing less
duplicated, and also fixing the problem with slots/attrs/getset things
not being exposed to search.
documentation/python.py
documentation/test_python/test_search.py