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 a3f42c9 commit 0394588Copy full SHA for 0394588
doc/fake__soundfile.py
@@ -1,6 +1,7 @@
1
"""Mock module for Sphinx autodoc."""
2
3
import ctypes
4
+import ctypes.util
5
6
# Monkey-patch ctypes to disable searching for libsndfile
7
ctypes.util.find_library = lambda _: NotImplemented
0 commit comments