4 | | If we just pass down `LOOKUP_SEP.join(arg.split(LOOKUP_SEP)[1:])` to the `build_lookup` method, it can print out the input lookup entirely. |
5 | | It outputs`'gt__foo'`, `'gt__' `, and `'gt__lt' `. |
6 | | It can be an argument to the `try_transform` method. Not sure wether `name` is needed or not. Thoughts? |
| 4 | If we just pass down `LOOKUP_SEP.join(arg.split(LOOKUP_SEP)[1:])` to the `build_lookup` method, it can print out the input lookup entirely. It outputs`'gt__foo'`, `'gt__' `, and `'gt__lt' `. |
| 5 | |
| 6 | It can be an argument to the `try_transform` method. Not sure whether `name` is needed or not. Thoughts? |