2014-01-16 12:13:30 -05:00
|
|
|
# micropython module placeholder for CPython
|
|
|
|
|
|
|
|
# Dummy function decorators
|
|
|
|
|
2020-02-26 23:36:53 -05:00
|
|
|
|
2014-01-16 12:13:30 -05:00
|
|
|
def nodecor(x):
|
|
|
|
return x
|
|
|
|
|
2020-02-26 23:36:53 -05:00
|
|
|
|
2014-05-10 05:36:38 -04:00
|
|
|
bytecode = native = viper = nodecor
|