Home
last modified time | relevance | path

Searched refs:_StringType (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dstringold.py194 _StringType = type('') variable
203 if type(s) == _StringType:
229 if type(s) == _StringType:
257 if type(s) == _StringType:
Dimputil.py27 _StringType = type('') variable
192 if isinstance(item, _StringType):