Home
last modified time | relevance | path

Searched refs:getitem (Results 26 - 30 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/jinja2/
H A Denvironment.py449 def getitem(self, obj, argument): member in Environment
468 Unlike :meth:`getitem` the attribute *must* be a bytestring.
/third_party/python/Python/
H A Dceval.c2244 PyObject *cached = ((PyHeapTypeObject *)tp)->_spec_cache.getitem;
2246 PyFunctionObject *getitem = (PyFunctionObject *)cached; local
2247 DEOPT_IF(getitem->func_version != cache->func_version, BINARY_SUBSCR);
2248 PyCodeObject *code = (PyCodeObject *)getitem->func_code;
2256 Py_INCREF(getitem);
2257 _PyFrame_InitializeSpecials(new_frame, getitem,
H A Dspecialize.c1246 ((PyHeapTypeObject *)container_type)->_spec_cache.getitem = descriptor; in _Py_Specialize_BinarySubscr()
/third_party/jinja2/
H A Denvironment.py461 def getitem( member in Environment
482 Unlike :meth:`getitem` the attribute *must* be a string.
/third_party/python/Lib/test/
H A Dtest_sys.py344 self.assertRaises(IndexError, operator.getitem, v, 5)

Completed in 18 milliseconds

12