| 81 | |
| 82 | |
| 83 | class CT_PlaceholderBuilder(BaseBuilder): |
| 84 | __tag__ = "p:ph" |
| 85 | __nspfxs__ = ("p",) |
| 86 | __attrs__ = ("type", "orient", "sz", "idx", "hasCustomPropt") |
| 87 | |
| 88 | |
| 89 | class CT_Point2DBuilder(BaseBuilder): |
no outgoing calls
no test coverage detected
searching dependent graphs…