Home
last modified time | relevance | path

Searched refs:PyMapping_DelItem (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/
H A Dabstract.h809 int PyMapping_DelItem(PyObject *o, PyObject *key);
815 #define PyMapping_DelItem(O,K) PyObject_DelItem((O),(K)) macro
/third_party/python/Python/
H A Dimport.c431 PyMapping_DelItem(modules, name); in _PyImport_FixupExtensionObject()
539 PyMapping_DelItem(modules, name); in import_find_extension()
645 else if (PyMapping_DelItem(modules, name) < 0) { in remove_module()

Completed in 5 milliseconds