Code Monkey home page Code Monkey logo

Comments (4)

anandsork avatar anandsork commented on May 28, 2024 1

@maxbrunsfeld current_field_name from TreeCursor is not published. When I do pip install tree_cursor, I do get the build from old code.
Can you please publish the package using latest code?

from py-tree-sitter.

anandsork avatar anandsork commented on May 28, 2024

You can't with current API as far as I know. You need to know the Name, then you can query the child.

There is a Cursor class which can give you name. However I found that it only gives name if you get the cursor on rootNode & then iterate it through. If I create the cursor on any other node, it was not giving the name.

What I did was, wrote a wrapper NodeW class. I started from rootNode and then using cursor, I iterated through children. For each child, I created NodeW and added that a child to parent's NodeW instance. As I have cursor at child's node, I queried the name and set it in NodeW instance. Not so clean.. But for a timebeing it solved the purpose.

from py-tree-sitter.

kamadorueda avatar kamadorueda commented on May 28, 2024

I also find this very useful,

can someone point a small solution design? I would gladly code it

from py-tree-sitter.

amaanq avatar amaanq commented on May 28, 2024

this doesnt make sense imo as an upstream api, but you could probably accomplish this by collecting the children and creating a hashtable of sorts to accomplish this.

from py-tree-sitter.

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.