method: test.RSession.__init__

*Not documented*
    def __init__(self, config, optimise_localhost=True):

origin: AbstractSession

where:

changes in __dict__ after execution:

function source:

def __init__(self, config, optimise_localhost=True):
    self.config = config
    self.optimise_localhost = optimise_localhost

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_rsession.py

traceback test.RSession.__init__.0

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_rsession.py

traceback test.RSession.__init__.1

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_rsession.py

traceback test.RSession.__init__.2