Home
last modified time | relevance | path

Searched refs:_PyDict_Pop (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Include/cpython/
H A Ddictobject.h56 PyAPI_FUNC(PyObject *) _PyDict_Pop(PyObject *, PyObject *, PyObject *);
/third_party/python/Modules/
H A D_threadmodule.c863 PyObject *v = _PyDict_Pop(tstate->dict, self->key, Py_None); in local_clear()
H A Dsocketmodule.c378 PyObject *v = _PyDict_Pop(dict, flag_name, Py_None); in remove_unusable_flags()
/third_party/python/Python/
H A Dsysmodule.c111 v = _PyDict_Pop(sd, key, Py_None); in sys_set_object()
H A Dimport.c642 PyObject *mod = _PyDict_Pop(modules, name, Py_None); in remove_module()
/third_party/python/Objects/
H A Ddictobject.c2244 _PyDict_Pop(PyObject *dict, PyObject *key, PyObject *deflt) in _PyDict_Pop() function
3438 return _PyDict_Pop((PyObject*)self, key, default_value); in dict_pop_impl()

Completed in 27 milliseconds