summaryrefslogtreecommitdiff
path: root/tests/cmdline/repl_autocomplete.py
blob: 43c49cdc25eef9a1d284d0346860035aa95aebc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# tests for autocompletion
impo	sys
not_exist.	
not_exist	
x = '123'
1, x.isdi	()
i = str
i.lowe	('ABC')
x = 5
x.	
x._	
None.