How to open new tab in python using selenium and PhantomJS

Setting up an automated browser test in Python 3.4 and am using the headless browser - phantomjs. The usual way of opening a new tab (Keys.CONTROL + 't') is not working for phantomjs. I assume th...