Tabpage Class

class pynvim.api.Tabpage(*args)[source]

A remote Nvim tabpage.

number

Get the tabpage number.

valid

Return True if the tabpage still exists.

window

Get the Window currently focused on the tabpage.