优化测试子项textarea
This commit is contained in:
17
cdTMP/test.py
Normal file
17
cdTMP/test.py
Normal 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]
|
||||
Reference in New Issue
Block a user