Skip to content

Visualization:better placement of arrows #158

Description

@skogsbaer
from wypp import *

@record
class Item:
    name: str

item1 = Item('foo')

@record
class Items:
    items: list[Item]

sampleInvoice = Items([item1])
print(sampleInvoice)

When stepping through the above program, the visualization looks like this:

Bildschirmfoto 2024-11-22 um 15 35 57

We should be more clever and place the list between Item and Items

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions