HomeSort by relevance Sort by last modified time
    Searched refs:_StringType (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringold.py 194 _StringType = type('')
203 if type(s) == _StringType:
229 if type(s) == _StringType:
257 if type(s) == _StringType:
imputil.py 27 _StringType = type('')
192 if isinstance(item, _StringType):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringold.py 194 _StringType = type('')
203 if type(s) == _StringType:
229 if type(s) == _StringType:
257 if type(s) == _StringType:
imputil.py 27 _StringType = type('')
192 if isinstance(item, _StringType):

Completed in 164 milliseconds