(self)
| 611 | |
| 612 | @property |
| 613 | def rigSizes(self): |
| 614 | return { |
| 615 | 1: "Small", |
| 616 | 2: "Medium", |
| 617 | 3: "Large", |
| 618 | 4: "X-Large" |
| 619 | } |
| 620 | |
| 621 | @property |
| 622 | def translations(self): |
nothing calls this directly
no outgoing calls
no test coverage detected