Esempio n. 1
0
 def get_location(self) -> Location:
     return Locatable.get_location(self)
Esempio n. 2
0
def location(obj: Locatable) -> model.Location:
    loc = obj.get_location()
    return model.Location(loc.file, loc.lnr)