is_open property
Use this to know if the Eyes instance is currently open.
Syntax
value = eyes.is_open # type is bool
Type:bool
Return True if the Eyes.open method has been called on an eyes instance, and Eyes.close, Eyes.abort or Eyes.abort_if_not_closed have not yet been called.