def _left_join(self, block, sep): self.cst = left_assoc(self._positive_join(block, sep)) self.last_node = self.cst return self.cst