Files
jedi/test
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
..
2014-04-25 14:39:59 +02:00
2012-04-12 15:47:33 +02:00
2013-08-17 23:40:00 +04:30
2016-08-01 01:13:39 +08:00