You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
21 lines
137 B
Python
21 lines
137 B
Python
@d
|
|
def f():
|
|
pass
|
|
|
|
@d
|
|
@e
|
|
def g():
|
|
pass
|
|
|
|
@d.e.f
|
|
def h():
|
|
pass
|
|
|
|
@d(a + 1)
|
|
def i():
|
|
pass
|
|
|
|
@d(a + 1, b + 2)
|
|
def i():
|
|
pass
|