(self, **kw)
| 1687 | """An alias for :attr:`.Bundle.columns`.""" |
| 1688 | |
| 1689 | def _clone(self, **kw): |
| 1690 | cloned = self.__class__.__new__(self.__class__) |
| 1691 | cloned.__dict__.update(self.__dict__) |
| 1692 | return cloned |
| 1693 | |
| 1694 | def __clause_element__(self): |
| 1695 | # ensure existing entity_namespace remains |