Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/
H A DPetscBinaryIO.py44 basestring # Python-2 has basestring as a common parent of unicode and str
46 basestring = str # Python-3 is unicode through and through variable
436 if isinstance(fid, basestring):
475 if isinstance(fid, basestring):
/petsc/doc/developers/
H A Dtesting.md90 In order to enable the second goal, the *basestring* of the filename is
92 filename is `ex1.c`, then `basestring=ex1`.
103 - The test name is given by `testname = basestring` if the suffix
105 `testname = basestring + "_" + suffix` otherwise.