2014-01-16 19:13:30 +02:00
|
|
|
# micropython module placeholder for CPython
|
|
|
|
|
|
|
|
# Dummy function decorators
|
|
|
|
|
2020-02-27 15:36:53 +11:00
|
|
|
|
2014-01-16 19:13:30 +02:00
|
|
|
def nodecor(x):
|
|
|
|
return x
|
|
|
|
|
2020-02-27 15:36:53 +11:00
|
|
|
|
2014-05-10 10:36:38 +01:00
|
|
|
bytecode = native = viper = nodecor
|