Module src.main.python.micropython

Expand source code
# STUB: do NOT upload to the ESP, it's used to run the tests
def alloc_emergency_exception_buf():
    """stub method."""


def const(self):
    return 20000


def heap_lock():
    """stub method."""


def heap_unlock():
    """stub method."""


def kbd_intr():
    """stub method."""


def mem_info():
    """stub method."""


def opt_level():
    """stub method."""


def qstr_info():
    """stub method."""


def schedule():
    """stub method."""


def stack_use():
    """stub method."""

Functions

def alloc_emergency_exception_buf()

stub method.

Expand source code
def alloc_emergency_exception_buf():
    """stub method."""
def const(self)
Expand source code
def const(self):
    return 20000
def heap_lock()

stub method.

Expand source code
def heap_lock():
    """stub method."""
def heap_unlock()

stub method.

Expand source code
def heap_unlock():
    """stub method."""
def kbd_intr()

stub method.

Expand source code
def kbd_intr():
    """stub method."""
def mem_info()

stub method.

Expand source code
def mem_info():
    """stub method."""
def opt_level()

stub method.

Expand source code
def opt_level():
    """stub method."""
def qstr_info()

stub method.

Expand source code
def qstr_info():
    """stub method."""
def schedule()

stub method.

Expand source code
def schedule():
    """stub method."""
def stack_use()

stub method.

Expand source code
def stack_use():
    """stub method."""