(self)
| 2715 | |
| 2716 | @property |
| 2717 | def attributes(self): |
| 2718 | if "_attributes" not in self.__dict__: |
| 2719 | self._attributes = self._p._getAttrMap() |
| 2720 | return self._attributes |
| 2721 | |
| 2722 | attr = attrs = attributes |
| 2723 |
nothing calls this directly
no test coverage detected