Provide a copy of this :class:`.Bundle` passing a new label.
(self, name)
| 1721 | return self.__clause_element__().clauses |
| 1722 | |
| 1723 | def label(self, name): |
| 1724 | class="st">""class="st">"Provide a copy of this :class:`.Bundle` passing a new label."class="st">"" |
| 1725 | |
| 1726 | cloned = self._clone() |
| 1727 | cloned.name = name |
| 1728 | return cloned |
| 1729 | |
| 1730 | def create_row_processor( |
| 1731 | self, |