numpy.char.multiply(a, i)
Return (a * i), that is string multiple concatenation, element-wise.
Values in i
of less than 0 are treated as 0 (which yields an empty string).
Parameters: |
|
---|---|
Returns: |
|
© 2005–2019 NumPy Developers
Licensed under the 3-clause BSD License.
https://docs.scipy.org/doc/numpy-1.17.0/reference/generated/numpy.char.multiply.html