多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
Represents a content container, i.e. a tab, within a window. Sheets may contain a View, or an image preview. | Methods | Return Value | Description | | --- | --- | --- | | id() | int | Returns a number that uniquely identifies this sheet. | | window() | [Window](https://www.sublimetext.com/docs/3/api_reference.html#sublime.Window)  \*or* None | Returns the window containing the sheet. May be None if the sheet has been closed. | | view() | [View](https://www.sublimetext.com/docs/3/api_reference.html#sublime.View) *or* None | Returns the view contained within the sheet. May be None if the sheet is an image preview, or the view has been closed. |