Commit 807cd5fa authored by chris's avatar chris

initial checkin

parent 67c7377c
dispatch_table = {}
safe_constructors = {}
def pickle(ob_type, pickle_function, constructor_ob = None):
dispatch_table[ob_type] = pickle_function
if (constructor_ob is not None):
constructor(constructor_ob)
def constructor(object):
safe_constructors[object] = 1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment