(self)
| 1718 | |
| 1719 | @property |
| 1720 | def clauses(self): |
| 1721 | return self.__clause_element__().clauses |
| 1722 | |
| 1723 | def label(self, name): |
| 1724 | """Provide a copy of this :class:`.Bundle` passing a new label.""" |
nothing calls this directly
no test coverage detected