(self)
| 1094 | |
| 1095 | @property |
| 1096 | def full_identifier(self): |
| 1097 | return self.prefixed_identifier(self.namescope.root) |
| 1098 | |
| 1099 | def _detach(self, other_namescope): |
| 1100 | super()._detach(other_namescope) |
nothing calls this directly
no test coverage detected