Home
last modified time | relevance | path

Searched defs:ob_type (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dcopy_reg.py14 def pickle(ob_type, pickle_function, constructor_ob=None): argument
/external/python/cpython3/Lib/
Dcopyreg.py12 def pickle(ob_type, pickle_function, constructor_ob=None): argument
/external/python/cpython3/Include/
Dobject.h108 PyTypeObject *ob_type; member