Mercurial > code > home > repos > homeauto
comparison service/mqtt_to_rdf/inference.py @ 1610:6fc48ef4c696
mysteriously lost an important line
author | drewp@bigasterisk.com |
---|---|
date | Mon, 06 Sep 2021 18:07:28 -0700 |
parents | 34f2817320cc |
children | a794a150a89b |
comparison
equal
deleted
inserted
replaced
1609:34f2817320cc | 1610:6fc48ef4c696 |
---|---|
144 | 144 |
145 | 145 |
146 @dataclass | 146 @dataclass |
147 class BoundLhs: | 147 class BoundLhs: |
148 lhs: Lhs | 148 lhs: Lhs |
149 binding: CandidateBinding | |
149 | 150 |
150 def __post_init__(self): | 151 def __post_init__(self): |
151 self.usedByFuncs = Graph(identifier=GRAPH_ID) | 152 self.usedByFuncs = Graph(identifier=GRAPH_ID) |
152 self._applyFunctions() | 153 self._applyFunctions() |
153 | 154 |