MCPcopy Index your code
hub / github.com/clips/pattern / processSingleString

Method processSingleString

pattern/web/feed/feedparser.py:2248–2252  ·  view source on GitHub ↗
(sProperty)

Source from the content-addressed store, hash-verified

2246 arLines = []
2247
2248 def processSingleString(sProperty):
2249 sValue = self.getPropertyValue(elmCard, sProperty, self.STRING, bAutoEscape=1).decode(self.encoding)
2250 if sValue:
2251 arLines.append(self.vcardFold(sProperty.upper() + ':' + sValue))
2252 return sValue or u''
2253
2254 def processSingleURI(sProperty):
2255 sValue = self.getPropertyValue(elmCard, sProperty, self.URI)

Callers

nothing calls this directly

Calls 4

getPropertyValueMethod · 0.95
vcardFoldMethod · 0.95
decodeMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected