MCPcopy Index your code
hub / github.com/numpy/numpy / finalize_array_function_like

Function finalize_array_function_like

numpy/_core/overrides.py:30–32  ·  view source on GitHub ↗
(public_api)

Source from the content-addressed store, hash-verified

28 return docstring.replace("${ARRAY_FUNCTION_LIKE}", array_function_like_doc)
29
30def finalize_array_function_like(public_api):
31 public_api.__doc__ = get_array_function_like_doc(public_api)
32 return public_api
33
34
35add_docstring(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…