Dave Halter
|
1065768c77
|
Use ContextualizedNode instead of Node in get_calling_nodes
This improves working with these nodes by a lot.
|
2018-12-22 14:55:37 +01:00 |
|
Dave Halter
|
393833059a
|
fixed inheritance for exception checks
|
2014-06-23 13:01:12 +02:00 |
|
Dave Halter
|
c1181a0459
|
fix except: usage in analysis
|
2014-06-23 12:13:10 +02:00 |
|
Dave Halter
|
9348d4bb6c
|
jedi should be able to detect exceptions even in except X: statements
|
2014-06-23 12:07:51 +02:00 |
|
Dave Halter
|
63868feb5d
|
hasattr checks working now, #408
|
2014-06-10 16:08:53 +02:00 |
|
Dave Halter
|
bba120d906
|
hasattr test for static analysis, it's a common idiom.
|
2014-06-10 11:15:59 +02:00 |
|
Dave Halter
|
ca2cc65686
|
improved import positioning errors in static analysis
|
2014-05-16 17:20:45 +02:00 |
|
Dave Halter
|
0f7a17090c
|
static analysis start positions are now tested
|
2014-05-16 15:03:59 +02:00 |
|
Dave Halter
|
a2b483b4f5
|
None issue fix for static analysis
|
2014-05-13 01:21:32 +02:00 |
|
Dave Halter
|
00e43d4585
|
except can also catch multiple exceptions in one statement
|
2014-05-12 18:46:17 +02:00 |
|
Dave Halter
|
7096a570bf
|
try/except test for static analysis (duck typing should not cause jedi to report mistakes)
|
2014-05-12 18:34:38 +02:00 |
|