Public instance methods
IDictionary<object, object> set_and_validate_functions(object function_dict)
object set_and_validate_functions_dyn(object function_dict)
IDictionary<object, object> set_and_validate_objects(object object_dict)
object set_and_validate_objects_dyn(object object_dict)
Public static methods
object new_dyn(object obj)
PythonClassContainer with_attributes(string name, IEnumerable<object> checkpointable_objects, IEnumerable<object> functions, IEnumerable<PythonClassContainer> copy_from)
object with_attributes_dyn(object name, object checkpointable_objects, object functions, object copy_from)
Public properties
IDictionary<object, object> checkpointable_objects get;
object checkpointable_objects_dyn get;
IDictionary<object, object> functions get;
object functions_dyn get;
IDictionary<object, object> functions_to_serialize get;
object functions_to_serialize_dyn get;
IDictionary<string, AutoTrackable> objects_to_serialize get;
object objects_to_serialize_dyn get;