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.
2 parents f3b9720 + 22a00a3 commit c79af59Copy full SHA for c79af59
numpy/random/_bounded_integers.pyi
@@ -0,0 +1 @@
1
+__all__: list[str] = []
numpy/random/meson.build
@@ -99,6 +99,7 @@ py.install_sources(
99
'__init__.pxd',
100
'__init__.py',
101
'__init__.pyi',
102
+ '_bounded_integers.pyi',
103
'_common.pxd',
104
'_generator.pyi',
105
'_mt19937.pyi',
0 commit comments