Functions | |
| def | test_custom_caster_destruction () |
| def | test_custom_caster_other_lib () |
| def | test_noconvert_args (msg) |
| def test_custom_type_casters.test_custom_caster_destruction | ( | ) |
Tests that returning a pointer to a type that gets converted with a custom type caster gets destroyed when the function has py::return_value_policy::take_ownership policy applied.
Definition at line 97 of file test_custom_type_casters.py.
| def test_custom_type_casters.test_custom_caster_other_lib | ( | ) |
Definition at line 123 of file test_custom_type_casters.py.
| def test_custom_type_casters.test_noconvert_args | ( | msg | ) |
Definition at line 8 of file test_custom_type_casters.py.