You are viewing an older version (2.4.3). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.4.3 / numpy / _core / strings / _get_num_chars

function

numpy._core.strings:_get_num_chars

source: /numpy/_core/strings.py :99

Signature

def   _get_num_chars ( a )

Summary

Helper function that returns the number of characters per field in a string or unicode array. This is to abstract out the fact that for a unicode array this is itemsize / 4.

Aliases

  • numpy._core.strings._get_num_chars