circuitpython/shared/runtime/context_manager_helpers.h
2024-05-19 20:40:44 -04:00

11 lines
288 B
C

// This file is part of the CircuitPython project: https://circuitpython.org
//
// SPDX-FileCopyrightText: Copyright (c) 2017 Scott Shawcroft for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#pragma once
#include "py/obj.h"
MP_DECLARE_CONST_FUN_OBJ_1(default___enter___obj);