(self, name, args, kwargs)
| 506 | Out[3]: 'll' |
| 507 | """ |
| 508 | def get_field(self, name, args, kwargs): |
| 509 | v = eval(name, kwargs) |
| 510 | return v, name |
| 511 | |
| 512 | #XXX: As of Python 3.4, the format string parsing no longer splits on a colon |
| 513 | # inside [], so EvalFormatter can handle slicing. Once we only support 3.4 and |
nothing calls this directly
no outgoing calls
no test coverage detected