HomeSort by relevance Sort by last modified time
    Searched refs:check_st_sizeof (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/test/
test_parser.py 722 def check_st_sizeof(st): function in function:STObjectTestCase.test_sizeof
726 check_st_sizeof(parser.expr('2 + 3'))
727 check_st_sizeof(parser.expr('2 + 3 + 4'))
728 check_st_sizeof(parser.suite('x = 2 + 3'))
729 check_st_sizeof(parser.suite(''))
730 check_st_sizeof(parser.suite('# -*- coding: utf-8 -*-'))
731 check_st_sizeof(parser.expr('[' + '2,' * 1000 + ']'))
  /external/python/cpython3/Lib/test/
test_parser.py 898 def check_st_sizeof(st): function in function:STObjectTestCase.test_sizeof
902 check_st_sizeof(parser.expr('2 + 3'))
903 check_st_sizeof(parser.expr('2 + 3 + 4'))
904 check_st_sizeof(parser.suite('x = 2 + 3'))
905 check_st_sizeof(parser.suite('')
    [all...]

Completed in 70 milliseconds