Lines Matching full:nonestr
33 # noneStr - returns string argument, or "" if argument is None.
36 def noneStr(str):
483 pdecl += noneStr(proto.text)
484 tdecl += noneStr(proto.text)
488 text = noneStr(elem.text)
489 tail = noneStr(elem.tail)
611 s = noneStr(typeElem.text)
614 s += self.genOpts.apientry + noneStr(elem.tail)
616 s += noneStr(elem.text) + noneStr(elem.tail)