Lines Matching refs:str
852 # {str, set(int)}: a map from error categories to sets of linenumbers
883 basestring = unicode = str
893 # BINARY_TYPE = str
911 # {str, bool}: a map from error categories to booleans which indicate if the
968 filename: str, the name of the input file.
969 raw_line: str, the line of input text, with comments.
1023 category: str, the category of the error.
1379 testsuite.attrib['errors'] = str(num_errors)
1380 testsuite.attrib['failures'] = str(num_failures)
1384 testsuite.attrib['tests'] = str(1)
1388 testsuite.attrib['tests'] = str(num_errors + num_failures)