Searched refs:StringIOWrapper (Results 1 - 1 of 1) sorted by relevance
/third_party/mbedtls/tests/scripts/ |
H A D | test_generate_test_code.py | 272 class StringIOWrapper(StringIO): class 284 super(StringIOWrapper, self).__init__(data) 296 parent = super(StringIOWrapper, self) 307 line = super(StringIOWrapper, self).readline() 334 stream = StringIOWrapper('test_suite_ut.function', data, line_no=0) 355 stream = StringIOWrapper('test_suite_ut.function', data, 371 stream = StringIOWrapper('test_suite_ut.function', data) 392 stream = StringIOWrapper('test_suite_ut.function', data) 404 stream = StringIOWrapper('test_suite_ut.function', data) 419 stream = StringIOWrapper('test_suite_u [all...] |
Completed in 2 milliseconds