bundles / numpy 2.4.3 / numpy / _core / strings / _clean_args
function
numpy._core.strings:_clean_args
source: /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