8000
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 705b7fd commit fd16b06Copy full SHA for fd16b06
numpy/ctypeslib.py
@@ -123,7 +123,7 @@ def load_library(libname, loader_path):
123
Examples
124
--------
125
>>> np.ctypeslib.load_library('_multiarray_umath', np.core._multiarray_umath.__file__)
126
- <CDLL '/Users/linussommer/miniconda3/lib/python3.11/site-packages/numpy/core/_multiarray_umath.cpython-311-darwin.so', handle 7ff9062ef010 at 0x108414c50>
+ <CDLL '/python3.11/site-packages/numpy/core/_multiarray_umath.cpython-311-darwin.so', handle 7ff9062ef0 4747 10 at 0x108414c50>
127
"""
128
# Convert path-like objects into strings
129
libname = os.fsdecode(libname)
0 commit comments