pybind11/tests/test_ccccccccccccccccccccc.py
Ralf W. Grosse-Kunstleve 7e1eced440 test_ccccccccccccccccccccc
2024-07-09 20:51:06 -07:00

14 lines
219 B
Python

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()