Alias to EngFormatter.format_data
(self, num)
| 1548 | return '' |
| 1549 | |
| 1550 | def format_eng(self, num): |
| 1551 | """Alias to EngFormatter.format_data""" |
| 1552 | return self.format_data(num) |
| 1553 | |
| 1554 | def format_data(self, value): |
| 1555 | """ |
nothing calls this directly
no test coverage detected