is_text_block method

is_text_block()

Check whether this item is a text block.

Returns

If it is a text block, return ture; otherwise false.

def is_text_block(self):
    ...

See Also