No it's not possible, with Python it's only possible to call 1 method above.
def a(): # a can't call c def b(): def c(): # c can't call a and t, but can call d def d():