Coverage for src/main/python/micropython.py : 100%
Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1# STUB: do NOT upload to the ESP, it's used to run the tests
2def alloc_emergency_exception_buf():
3 """stub method."""
6def const(self):
7 return 20000
10def heap_lock():
11 """stub method."""
14def heap_unlock():
15 """stub method."""
18def kbd_intr():
19 """stub method."""
22def mem_info():
23 """stub method."""
26def opt_level():
27 """stub method."""
30def qstr_info():
31 """stub method."""
34def schedule():
35 """stub method."""
38def stack_use():
39 """stub method."""