Home | History | Annotate | Download | only in library

Lines Matching full:interned

1739    Enter *string* in the table of "interned" strings and return the interned string
1742 interned, and the lookup key is interned, the key comparisons (after hashing)
1744 names used in Python programs are automatically interned, and the dictionaries
1745 used to hold module, class or instance attributes have interned keys.
1748 Interned strings are not immortal (like they used to be in Python 2.2 and