Home
last modified time | relevance | path

Searched refs:check_same_constant (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_compile.py641 def check_same_constant(const): function
651 check_same_constant(None)
652 check_same_constant(0)
653 check_same_constant(0.0)
654 check_same_constant(b'abc')
655 check_same_constant('abc')
/external/python/cpython3/Lib/test/
Dtest_compile.py595 def check_same_constant(const): function
605 check_same_constant(None)
606 check_same_constant(0)
607 check_same_constant(0.0)
608 check_same_constant(b'abc')
609 check_same_constant('abc')