Home
last modified time | relevance | path

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

/external/chromium_org/tools/gyp/test/lib/
DTestCmd.py257 from UserString import UserString
259 class UserString: class
266 or isinstance(e, UserString)
269 return type(e) is types.StringType or isinstance(e, UserString)