(self, other)
| 1249 | self.parent_model.namescope.rename('attached_model', old_name, new_name) |
| 1250 | |
| 1251 | def attach(self, other): |
| 1252 | return self.worldbody.attach(other) |
| 1253 | |
| 1254 | def detach(self): |
| 1255 | parent_model = self.parent_model |
no outgoing calls