Searched refs:PyObject_GetItem (Results 1 – 24 of 24) sorted by relevance
/external/python/cpython2/Modules/ |
D | operator.c | 130 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.c | 2201 value = PyObject_GetItem(dct, key); in encoder_listencode_dict()
|
D | _sre.c | 3322 index = PyObject_GetItem(self->pattern->groupindex, index); in match_getindex()
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 314 PyObject_GetItem
|
/external/python/cpython2/Objects/stringlib/ |
D | string_format.h | 258 newobj = PyObject_GetItem(obj, idx_obj); in getitem_idx() 271 newobj = PyObject_GetItem(obj, str); in getitem_str()
|
/external/python/cpython2/Include/ |
D | abstract.h | 444 PyAPI_FUNC(PyObject *) PyObject_GetItem(PyObject *o, PyObject *key);
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_composite_container.cc | 237 return PyObject_GetItem(self->child_messages, slice); in Subscript()
|
D | message.cc | 1078 function_return.reset(PyObject_GetItem(map.get(), map_key)); in CheckAndGetInteger() 2125 PyObject* extension = PyObject_GetItem( in CheckAndGetInteger()
|
/external/python/cpython2/Python/ |
D | peephole.c | 138 newconst = PyObject_GetItem(v, w); in fold_binops_on_constants()
|
D | import.c | 2883 builtins = PyObject_GetItem(globals, builtins_str); in PyImport_Import() 2900 import = PyObject_GetItem(builtins, import_str); in PyImport_Import()
|
D | ceval.c | 1539 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/ |
D | dict.rst | 203 and :c:func:`PyObject_GetItem`. If *override* is true, existing pairs in *a*
|
D | intro.rst | 275 references, like :c:func:`PyObject_GetItem` and :c:func:`PySequence_GetItem`, 452 item = PyObject_GetItem(dict, key);
|
D | object.rst | 372 .. c:function:: PyObject* PyObject_GetItem(PyObject *o, PyObject *key)
|
D | typeobj.rst | 1266 This function is used by :c:func:`PyObject_GetItem` and has the same
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 974 PyObject_GetItem:PyObject*::+1: 975 PyObject_GetItem:PyObject*:o:0: 976 PyObject_GetItem:PyObject*:key:0:
|
/external/python/cpython2/Objects/ |
D | abstract.c | 135 PyObject_GetItem(PyObject *o, PyObject *key) in PyObject_GetItem() function 2476 r = PyObject_GetItem(o, okey); 2519 v = PyObject_GetItem(o, key);
|
D | weakrefobject.c | 583 WRAP_BINARY(proxy_getitem, PyObject_GetItem) in WRAP_BINARY() argument
|
D | frameobject.c | 844 PyObject *value = PyObject_GetItem(dict, key); in dict_to_map()
|
D | descrobject.c | 709 return PyObject_GetItem(pp->dict, key); in proxy_getitem()
|
D | unicodeobject.c | 4183 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()
|
D | dictobject.c | 1654 value = PyObject_GetItem(b, key); in PyDict_Merge()
|
D | stringobject.c | 4350 args = PyObject_GetItem(dict, key); in PyString_Format()
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 91 "PyObject_GetItem"
|