Beispiel #1
0
 def get_nodes_by_id(self, varid):
     varid, _, _ = self.check_if_comp_var(varid, None)
     return EntryID.get_nodes_by_id(self, varid)
Beispiel #2
0
 def get_nodes_by_id(self, varid):
     varid, _, _ = self.check_if_comp_var(varid, None)
     return EntryID.get_nodes_by_id(self, varid)