Closed
Description
Language
- Support
__getattr()__
__setattr()__
__setattribute()__
magic method. #222 - Run callback() only when main thread of pika is READY #202
- 字符输入问题 | 支持左右键移动 REPL 光标 #271
- Support return val from event #270
- Support multiline Define Method in
pyi
#224 - Save RAM space for VM stack #225
- Optimize time spend for string slice #226
- Support object pool to add speed for malloc/free #261
- Support run file by serial in ram #263
- Binding C module in const struct with sorted hash #264
- Support multi-module import like
import a, b, c
#265 - Support import *.py.o bytecode file #266
- Support download file to file system by REPL #267
- Use u32 size info inner *.py.o #268
- Support run bytecode file from REPL #269
- Auto save bytecode. #275
- Support load default from pos arg #276
- Support pika app, combine bytecode and resource file(image/other). #277
- Support
*vars, **kws
unpack #281 - Support
def test(a,b), test(b=1, a=2)
#280
Lib
- Support
insert()
delete()
forlist
#223 - Support
eval()
#228 -
input()
builtin #262 - Support
help("modules")
#272 - Add stddevice_hal c lib for device modules. #278