1
0
forked from VimPlug/jedi
Files
jedi-fork/jedi
Dave Halter 9dd2027299 Way better support for instantiated classes in REPL
Fixes several issues:

- It was not possible to correctly trace where instances were coming from in a
  REPL. This led to them being pretty much ignored.
- Instances were then just treated as classes and not as actual instances in
  MixedObjects. (However since they were ignored in the first place this
  wasn't really an issue).
- Avoiding the repr bug https://github.com/python/cpython/pull/2132/files in
  Jedi is working a bit differently. We're just never accessing Objects
  directly. This should work around 99.99% of the cases were people are using
  this stuff.

Fixes #872
2017-09-15 01:55:18 +02:00
..
2017-09-07 10:43:40 +02:00
2017-05-24 23:43:27 -04:00
2016-07-28 18:12:41 +02:00
2017-05-15 11:10:22 -04:00