Git Product home page Git Product logo

Comments (6)

mostafa-abdullah avatar mostafa-abdullah commented on June 3, 2024

This has to do with the astunparse package.

from typpete.

mostafa-abdullah avatar mostafa-abdullah commented on June 3, 2024

I think it also gets rid of normal comments, because the AST itself doesn't contain the comments

from typpete.

marcoeilers avatar marcoeilers commented on June 3, 2024

Yeah normal comments disappear. Okay, so this means there's basically nothing we can do about it, right?

from typpete.

mostafa-abdullah avatar mostafa-abdullah commented on June 3, 2024

For the comments, yes there is nothing we can do because the builtin ast parser itself gets rid of the comments. For the docstrings, I tried to look for a way to configure the astunparse package to keep the docstrings but was in vain. Maybe in upcoming releases they will fix it.

from typpete.

mostafa-abdullah avatar mostafa-abdullah commented on June 3, 2024

Well after inspecting the AST, the strings 'abc', "abc" and """abc""" correspond to the exact same node in the AST given by the builtin ast module. So it will be impossible for the astunparse unparser to figure out which of the strings in the AST is actually a docstring.

from typpete.

marcoeilers avatar marcoeilers commented on June 3, 2024

Okay. Not our problem then.

from typpete.

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.