is_blink
The is_blink attribute returns a boolean value that is True if the table is a blink table, or False if it is not.
Syntax
Parameters
This method takes no arguments.
Returns
A boolean value that is True if the table is a blink table or False if it is not.
Example
In this example we create two time tables, one with blink_table set to True and the other to False. Next, we call blink_table twice to confirm that the results are what we expect.