mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-28 22:02:43 +00:00
add comment
This commit is contained in:
parent
aa74fbefd7
commit
4c263c1336
@ -186,7 +186,7 @@ public:
|
|||||||
/// Get or set the object's docstring, i.e. ``obj.__doc__``.
|
/// Get or set the object's docstring, i.e. ``obj.__doc__``.
|
||||||
str_attr_accessor doc() const;
|
str_attr_accessor doc() const;
|
||||||
|
|
||||||
// TODO: Make read only?
|
/// Get or set the object's annotations, i.e. ``obj.__annotations``.
|
||||||
str_attr_accessor annotations() const;
|
str_attr_accessor annotations() const;
|
||||||
|
|
||||||
/// Return the object's current reference count
|
/// Return the object's current reference count
|
||||||
|
Loading…
Reference in New Issue
Block a user