mirror of
https://github.com/snowykami/mbcp.git
synced 2025-08-02 19:49:58 +00:00
📝 litedoc新增类继承显示,新增变量自动获取注释,新增类方法和函数的区分,新增魔术方法的特殊展示模式
This commit is contained in:
16
tests/test_doc_translator.py
Normal file
16
tests/test_doc_translator.py
Normal 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"))
|
Reference in New Issue
Block a user