pybind11/tests/test_class_sh_disowning_mi.py
Ralf W. Grosse-Kunstleve 1ea3855b22 Reducing 1.
2024-07-09 20:29:58 -07:00

14 lines
219 B
Python

from __future__ import annotations
import env # noqa: F401
from pybind11_tests import class_sh_disowning_mi as m
def test_disown_d():
d = m.D()
m.disown_b(d)
def test_shptr_copy():
m.test_ShPtr_copy()