(self)
| 156 | ) |
| 157 | |
| 158 | def _decr_no_dereference_context(self): |
| 159 | self._thread_local_storage.no_dereference_context = ( |
| 160 | self._no_dereference_context_local - 1 |
| 161 | ) |
| 162 | |
| 163 | @property |
| 164 | def _auto_dereference(self): |
no outgoing calls
no test coverage detected