summaryrefslogtreecommitdiffstatshomepage
path: root/tests/cmdline/repl_autocomplete.py
blob: 27cad428f736503e5fc8240a9917c78b77ebeab8 (plain) (blame)
1
2
3
4
5
6
7
8
9
# tests for autocompletion
impo	sys
not_exist.	
not_exist	
x = '123'
1, x.isdi	()
i = str
i.lowe	('ABC')
None.