Skip to content

Commit c79af59

Browse files
authored
Merge pull request numpy#28500 from guan404ming/stub-numpy-random-bounded-integers
TYP: stub `numpy.random._bounded_integers`
2 parents f3b9720 + 22a00a3 commit c79af59

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

numpy/random/_bounded_integers.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__all__: list[str] = []

numpy/random/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ py.install_sources(
9999
'__init__.pxd',
100100
'__init__.py',
101101
'__init__.pyi',
102+
'_bounded_integers.pyi',
102103
'_common.pxd',
103104
'_generator.pyi',
104105
'_mt19937.pyi',

0 commit comments

Comments
 (0)