Searched refs:pickle_function (Results 1 – 2 of 2) sorted by relevance
14 def pickle(ob_type, pickle_function, constructor_ob=None): argument18 if not hasattr(pickle_function, '__call__'):20 dispatch_table[ob_type] = pickle_function
12 def pickle(ob_type, pickle_function, constructor_ob=None): argument13 if not callable(pickle_function):15 dispatch_table[ob_type] = pickle_function