Searched refs:_ustr (Results 1 – 2 of 2) sorted by relevance
/external/python/setuptools/setuptools/_vendor/ |
D | pyparsing.py | 122 _ustr = str variable 131 def _ustr(obj): function 224 return _ustr(self) 371 name = _ustr(name) # will always return a str, but use _ustr for consistency 668 …return '[' + ', '.join(_ustr(i) if isinstance(i, ParseResults) else repr(i) for i in self.__toklis… 678 out.append( _ustr(item) ) 796 xmlBodyText = _xml_escape(_ustr(res)) 868 out.append( indent+_ustr(self.asList()) ) 880 out.append(_ustr(v)) 889 … out.append("\n%s%s[%d]:\n%s%s%s" % (indent,(' '*(depth)),i,indent,(' '*(depth+1)),_ustr(vv))) [all …]
|
/external/python/setuptools/pkg_resources/_vendor/ |
D | pyparsing.py | 122 _ustr = str variable 131 def _ustr(obj): function 224 return _ustr(self) 371 name = _ustr(name) # will always return a str, but use _ustr for consistency 668 …return '[' + ', '.join(_ustr(i) if isinstance(i, ParseResults) else repr(i) for i in self.__toklis… 678 out.append( _ustr(item) ) 796 xmlBodyText = _xml_escape(_ustr(res)) 868 out.append( indent+_ustr(self.asList()) ) 880 out.append(_ustr(v)) 889 … out.append("\n%s%s[%d]:\n%s%s%s" % (indent,(' '*(depth)),i,indent,(' '*(depth+1)),_ustr(vv))) [all …]
|