Home | History | Annotate | Download | only in library

Lines Matching full:interned

757    Enter *string* in the table of "interned" strings and return the interned string
760 interned, and the lookup key is interned, the key comparisons (after hashing)
762 names used in Python programs are automatically interned, and the dictionaries
763 used to hold module, class or instance attributes have interned keys.
765 Interned strings are not immortal; you must keep a reference to the return