Home | History | Annotate | Download | only in clinic

Lines Matching refs:destinations

1722         self.destinations = {}
1775 if name in self.destinations:
1777 self.destinations[name] = Destination(name, type, self, *args)
1780 d = self.destinations.get(name)
1808 # these are destinations not buffers
1809 for name, destination in self.destinations.items():