Searched refs:basestring (Results 1 – 2 of 2) sorted by relevance
44 basestring # Python-2 has basestring as a common parent of unicode and str46 basestring = str # Python-3 is unicode through and through variable436 if isinstance(fid, basestring):475 if isinstance(fid, basestring):
90 In order to enable the second goal, the *basestring* of the filename is92 filename is `ex1.c`, then `basestring=ex1`.103 - The test name is given by `testname = basestring` if the suffix105 `testname = basestring + "_" + suffix` otherwise.