Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dbltinmodule.c.h397 {"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/
Dbltinmodule.c1168 builtin_delattr(PyObject *self, PyObject *args) in builtin_delattr() function
2637 {"delattr", builtin_delattr, METH_VARARGS, delattr_doc},