See mkdocstrings/python#340, it would be useful to check whether an attribute is a property. Currently we have to check that "property" is in the labels. That seems a bit brittle. Though I'm not yet sure what other leverage we have, except for actually adding a boolean _is_property to attribute instances.
See mkdocstrings/python#340, it would be useful to check whether an attribute is a property. Currently we have to check that "property" is in the labels. That seems a bit brittle. Though I'm not yet sure what other leverage we have, except for actually adding a boolean
_is_propertyto attribute instances.