优化测试子项textarea

This commit is contained in:
2024-09-27 19:14:00 +08:00
parent 7d594e0ec1
commit 17538f0485
5 changed files with 142 additions and 101 deletions

17
cdTMP/test.py Normal file
View File

@@ -0,0 +1,17 @@
def myB():
pass
class A:
def __init__(self) -> None:
pass
def passed(self):
return "ok"
def myA():
pass
def index():
print("very ok")
lis: list = ["1", 2, "3", 4]