We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2241892 commit 4be50feCopy full SHA for 4be50fe
include/pybind11/pytypes.h
@@ -116,7 +116,7 @@ class object_api : public pyobject_tag {
116
/** \rst
117
Similar to the above attr functions with the difference that the templated Type
118
is used to set the `__annotations__` dict value to the corresponding key. Worth noting
119
- that attr_with_type_hint is implemented in cast.h
+ that attr_with_type_hint is implemented in cast.h.
120
\endrst */
121
template <typename T>
122
obj_attr_accessor attr_with_type_hint(handle key) const;
0 commit comments