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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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):
  /external/python/cpython2/Lib/
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 414 milliseconds