Searched refs:constructor_ob (Results 1 – 2 of 2) sorted by relevance
14 def pickle(ob_type, pickle_function, constructor_ob=None): argument24 if constructor_ob is not None:25 constructor(constructor_ob)
12 def pickle(ob_type, pickle_function, constructor_ob=None): argument19 if constructor_ob is not None:20 constructor(constructor_ob)