semantix
semantix copied to clipboard
Nested Typed Definitions are not present
For example
class Apple:
type: FruitType
description: str
color: str
In the type definitions, only the explanation of Apple is there and FruitType is not available.