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

Function _intern

Lib/xml/dom/expatbuilder.py:111–112  ·  view source on GitHub ↗
(builder, s)

Source from the content-addressed store, hash-verified

109 return self.isId((auri, aname))
110
111def _intern(builder, s):
112 return builder._intern_setdefault(s, s)
113
114def _parse_ns_name(builder, name):
115 assert ' ' in name

Callers 1

start_element_handlerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…