mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-01 22:59:53 +00:00
✨ 添加开发模式配置;新增入口文件和函数调用处理逻辑;重构文档字符串解析类
This commit is contained in:
@ -32,3 +32,7 @@ def is_coroutine_callable(call: Callable[..., Any]) -> bool:
|
||||
return False
|
||||
func_ = getattr(call, "__call__", None)
|
||||
return inspect.iscoroutinefunction(func_)
|
||||
|
||||
|
||||
def parse_function_docsring():
|
||||
pass
|
||||
|
Reference in New Issue
Block a user