chiark / gitweb /
documentation/python: properly handle inspection of slot properties.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 14 Jul 2019 15:49:39 +0000 (17:49 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 14 Jul 2019 17:19:44 +0000 (19:19 +0200)
commit14c2dac74d141e4909ff10934506ff906f4c6b72
tree0199cbfc90fd6214b3f885e2fcf0dd97f22d9b36
parent5d4f6b4514a60966eeebb63f74782111863e67c6
documentation/python: properly handle inspection of slot properties.

There's no fget/fset/fdel for those and we also can't __doc__ them.
13 files changed:
documentation/python.py
documentation/test_python/inspect_annotations/inspect_annotations.FooSlots.html [new file with mode: 0644]
documentation/test_python/inspect_annotations/inspect_annotations.html
documentation/test_python/inspect_annotations/inspect_annotations.py
documentation/test_python/inspect_string/classes.html
documentation/test_python/inspect_string/inspect_string.FooSlots.html [new file with mode: 0644]
documentation/test_python/inspect_string/inspect_string.html
documentation/test_python/inspect_string/inspect_string/__init__.py
documentation/test_python/inspect_type_links/inspect_type_links.second.FooSlots.html [new file with mode: 0644]
documentation/test_python/inspect_type_links/inspect_type_links.second.FooSlotsInvalid.html [new file with mode: 0644]
documentation/test_python/inspect_type_links/inspect_type_links.second.html
documentation/test_python/inspect_type_links/inspect_type_links/second.py
documentation/test_python/test_inspect.py