from xplain import Xsessions =Xsession(url="http://myhost:8080",user="me",password="secret1")s.startup("myXview")
If you use the xplain python package locally in your python environment, then you do need to setup a startup.
If you use the xplain python package at XOE in ObjectExplorer, then you do not need to setup a startup.
perform xplain web api method and broadcast the change to other client sharing with same session id, if Python session is sharing the same session with Object Analytics, Object Analytics will be get updated.
Xession.perform(): Send POST request against entry point /xplainsession with payload as json, returns results as JSON