Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_capi.py298 self.assertListEqual(_testcapi.get_mapping_items(mapping),
304 self.assertRaises(AttributeError, _testcapi.get_mapping_items, None)
316 self.assertRaises(TypeError, _testcapi.get_mapping_items, bad_mapping)
/external/python/cpython3/Modules/
D_testcapimodule.c4486 get_mapping_items(PyObject* self, PyObject *obj) in get_mapping_items() function
4802 {"get_mapping_items", get_mapping_items, METH_O},