Lines Matching refs:dict
13496 /* x must be a dict */
13499 "to maketrans it must be a dict");
13502 /* copy entries into the new dict, converting string keys to int keys */
14326 PyObject *dict;
14707 if (ctx->dict == NULL) {
14738 ctx->args = PyObject_GetItem(ctx->dict, key);
15176 if (ctx->dict && (ctx->argidx < ctx->arglen)) {
15217 ctx.dict = args;
15219 ctx.dict = NULL;
15248 if (ctx.argidx < ctx.arglen && !ctx.dict) {
15542 it in the interned dict might do. */
15576 /* The two references in interned dict (key and value) are not counted by
15617 // interned dict is shared by all interpreters
15628 interned dict. */