Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ isinterned
Function
isinterned
Lib/test/test_code.py:1177–1178 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
1175
1176
1177
def
isinterned(s):
1178
return
s is sys.intern((
'_'
+ s +
'_'
)[1:-1])
1179
1180
class
CodeConstsTest(unittest.TestCase):
1181
Callers
2
assertIsInterned
Method · 0.85
assertIsNotInterned
Method · 0.85
Calls
1
intern
Method · 0.80
Tested by
no test coverage detected