MCPcopy 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
208def _name_xform(name):
209 return name.lower().replace('-', '_')
210
211
212class DOMEntityResolver(object):

Callers 4

setFeatureMethod · 0.85
supportsFeatureMethod · 0.85
canSetFeatureMethod · 0.85
getFeatureMethod · 0.85

Calls 2

replaceMethod · 0.45
lowerMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…