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.py274 def test_fstring(self): member in TypeCommentTests
Dtest_fstring.py984 def test_fstring(x, expected): function
1008 test_fstring('', 2)
1009 test_fstring(' ', 1)
Dtest_ast.py1546 def test_fstring(self): member in EndPositionTests