Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _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
111
def
_intern(builder, s):
112
return
builder._intern_setdefault(s, s)
113
114
def
_parse_ns_name(builder, name):
115
assert
' '
in name
Callers
1
start_element_handler
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected