pybind11/tests/test_ccccccccccccccccccccc.py

14 lines
219 B
Python
Raw Normal View History

2024-07-10 03:46:20 +00:00
from __future__ import annotations
import env # noqa: F401
from pybind11_tests import ccccccccccccccccccccc as m
def test_disown_d():
d = m.D()
m.disown_b(d)
def test_shptr_copy():
m.test_ShPtr_copy()