Skip to content

[Python AST] AST Viewer shows [Str] but no such type exists #9833

@fcasal

Description

@fcasal

Description of the issue

I expect the type names present on the AST viewer to match a real CodeQL type, but this is not the case here.
The type could be either Str_ or StrConst, both printing "Str" as their toString().

The Str_ class also mentions the Str class which I cannot find:

/** INTERNAL: See the class `Str` for further information. */

Metadata

Metadata

Assignees

No one assigned

    Labels

    PythonquestionFurther information is requested

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions