"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "e68ec18ce224af879f22d904c7505a765fb77de3"
Commit 3eeea6fa authored by Wenzel Jakob's avatar Wenzel Jakob
Browse files

docs: point out limitations of implicit conversions

parent f53e300f
...@@ -617,6 +617,11 @@ Python side: ...@@ -617,6 +617,11 @@ Python side:
py::implicitly_convertible<A, B>(); py::implicitly_convertible<A, B>();
.. note::
Implicit conversions from ``A`` to ``B`` only work when ``B`` is a custom
data type that is exposed to Python via pybind11.
.. _static_properties: .. _static_properties:
Static properties Static properties
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment