(self)
| 1306 | |
| 1307 | @property |
| 1308 | def full_identifier(self): |
| 1309 | return self._namescope.full_prefix(self._namescope.root) |
| 1310 | |
| 1311 | def __copy__(self): |
| 1312 | new_model = RootElement(model=self._namescope.name, |
nothing calls this directly
no test coverage detected