Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _name_xform
Function
_name_xform
Lib/xml/dom/xmlbuilder.py:208–209 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
206
207
208
def
_name_xform(name):
209
return
name.lower().replace(
'-'
,
'_'
)
210
211
212
class
DOMEntityResolver(object):
Callers
4
setFeature
Method · 0.85
supportsFeature
Method · 0.85
canSetFeature
Method · 0.85
getFeature
Method · 0.85
Calls
2
replace
Method · 0.45
lower
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…