This is documentation for an old release of NumPy (version 1.4.). Read this page in the documentation of the latest stable release (version > 1.17).
Return (a % i), that is pre-Python 2.6 string formatting (iterpolation), element-wise for a pair of array_likes of str or unicode.
Parameters: | a : array_like of str or unicode values : array_like of values
|
---|---|
Returns: | out : ndarray
|
See also
str.__mod__