📝 litedoc新增类继承显示,新增变量自动获取注释,新增类方法和函数的区分,新增魔术方法的特殊展示模式

This commit is contained in:
2024-08-28 22:07:43 +08:00
parent de42d34e38
commit c6ab7f34e9
82 changed files with 9965 additions and 683 deletions

View File

@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
"""
Copyright (C) 2020-2024 LiteyukiStudio. All Rights Reserved
@Time : 2024/8/29 下午12:06
@Author : snowykami
@Email : snowykami@outlook.com
@File : test_doc_translator.py
@Software: PyCharm
"""
from litedoc.translator import translate
def test():
print(translate("Hello, world!", "Chinese", "English"))