#include <stdlib.h>
#include "py/runtime.h"
Go to the source code of this file.
◆ mp_obj_bool_t
◆ bool_binary_op()
◆ bool_make_new()
◆ bool_print()
◆ bool_unary_op()
◆ mp_const_false_obj
◆ mp_const_true_obj
◆ mp_type_bool
Initial value:= {
}
STATIC mp_obj_t bool_unary_op(mp_unary_op_t op, mp_obj_t o_in)
STATIC void bool_print(const mp_print_t *print, mp_obj_t self_in, mp_print_kind_t kind)
STATIC mp_obj_t bool_make_new(const mp_obj_type_t *type_in, size_t n_args, size_t n_kw, const mp_obj_t *args)
STATIC mp_obj_t bool_binary_op(mp_binary_op_t op, mp_obj_t lhs_in, mp_obj_t rhs_in)
const mp_obj_type_t mp_type_type
Definition at line 77 of file objbool.c.