Classes | |
class | SimplePyDerived |
Functions | |
def | test_roundtrip (cls_name) |
def | test_roundtrip_with_dict (cls_name) |
def | test_enum_pickle () |
def | test_roundtrip_simple_py_derived () |
def | test_roundtrip_simple_cpp_derived () |
def | test_pickle_simple_callable () |
def test_pickling.test_enum_pickle | ( | ) |
Definition at line 42 of file test_pickling.py.
def test_pickling.test_pickle_simple_callable | ( | ) |
Definition at line 10 of file test_pickling.py.
References getattr().
def test_pickling.test_roundtrip | ( | cls_name | ) |
Definition at line 14 of file test_pickling.py.
References getattr().
def test_pickling.test_roundtrip_simple_cpp_derived | ( | ) |
Definition at line 67 of file test_pickling.py.
References isinstance(), and setattr().
def test_pickling.test_roundtrip_simple_py_derived | ( | ) |
Definition at line 56 of file test_pickling.py.
def test_pickling.test_roundtrip_with_dict | ( | cls_name | ) |
Definition at line 29 of file test_pickling.py.
References getattr().