Possibility to start UIAutomator code directly through the appium driver

Hi, I use Appium server 1.3.7.2 and Python client 0.14. Is it there any possibility to perform UIAtomator code directly through the appium driver.

Something like driver.perform_code(‘new UiScrollable(new UiSelector().scrollable(true)).scrollIntoView(new UiSelector().text("Item_Text "))’)???

This can be great functionality, if is not implemented yet.

Thanks
Martin