summaryrefslogtreecommitdiff
path: root/numpy/typing/_array_like.py
diff options
context:
space:
mode:
authorMaia Kaplan <maia.kaplan@mail.mcgill.ca>2020-11-29 15:29:37 -0800
committerMaia Kaplan <maia.kaplan@mail.mcgill.ca>2020-12-04 08:42:26 -0800
commitb86408552e823a8d2cdc5db9c3a89560b3c462ab (patch)
tree253a0d6597a026bfdb682cb674841d9ea4112946 /numpy/typing/_array_like.py
parentb88b2c0c19851810d4ee07f03a7734b6e19dbdaa (diff)
downloadnumpy-b86408552e823a8d2cdc5db9c3a89560b3c462ab.tar.gz
BUG: np.arange: As only kwarg, allow `stop` and disallow `start`. (gh-17764)
* This matches args behaviour. * Avoids `arange(start=4)` from returning a range from 0 to 4 * Allows `arange(stop=4)` to run without error, to return range from 0 to 4
Diffstat (limited to 'numpy/typing/_array_like.py')
0 files changed, 0 insertions, 0 deletions