mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-25 12:39:25 +01:00
rm useless
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
def dec(param1):
|
||||
print(param1)
|
||||
|
||||
def in_dec(func):
|
||||
def in_func(name):
|
||||
return func(name)
|
||||
return in_func
|
||||
return in_dec
|
||||
|
||||
|
||||
@dec("dec1")
|
||||
def aa(param):
|
||||
print(param)
|
||||
return
|
||||
|
||||
aa("heell")
|
||||
Reference in New Issue
Block a user