Get a copy of the value of the referent
(self)
| 850 | del result # break reference cycle |
| 851 | |
| 852 | def _getvalue(self): |
| 853 | ''' |
| 854 | Get a copy of the value of the referent |
| 855 | ''' |
| 856 | return self._callmethod('#GETVALUE') |
| 857 | |
| 858 | def _incref(self): |
| 859 | if self._owned_by_manager: |
no test coverage detected