Home | History | Annotate | Download | only in Python

Lines Matching refs:PyDict_DelItem

391             if (PyDict_DelItem(bound, name) < 0)
401 if (PyDict_DelItem(global, name) < 0)
471 if (PyDict_DelItem(free, name) < 0)