(self)
| 228 | _api.warn_external("Singular Bbox.") |
| 229 | |
| 230 | def frozen(self): |
| 231 | return Bbox(self.get_points().copy()) |
| 232 | frozen.__doc__ = TransformNode.__doc__ |
| 233 | |
| 234 | def __array__(self, *args, **kwargs): |
nothing calls this directly
no test coverage detected