(self, format_string)
| 285 | # if field_name is not None, it is looked up, formatted |
| 286 | # with format_spec and conversion and then used |
| 287 | def parse(self, format_string): |
| 288 | return _string.formatter_parser(format_string) |
| 289 | |
| 290 | |
| 291 | # given a field_name, find the object it references. |
no outgoing calls
no test coverage detected