python Programming Glossary: sys.intern
What does python sys.intern do, and when should it be used? http://stackoverflow.com/questions/1136826/what-does-python-sys-intern-do-and-when-should-it-be-used does python sys.intern do and when should it be used I came across this question about.. improve this question From the Python 3 documentation sys.intern string Enter string in the table of œinterned strings and return.. from it. Clarification As the documentation suggests the sys.intern function is intended to be used for performance optimization..
|