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