(self, *args, **kwargs)
| 124 | self.children_for_m2_copied.append(child._id) |
| 125 | |
| 126 | def fit_bounds(self, *args, **kwargs): |
| 127 | for m in (self.m1, self.m2): |
| 128 | m.fit_bounds(*args, **kwargs) |
| 129 | |
| 130 | def keep_in_front(self, *args): |
| 131 | for m in (self.m1, self.m2): |
nothing calls this directly
no outgoing calls
no test coverage detected