MCPcopy 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
1177def isinterned(s):
1178 return s is sys.intern(('_' + s + '_')[1:-1])
1179
1180class CodeConstsTest(unittest.TestCase):
1181

Callers 2

assertIsInternedMethod · 0.85
assertIsNotInternedMethod · 0.85

Calls 1

internMethod · 0.80

Tested by

no test coverage detected