Skip to content

Relax type annotation in PsBlock __init__

Daniel Bauer requested to merge hyteg/pystencils:bauerd/type-annotation into v2.0-dev

Allows to pass generator expressions to PsBlock:

block = PsBlock(
    PsAssignment(lhs, rhs)
    for lhs, rhs in assignments
)

Merge request reports