批量生成函数注释
This commit is contained in:
@@ -157,9 +157,10 @@ def 解析一个C项目的头文件(txt, top_p, temperature, chatbot, history, s
|
||||
|
||||
def get_crazy_functionals():
|
||||
from crazy_functions.读文章写摘要 import 读文章写摘要
|
||||
from crazy_functions.生成函数注释 import 批量生成函数注释
|
||||
|
||||
return {
|
||||
"[实验功能] 请解析并解构此项目本身": {
|
||||
"Color": "stop", # 按钮颜色
|
||||
"Function": 解析项目本身
|
||||
},
|
||||
"[实验功能] 解析整个Python项目(input输入项目根路径)": {
|
||||
@@ -174,6 +175,10 @@ def get_crazy_functionals():
|
||||
"Color": "stop", # 按钮颜色
|
||||
"Function": 读文章写摘要
|
||||
},
|
||||
"[实验功能] 批量生成函数注释(input输入项目根路径)": {
|
||||
"Color": "stop", # 按钮颜色
|
||||
"Function": 批量生成函数注释
|
||||
},
|
||||
"[实验功能] 高阶功能模板函数": {
|
||||
"Color": "stop", # 按钮颜色
|
||||
"Function": 高阶功能模板函数
|
||||
|
||||
Reference in New Issue
Block a user