Files
jedi/test/completion
Daniel Hahler 78573b8fa2 Fix goto_definitions being invoked on a parent class
When invoking `goto_definitions` on `RequestFactory` in line 5, it would
jump to `Client` after 27f05de:

```python
class RequestFactory(object):
    pass

class Client(RequestFactory):
    pass
```

Fixes https://github.com/davidhalter/jedi/issues/761.
2016-11-04 13:00:23 +01:00
..
2016-07-25 09:58:04 +02:00
2016-07-28 23:16:37 +02:00
2016-07-28 18:12:41 +02:00
2016-07-29 00:22:24 +02:00
2016-07-12 19:31:28 +02:00
2014-12-01 11:56:28 +01:00
2016-05-29 12:08:53 +02:00
2013-12-27 01:30:22 +01:00
2016-07-12 23:32:33 +02:00