MCPcopy Index your code
hub / github.com/pyload/pyload / processSingleString

Method processSingleString

module/lib/feedparser.py:2152–2156  ·  view source on GitHub ↗
(sProperty)

Source from the content-addressed store, hash-verified

2150 arLines = []
2151
2152 def processSingleString(sProperty):
2153 sValue = self.getPropertyValue(elmCard, sProperty, self.STRING, bAutoEscape=1).decode(self.encoding)
2154 if sValue:
2155 arLines.append(self.vcardFold(sProperty.upper() + ':' + sValue))
2156 return sValue or u''
2157
2158 def processSingleURI(sProperty):
2159 sValue = self.getPropertyValue(elmCard, sProperty, self.URI)

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected