Home
last modified time | relevance | path

Searched refs:PyObject_GetItem (Results 1 – 24 of 24) sorted by relevance

/external/python/cpython2/Modules/
Doperator.c130 spam2(op_getitem , PyObject_GetItem) in spami()
519 return PyObject_GetItem(obj, ig->item); in itemgetter_call()
531 val = PyObject_GetItem(obj, item); in itemgetter_call()
D_json.c2201 value = PyObject_GetItem(dct, key); in encoder_listencode_dict()
D_sre.c3322 index = PyObject_GetItem(self->pattern->groupindex, index); in match_getindex()
/external/python/cpython2/PC/os2vacpp/
Dpython.def314 PyObject_GetItem
/external/python/cpython2/Objects/stringlib/
Dstring_format.h258 newobj = PyObject_GetItem(obj, idx_obj); in getitem_idx()
271 newobj = PyObject_GetItem(obj, str); in getitem_str()
/external/python/cpython2/Include/
Dabstract.h444 PyAPI_FUNC(PyObject *) PyObject_GetItem(PyObject *o, PyObject *key);
/external/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc237 return PyObject_GetItem(self->child_messages, slice); in Subscript()
Dmessage.cc1078 function_return.reset(PyObject_GetItem(map.get(), map_key)); in CheckAndGetInteger()
2125 PyObject* extension = PyObject_GetItem( in CheckAndGetInteger()
/external/python/cpython2/Python/
Dpeephole.c138 newconst = PyObject_GetItem(v, w); in fold_binops_on_constants()
Dimport.c2883 builtins = PyObject_GetItem(globals, builtins_str); in PyImport_Import()
2900 import = PyObject_GetItem(builtins, import_str); in PyImport_Import()
Dceval.c1539 x = PyObject_GetItem(v, w); in PyEval_EvalFrameEx()
2309 x = PyObject_GetItem(v, w); in PyEval_EvalFrameEx()
4733 PyObject *res = PyObject_GetItem(u, slice); in apply_slice()
/external/python/cpython2/Doc/c-api/
Ddict.rst203 and :c:func:`PyObject_GetItem`. If *override* is true, existing pairs in *a*
Dintro.rst275 references, like :c:func:`PyObject_GetItem` and :c:func:`PySequence_GetItem`,
452 item = PyObject_GetItem(dict, key);
Dobject.rst372 .. c:function:: PyObject* PyObject_GetItem(PyObject *o, PyObject *key)
Dtypeobj.rst1266 This function is used by :c:func:`PyObject_GetItem` and has the same
/external/python/cpython2/Doc/data/
Drefcounts.dat974 PyObject_GetItem:PyObject*::+1:
975 PyObject_GetItem:PyObject*:o:0:
976 PyObject_GetItem:PyObject*:key:0:
/external/python/cpython2/Objects/
Dabstract.c135 PyObject_GetItem(PyObject *o, PyObject *key) in PyObject_GetItem() function
2476 r = PyObject_GetItem(o, okey);
2519 v = PyObject_GetItem(o, key);
Dweakrefobject.c583 WRAP_BINARY(proxy_getitem, PyObject_GetItem) in WRAP_BINARY() argument
Dframeobject.c844 PyObject *value = PyObject_GetItem(dict, key); in dict_to_map()
Ddescrobject.c709 return PyObject_GetItem(pp->dict, key); in proxy_getitem()
Dunicodeobject.c4183 x = PyObject_GetItem(mapping, w); in PyUnicode_DecodeCharmap()
4530 x = PyObject_GetItem(mapping, w); in charmapencode_lookup()
4949 x = PyObject_GetItem(mapping, w); in charmaptranslate_lookup()
8468 args = PyObject_GetItem(dict, key); in PyUnicode_Format()
Ddictobject.c1654 value = PyObject_GetItem(b, key); in PyDict_Merge()
Dstringobject.c4350 args = PyObject_GetItem(dict, key); in PyString_Format()
/external/python/cpython2/PC/os2emx/
Dpython27.def91 "PyObject_GetItem"