add comment

This commit is contained in:
Michael Carlstrom 2024-12-05 13:32:53 -05:00
parent aa74fbefd7
commit 4c263c1336

View File

@ -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