Lines Matching defs:string
10 framework. This doc string contains a summary of the framework
41 Test parameters are specified in string form separated by ':'.
42 Parameters can be of type string, binary data specified as hex
43 string and integer constants specified as integer, macro or
107 strings processed by Python string.Template.substitute() method.
128 string parameters read from the data
157 import string
178 # Types recognized as string arguments in test functions.
245 # Convert byte array to string with correct encoding and
275 :return: string tuple. Ex: ('!', MACRO) for !MACRO and ('', MACRO) for
411 :param inp_str: Input string with macros delimited by ':'.
742 raise ValueError('Expected split character. Found string!')
827 raise GeneratorInputError("Dependency should not be an empty string.")
865 raise GeneratorInputError("Expression should not be an empty string.")
878 the string form with identifiers. Also, generates dependency
913 the string form with identifiers. Also, generates expression
1110 template = string.Template(line)