Using the following Python grammar: https://docs.python.org/3.8/reference/grammar.html I want to parse from a given expression, lets say:
x.split(y, 3)