Lines Matching refs:get
918 PyObject *get = NULL;
919 // We use the two argument form of map.get(key, default) for two reasons:
920 // - Atomically check for a key and get its value without error handling.
923 int meth_found = _PyObject_GetMethod(map, &_Py_ID(get), &get);
924 if (get == NULL) {
953 value = PyObject_Vectorcall(get, args, 3, NULL);
956 value = PyObject_Vectorcall(get, &args[1], 2, NULL);
974 Py_DECREF(get);
979 Py_XDECREF(get);
6571 /* Not something you can raise. You get an exception
7156 /* Convenience function to get a builtin from its name */
7705 * to get 'keys' attribute) instead of