Searched refs:func_set_code (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Objects/ |
D | funcobject.c | 234 func_set_code(PyFunctionObject *op, PyObject *value) in func_set_code() function 331 {"func_code", (getter)func_get_code, (setter)func_set_code}, 332 {"__code__", (getter)func_get_code, (setter)func_set_code},
|
/external/python/cpython3/Objects/ |
D | funcobject.c | 252 func_set_code(PyFunctionObject *op, PyObject *value, void *Py_UNUSED(ignored)) in func_set_code() function 408 {"__code__", (getter)func_get_code, (setter)func_set_code},
|