Home | History | Annotate | Download | only in test

Lines Matching refs:suite

33         suite = parser.suite("from __future__ import unicode_literals; x = ''")
34 code = suite.compile()
40 self.roundtrip(parser.suite, s)
264 st1 = parser.suite(code)
555 st = parser.suite('x = 2; y = x + 3')
562 st = parser.suite('1 = 3 + 4')
566 st = parser.suite('a = u"\U12345678"')
568 st = parser.suite('a = u"\u1"')
638 check_st_sizeof(parser.suite('x = 2 + 3'))
639 check_st_sizeof(parser.suite(''))
640 check_st_sizeof(parser.suite('# -*- coding: utf-8 -*-'))