Searched refs:builtin_delattr (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Python/clinic/ |
D | bltinmodule.c.h | 397 {"delattr", (PyCFunction)builtin_delattr, METH_FASTCALL, builtin_delattr__doc__}, 403 builtin_delattr(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in builtin_delattr() function
|
/external/python/cpython2/Python/ |
D | bltinmodule.c | 1168 builtin_delattr(PyObject *self, PyObject *args) in builtin_delattr() function 2637 {"delattr", builtin_delattr, METH_VARARGS, delattr_doc},
|