Files
jedi/test
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
..
2014-04-25 14:39:59 +02:00
2012-04-12 15:47:33 +02:00
2017-04-04 21:03:45 +02:00
2013-08-17 23:40:00 +04:30
2017-05-25 12:24:21 -04:00
2017-05-24 00:41:55 -04:00
2017-05-06 19:40:36 +02:00