Code Monkey home page Code Monkey logo

Comments (3)

dbrgn avatar dbrgn commented on July 1, 2024

This is probably invalid due to davidhalter/jedi-vim#31.

from jedi.

davidhalter avatar davidhalter commented on July 1, 2024

Seems like a very complicated case. It's not invalid and should work, but it uses lots of redirections, which are really tedious to understand completely. Currently there's an error thrown internally:

  File "/home/david/.vim/bundle/jedi-vim/jedi/jedi/evaluate.py", line 670, in iterate for array in arrays:
  File "/home/david/.vim/bundle/jedi-vim/jedi/jedi/evaluate.py", line 267, in __getattr__
      raise AttributeError("Instance %s: Don't touch this (%s)!"
  AttributeError: Instance <eInstance of <eClass of <Class: dict@1666-1806>> (var_args: 17)>:
  Don't touch this (get_contents)!

This means that something want's to iterate through dicts, which is not implemented yet, so you have to be a little bit patient, I will do it in ~ 2-3 Months.

from jedi.

davidhalter avatar davidhalter commented on July 1, 2024

Wasn't that hard after all. :-) Just a little bug ;-)

from jedi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.