This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
jedi-fork
Watch
1
Star
0
Fork
0
You've already forked jedi-fork
forked from
VimPlug/jedi
Code
Pull Requests
Activity
Files
565cfce2fea4861f4bf5f0638b9c51e0930bbd35
jedi-fork
/
jedi
/
parser
History
Dave Halter
7bd76022bf
get rid of the whole is_callable stuff, because now we can just check for hasattr(obj, 'py__call__')
2014-07-30 15:50:47 +02:00
..
__init__.py
incomplete functions shouldn't cause any trouble.
fixes
#429
.
2014-07-28 17:42:20 +02:00
fast.py
parentheses checks in the fast parser (tokenizer) have been improved to really cover all cases. real fix for
davidhalter/jedi-vim#288
2014-07-18 10:59:28 +02:00
representation.py
get rid of the whole is_callable stuff, because now we can just check for hasattr(obj, 'py__call__')
2014-07-30 15:50:47 +02:00
tokenize.py
Fixed comment typo
2014-05-25 15:38:57 +02:00
user_context.py
use the new implementation of splitlines all over the code,
fixes
#424
2014-07-18 16:59:22 +02:00