Provide a copy of this :class:`.Bundle` passing a new label.
(self, name)
| 1702 | return self.__clause_element__().clauses |
| 1703 | |
| 1704 | def label(self, name): |
| 1705 | """Provide a copy of this :class:`.Bundle` passing a new label.""" |
| 1706 | |
| 1707 | cloned = self._clone() |
| 1708 | cloned.name = name |
| 1709 | return cloned |
| 1710 | |
| 1711 | def create_row_processor( |
| 1712 | self, |