Tabpage Class

class pynvim.api.Tabpage(session: Nvim, code_data: Tuple[int, Any])[source]

A remote Nvim tabpage.

property number: int

Get the tabpage number.

property valid: bool

Return True if the tabpage still exists.

property window: Window

Get the Window currently focused on the tabpage.