micropython.py 141 B

12345678
  1. # micropython module placeholder for CPython
  2. # Dummy function decorators
  3. def nodecor(x):
  4. return x
  5. bytecode = native = viper = nodecor