cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Functions
test_pickling Namespace Reference

Functions

def test_roundtrip (cls_name)
 
def test_roundtrip_with_dict (cls_name)
 
def test_enum_pickle ()
 

Function Documentation

◆ test_enum_pickle()

def test_pickling.test_enum_pickle ( )

Definition at line 43 of file test_pickling.py.

◆ test_roundtrip()

def test_pickling.test_roundtrip (   cls_name)

Definition at line 15 of file test_pickling.py.

◆ test_roundtrip_with_dict()

def test_pickling.test_roundtrip_with_dict (   cls_name)

Definition at line 30 of file test_pickling.py.