MCPcopy Index your code
hub / github.com/python/cpython / isinterned

Function isinterned

Lib/test/test_code.py:1180–1181  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

1178 c2 == c3
1179
1180def isinterned(s):
1181 return s is sys.intern(('_' + s + '_')[1:-1])
1182
1183class CodeConstsTest(unittest.TestCase):
1184

Callers 2

assertIsInternedMethod · 0.85
assertIsNotInternedMethod · 0.85

Calls 1

internMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…