datatable.Type.is_object

Added in version 1.1.0

Test whether this type belongs to the category of “object” types. This property returns True for obj64 type only.

Parameters

return
bool

Examples

dt.Type.obj64.is_object
True
dt.Type.void.is_object
False
dt.Type.int8.is_object
False