MCPcopy Create free account
hub / github.com/apache/qpid-proton / fname

Function fname

c/src/protocol.py:88–89  ·  view source on GitHub ↗
(field)

Source from the content-addressed store, hash-verified

86
87
88def fname(field):
89 return field.attrib["name"].replace("-", "_")
90
91
92def tname(t):

Callers 2

declarationFunction · 0.85
field_kwFunction · 0.85

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected