MCPcopy Create free account
hub / github.com/apache/arrow / is_unicode

Function is_unicode

python/pyarrow/types.py:308–316  ·  view source on GitHub ↗

Alias for {method}. Parameters ---------- t : DataType

(t)

Source from the content-addressed store, hash-verified

306
307@doc(method="is_string")
308def is_unicode(t):
309 """
310 Alias for {method}.
311
312 Parameters
313 ----------
314 t : DataType
315 """
316 return is_string(t)
317
318
319@doc(is_null, datatype="string (utf8 unicode)")

Callers

nothing calls this directly

Calls 1

is_stringFunction · 0.70

Tested by

no test coverage detected