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