Lines Matching refs:one
345 def one():
349 my_lst[one()-1]: int = 5
1238 global one, two, three, four, five, six, seven, eight, nine, ten
1644 x = {'one': 1}
1645 x = {'one': 1,}
1646 x = {'one' or 'two': 1 or 2}
1647 x = {'one': 1, 'two': 2}
1648 x = {'one': 1, 'two': 2,}
1649 x = {'one': 1, 'two': 2, 'three': 3, 'four': 4, 'five': 5, 'six': 6}
1651 x = {'one'}
1652 x = {'one', 1,}
1653 x = {'one', 'two', 'three'}