Home
last modified time | relevance | path

Searched refs:test_fstring (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_type_comments.py282 def test_fstring(self): member in TypeCommentTests
Dtest_fstring.py1444 def test_fstring(x, expected): function
1468 test_fstring('', 2)
1469 test_fstring(' ', 1)
/external/python/cpython3/Lib/test/test_ast/
Dtest_ast.py2553 def test_fstring(self): member in EndPositionTests