Skip to content

Parse _ in symbol assignment #129

@liamhuber

Description

@liamhuber

The pydantic model parsers should allow us to gracefully handle statements like _, x, _ = my_node_call(y, z) so we can just ignore some outputs and not track "_" as though its a real symbol. In fact, we might even want to have a policy of ignoring private symbols "_*" at parse time.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions