From 4c263c13360849a69d18747f0c2f84547ef8bd42 Mon Sep 17 00:00:00 2001 From: Michael Carlstrom Date: Thu, 5 Dec 2024 13:32:53 -0500 Subject: [PATCH] add comment --- include/pybind11/pytypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pybind11/pytypes.h b/include/pybind11/pytypes.h index 93c703326..965b12c7e 100644 --- a/include/pybind11/pytypes.h +++ b/include/pybind11/pytypes.h @@ -186,7 +186,7 @@ public: /// Get or set the object's docstring, i.e. ``obj.__doc__``. 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; /// Return the object's current reference count