Method
format_field
(self, value, format_spec)
Source from the content-addressed store, hash-verified
| 277 | |
| 278 | |
| 279 | def format_field(self, value, format_spec): |
| 280 | return format(value, format_spec) |
| 281 | |
| 282 | |
| 283 | def convert_field(self, value, conversion): |
Tested by
no test coverage detected