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 f4df0e9 commit 8876b9aCopy full SHA for 8876b9a
doc/source/development/extending.rst
@@ -161,6 +161,8 @@ Implement the following:
161
162
``_validate_searchsorted_value``
163
Convert a value for use in searching for a value in the backing NumPy array.
164
+ Note: in most cases, the implementation can be identical to that of
165
+ ``_validate_setitem_value``.
166
167
.. code-block:: python
168
@@ -196,7 +198,7 @@ Implement the following:
196
198
197
199
200
To support 2D arrays, use the ``_from_backing_data`` helper function when a
-method is called on multi-dimensional data.
201
+method is called on multi-dimensional data of the same dtype as ``_ndarray``.
202
203
204
0 commit comments