(self, type)
| 462 | PriceMenuDefaultSettings) |
| 463 | |
| 464 | def get(self, type): |
| 465 | return self.PriceMenuDefaultSettings[type] |
| 466 | |
| 467 | def set(self, type, value): |
| 468 | self.PriceMenuDefaultSettings[type] = value |
nothing calls this directly
no outgoing calls
no test coverage detected