Lines Matching defs:noneStr
16 # noneStr - returns string argument, or "" if argument is None.
19 def noneStr(str):
468 pdecl += noneStr(proto.text)
469 tdecl += noneStr(proto.text)
473 text = noneStr(elem.text)
474 tail = noneStr(elem.tail)
617 s = noneStr(typeElem.text)
620 s += self.genOpts.apientry + noneStr(elem.tail)
622 s += noneStr(elem.text) + noneStr(elem.tail)