mirror of
https://github.com/pybind/pybind11.git
synced 2025-01-19 01:15:52 +00:00
line up comment
This commit is contained in:
parent
fe04344bb0
commit
988c0396ff
@ -116,8 +116,8 @@ public:
|
|||||||
/** \rst
|
/** \rst
|
||||||
Similar to the above attr functions with the difference that the templated Type
|
Similar to the above attr functions with the difference that the templated Type
|
||||||
is used to set the `__annotations__` dict value to the corresponding key. Worth nothing
|
is used to set the `__annotations__` dict value to the corresponding key. Worth nothing
|
||||||
that attr_with_type_hint is implemented in cast.h
|
that attr_with_type_hint is implemented in cast.h
|
||||||
\endrst */
|
\endrst */
|
||||||
template <typename T>
|
template <typename T>
|
||||||
obj_attr_accessor attr_with_type_hint(handle key) const;
|
obj_attr_accessor attr_with_type_hint(handle key) const;
|
||||||
template <typename T>
|
template <typename T>
|
||||||
|
Loading…
Reference in New Issue
Block a user