Home
last modified time | relevance | path

Searched refs:constructor_ob (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dcopy_reg.py14 def pickle(ob_type, pickle_function, constructor_ob=None): argument
24 if constructor_ob is not None:
25 constructor(constructor_ob)
/external/python/cpython3/Lib/
Dcopyreg.py12 def pickle(ob_type, pickle_function, constructor_ob=None): argument
19 if constructor_ob is not None:
20 constructor(constructor_ob)