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 47a599a commit ca409f4Copy full SHA for ca409f4
scipy/ndimage/_ndimage_api.py
@@ -12,4 +12,4 @@
12
from ._measurements import * # noqa: F403
13
from ._morphology import * # noqa: F403
14
15
-__all__ = [s for s in dir() if not s.startswith('_')]
+__all__ = [s for s in dir() if not s.startswith(('_', '@'))]
0 commit comments