##// END OF EJS Templates
Merge pull request #10670 from The-Judge/master...
Matthias Bussonnier -
r23783:e1004e09 merge
parent child Browse files
Show More
@@ -93,7 +93,7 b' existing objects, but also to infer completion statically without executing'
93 code. There is nothing particular need to get this to work, simply use tab
93 code. There is nothing particular need to get this to work, simply use tab
94 completion on more complex expressions like the following::
94 completion on more complex expressions like the following::
95
95
96 >>> data = ['Number of users', 123_456]
96 >>> data = ['Number of users', 123456]
97 ... data[0].<tab>
97 ... data[0].<tab>
98
98
99 IPython and Jedi will be able to infer that ``data[0]`` is actually a string
99 IPython and Jedi will be able to infer that ``data[0]`` is actually a string
General Comments 0
You need to be logged in to leave comments. Login now