Files
jedi/test
Dave Halter 44238a9f92 submodules are automatically indexed without actually importing them. fixes #413.
However, this is not a 100% correct Python behavior. Python behavior would be to follow ALL imports in all modules (recursively) and check if the module was imported. However, that's a lot of work, that would slow down autocompletion. For now it's better to have no false positives in flaking and to ignore a few attribute errors.
2014-06-25 01:39:43 +02:00
..
2014-04-25 14:39:59 +02:00
2012-04-12 15:47:33 +02:00
2014-04-09 13:16:28 +02:00
2013-08-17 23:40:00 +04:30