Lines Matching defs:noneStr
15 # noneStr - returns string argument, or "" if argument is None.
18 def noneStr(str):
467 pdecl += noneStr(proto.text)
468 tdecl += noneStr(proto.text)
472 text = noneStr(elem.text)
473 tail = noneStr(elem.tail)
608 s = noneStr(typeElem.text)
611 s += self.genOpts.apientry + noneStr(elem.tail)
613 s += noneStr(elem.text) + noneStr(elem.tail)