#include <stdbool.h>
#include <string.h>
#include <assert.h>
#include "py/runtime.h"
#include "py/bc0.h"
#include "py/bc.h"
Go to the source code of this file.
◆ DEBUG_PRINT
Definition at line 39 of file bc.c.
◆ DEBUG_printf
#define DEBUG_printf |
( |
|
... | ) |
(void)0 |
Definition at line 40 of file bc.c.
◆ dump_args
#define dump_args |
( |
|
... | ) |
(void)0 |
Definition at line 100 of file bc.c.
◆ fun_pos_args_mismatch()
Definition at line 73 of file bc.c.
◆ mp_decode_uint()
Definition at line 43 of file bc.c.
◆ mp_decode_uint_skip()
const byte* mp_decode_uint_skip |
( |
const byte * |
ptr | ) |
|
Definition at line 67 of file bc.c.
◆ mp_decode_uint_value()
Definition at line 61 of file bc.c.
◆ mp_setup_code_state()
Definition at line 108 of file bc.c.