This is a pre-release version (latest). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy latest / numpy / _core / strings / _clean_args

function

numpy._core.strings:_clean_args

source: build-install/usr/lib/python3.14/site-packages/numpy/_core/strings.py :127

Signature

def   _clean_args ( * args )

Summary

Helper function for delegating arguments to Python string functions.

Extended Summary

Many of the Python string operations that have optional arguments do not use 'None' to indicate a default value. In these cases, we need to remove all None arguments, and those following them.

Aliases

  • numpy._core.strings._clean_args