Home | History | Annotate | Download | only in Include

Lines Matching full:interned

243          * interned = SSTATE_NOT_INTERNED
284 If interned != SSTATE_NOT_INTERNED, the two references from the
287 unsigned int interned:2;
1018 (((PyASCIIObject *)(op))->state.interned)
2324 /* Return an interned Unicode object for an Identifier; may fail if there is no memory.*/