Skip to content

Visualization: ignore wypp wrapper #145

@skogsbaer

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 visualizing this program, sampleItems.items is displayed as class WyppTypeCheck, leading to a very cluttered visualization. We should ignore all type checking wrapper classes.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions