ak._util.isstr¶
Defined in awkward._util on line 60.
- ak._util.isstr(x)¶
Returns True if and only if ``x``
is a string. Mostly needed for Python 2
compatibility in the past, but still mirrors isnum.
Defined in awkward._util on line 60.
Returns True if and only if ``x``
is a string. Mostly needed for Python 2
compatibility in the past, but still mirrors isnum.