Skip to content

lib/py#3

Merged
xushiwei merged 1 commit into
goplus:mainfrom
xushiwei:q
Apr 2, 2025
Merged

lib/py#3
xushiwei merged 1 commit into
goplus:mainfrom
xushiwei:q

Conversation

@xushiwei

@xushiwei xushiwei commented Apr 2, 2025

Copy link
Copy Markdown
Member

No description provided.

Comment thread py/std/gen.go

// Return the dictionary containing the current scope's global variables.
//
// NOTE: Updates to this dictionary *will* affect name lookups in the current

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A Note is recommended to use "MARKER(uid): note body" format.

Details

lint 解释

这个lint结果提示你建议使用“MARKER(uid): note body”格式来编写注释。这意味着在代码中添加注释时,应该遵循这种特定的格式,以便于识别和理解。

错误用法

以下是一个错误的注释示例:

// 这是一个错误的注释格式

正确用法

以下是一个正确的注释示例:

// MARKER(12345): 这是一个正确的注释格式,包含一个唯一的标识符和注释内容。

💡 以上内容由 AI 辅助生成,如有疑问欢迎反馈交流

Comment thread py/std/gen.go

// Return a dictionary containing the current scope's local variables.
//
// NOTE: Whether or not updates to this dictionary will affect name lookups in

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A Note is recommended to use "MARKER(uid): note body" format.

Details

lint 解释

这个lint结果提示你建议使用“MARKER(uid): note body”格式来编写注释。这意味着在代码中添加注释时,应该遵循这种特定的格式,以便于识别和理解。

错误用法

以下是一个错误的注释示例:

// 这是一个错误的注释格式

正确用法

以下是一个正确的注释示例:

// MARKER(12345): 这是一个正确的注释格式,包含一个唯一的标识符和注释内容。

💡 以上内容由 AI 辅助生成,如有疑问欢迎反馈交流

@xushiwei xushiwei merged commit 4d8b747 into goplus:main Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant