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