Coverage for lode / models / attribute.py: 100%

6 statements  

« prev     ^ index     » next       coverage.py v7.13.0, created at 2026-03-25 15:05 +0000

1from .property import Property 

2 

3class Attribute(Property): 

4 

5 def __init__(self, **kwargs): 

6 super().__init__(**kwargs) 

7 

8 # Relation with Literal 

9 self.has_range = [] # GIà definita in parent class, card 1..* 

10 self.has_type = [] # [1..*]