summaryrefslogtreecommitdiff
path: root/tests/cmdline/repl_autocomplete.py
blob: fe8e8fc5118fec3cd54c862736b60469ac194fa5 (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.